Re: [Mesa-dev] [PATCH 21/28] glsl: pack fragment shader outputs with component layout qualifiers

2016-01-14 Thread Anuj Phogat
On Mon, Dec 28, 2015 at 9:00 PM, Timothy Arceri wrote: > This actually tries to pack any output with an explicit location we > just let the optimisiation passes clean up the extra assignments if > there was no actual packing done. > --- > src/glsl/link_varyings.cpp

[Mesa-dev] [PATCH 21/28] glsl: pack fragment shader outputs with component layout qualifiers

2015-12-28 Thread Timothy Arceri
This actually tries to pack any output with an explicit location we just let the optimisiation passes clean up the extra assignments if there was no actual packing done. --- src/glsl/link_varyings.cpp | 17 + 1 file changed, 17 insertions(+) diff --git