Re: [Mesa-dev] [PATCH 09/28] glsl: validate and store component layout qualifier in GLSL IR

2016-01-06 Thread Anuj Phogat
On Mon, Dec 28, 2015 at 9:00 PM, Timothy Arceri wrote: > We make use of the existing IR field location_frac used for tracking > component locations. > --- > src/glsl/ast_to_hir.cpp | 38 ++ > src/glsl/ir.h | 5 + > 2 files changed, 43 insertions(

[Mesa-dev] [PATCH 09/28] glsl: validate and store component layout qualifier in GLSL IR

2015-12-28 Thread Timothy Arceri
We make use of the existing IR field location_frac used for tracking component locations. --- src/glsl/ast_to_hir.cpp | 38 ++ src/glsl/ir.h | 5 + 2 files changed, 43 insertions(+) diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp i