Re: [Mesa-dev] V2 ARB_enhanced_layouts component qualifier support

2015-12-28 Thread eocallaghan
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

[Mesa-dev] V2 ARB_enhanced_layouts component qualifier support

2015-12-28 Thread Timothy Arceri
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