Re: [Mesa-dev] [PATCH] glsl: disable varying packing when its not safe

2016-02-01 Thread Matt Turner
Bunch of spelling nits, etc. On Thu, Jan 28, 2016 at 9:52 PM, Timothy Arceri wrote: > In GLES 3.1+ and GL 4.4+ there is no guarantee that interpolation > qualifiers will match between stages so we cannot safely pack > varyings using the current packing pass in Mesa. > > We also disable packing on

Re: [Mesa-dev] [PATCH] glsl: disable varying packing when its not safe

2016-01-29 Thread Timothy Arceri
On Fri, 2016-01-29 at 13:14 -0800, Nanley Chery wrote: > On Fri, Jan 29, 2016 at 04:52:54PM +1100, Timothy Arceri wrote: > > In GLES 3.1+ and GL 4.4+ there is no guarantee that interpolation > > qualifiers will match between stages so we cannot safely pack > > varyings using the current packing pas

Re: [Mesa-dev] [PATCH] glsl: disable varying packing when its not safe

2016-01-29 Thread Nanley Chery
On Fri, Jan 29, 2016 at 04:52:54PM +1100, Timothy Arceri wrote: > In GLES 3.1+ and GL 4.4+ there is no guarantee that interpolation > qualifiers will match between stages so we cannot safely pack > varyings using the current packing pass in Mesa. > > We also disable packing on outward facing SSO a

[Mesa-dev] [PATCH] glsl: disable varying packing when its not safe

2016-01-28 Thread Timothy Arceri
In GLES 3.1+ and GL 4.4+ there is no guarantee that interpolation qualifiers will match between stages so we cannot safely pack varyings using the current packing pass in Mesa. We also disable packing on outward facing SSO as these too are outside the rule that guarantees the interpolation qualifi