Re: [Mesa-dev] [PATCH 3/8] glsl: Change the parser to use the string buffer

2017-09-06 Thread Nicolai Hähnle
On 29.08.2017 21:56, Thomas Helland wrote: V2: Pointed out by Timothy - Fix pp.c reralloc size issue and comment V3 - Use vprintf instead of printf where we should - Fixes failing make-check tests --- src/compiler/glsl/glcpp/glcpp-parse.y | 195 ++ src/

[Mesa-dev] [PATCH 3/8] glsl: Change the parser to use the string buffer

2017-08-29 Thread Thomas Helland
V2: Pointed out by Timothy - Fix pp.c reralloc size issue and comment V3 - Use vprintf instead of printf where we should - Fixes failing make-check tests --- src/compiler/glsl/glcpp/glcpp-parse.y | 195 ++ src/compiler/glsl/glcpp/glcpp.h | 8 +- src/c