Re: [Mesa-dev] [PATCH 22/23] glsl: Convert glcpp-parse to the util hash table

2016-08-16 Thread Timothy Arceri
On Tue, 2016-08-16 at 22:10 +0200, Thomas Helland wrote: > And change the include in glcpp.h accordingly. > > Signed-off-by: Thomas Helland > --- >  src/compiler/glsl/glcpp/glcpp-parse.y | 54 ++--- > -- >  src/compiler/glsl/glcpp/glcpp.h   |  2 +- >  2 files change

[Mesa-dev] [PATCH 22/23] glsl: Convert glcpp-parse to the util hash table

2016-08-16 Thread Thomas Helland
And change the include in glcpp.h accordingly. Signed-off-by: Thomas Helland --- src/compiler/glsl/glcpp/glcpp-parse.y | 54 ++- src/compiler/glsl/glcpp/glcpp.h | 2 +- 2 files changed, 35 insertions(+), 21 deletions(-) diff --git a/src/compiler/glsl/glcpp