[Mesa-dev] [PATCH V2 16/35] glsl: move packing rules for tessellation stages into the packing code

2016-01-06 Thread Timothy Arceri
Following patches will allow packing of varyings with explicit locations via the component layout qualifier. Moving the rules here will enable us to call an alternate path for packing tessellation stages with explicit locations. --- V2: move the tessellation packing rules, allow TES output to be

Re: [Mesa-dev] [PATCH V2 16/35] glsl: move packing rules for tessellation stages into the packing code

2016-01-06 Thread Timothy Arceri
Whoops, the subject line should be [PATCH V2 16/28] ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH V2 16/35] glsl: move packing rules for tessellation stages into the packing code

2016-01-06 Thread Timothy Arceri
On Wed, 2016-01-06 at 20:19 -0500, Ilia Mirkin wrote: > On Wed, Jan 6, 2016 at 8:00 PM, Timothy Arceri > wrote: > > Following patches will allow packing of varyings with explicit > > locations > > via the component layout qualifier. Moving the rules here will > >

Re: [Mesa-dev] [PATCH V2 16/35] glsl: move packing rules for tessellation stages into the packing code

2016-01-06 Thread Ilia Mirkin
On Wed, Jan 6, 2016 at 8:00 PM, Timothy Arceri wrote: > Following patches will allow packing of varyings with explicit locations > via the component layout qualifier. Moving the rules here will enable > us to call an alternate path for packing tessellation stages