Re: [Piglit] [PATCH] glsl-1.10: add some preprocessor stringification tests

2018-08-28 Thread Ian Romanick
Reviewed-by: Ian Romanick On 08/28/2018 06:33 PM, Timothy Arceri wrote: > From Section 3.3. (Preprocessor) of the GLSL 4.60 spec: > > "The following operators are also available: > defined > ## > ... > > Any directive not listed above will cause a compile-time error.

[Piglit] [PATCH] glsl-1.10: add some preprocessor stringification tests

2018-08-28 Thread Timothy Arceri
From Section 3.3. (Preprocessor) of the GLSL 4.60 spec: "The following operators are also available: defined ## ... Any directive not listed above will cause a compile-time error." --- .../stringification-in-unreachable-branch.frag | 12 .../compile