summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/glcpp/tests/120-undef-builtin.c.expected
Commit message (Collapse)AuthorAgeFilesLines
* glcpp: Update tests for new #undef of built-in macro rules.Kenneth Graunke2016-08-151-1/+2
| | | | | | | | | | | | | | Ian recently changed the preprocessor to allow this in most GLSL versions, but not GLSL ES 3.00+. This patch converts the existing test that expects a failure to a #version 300 es shader, and adds a #version 110 shader to make sure that it's allowed. Fixes 'make check'. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=97307 Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com> Tested-by: Vinson Lee <vlee@freedesktop.org>
* glsl: move to compiler/Emil Velikov2016-01-261-0/+6
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Acked-by: Matt Turner <mattst88@gmail.com> Acked-by: Jose Fonseca <jfonseca@vmware.com>