Re: [Mesa-dev] [PATCH 25/28] glsl: move packed varying creation code to a helper

2016-01-14 Thread Anuj Phogat
On Mon, Dec 28, 2015 at 9:00 PM, Timothy Arceri wrote: > This will also be used by tessellation packing code > in a following patch. > --- > src/glsl/lower_packed_varyings.cpp | 45 > +- > 1 file changed, 30 insertions(+), 15 deletions(-) > > diff --git a/src/

[Mesa-dev] [PATCH 25/28] glsl: move packed varying creation code to a helper

2015-12-28 Thread Timothy Arceri
This will also be used by tessellation packing code in a following patch. --- src/glsl/lower_packed_varyings.cpp | 45 +- 1 file changed, 30 insertions(+), 15 deletions(-) diff --git a/src/glsl/lower_packed_varyings.cpp b/src/glsl/lower_packed_varyings.cpp ind