On 2015-12-29 16:00, Timothy Arceri wrote:
This series adds support for the component layout qualifier by
enhancing
the varying packing pass at the GLSL IR level. The advantage to this
approach is that its fairly simple and will work for all drivers, the
disadvantage it that it relies on optimis
This series adds support for the component layout qualifier by enhancing
the varying packing pass at the GLSL IR level. The advantage to this
approach is that its fairly simple and will work for all drivers, the
disadvantage it that it relies on optimisation passes to clean up the
mess.
[PATCH 01