Re: [Mesa-dev] [PATCH 05/28] glsl: create helper to remove outer vertex index array used by some stages

2016-01-06 Thread Anuj Phogat
On Mon, Dec 28, 2015 at 9:00 PM, Timothy Arceri wrote: > This will be used in the following patch for calculating array sizes correctly > when reserving explicit varying locations. > --- > src/glsl/link_varyings.cpp | 36 ++-- > 1

[Mesa-dev] [PATCH 05/28] glsl: create helper to remove outer vertex index array used by some stages

2015-12-28 Thread Timothy Arceri
This will be used in the following patch for calculating array sizes correctly when reserving explicit varying locations. --- src/glsl/link_varyings.cpp | 36 ++-- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/src/glsl/link_varyings.cpp