glsl: add AMD_vertex_shader_layer support
[mesa.git] / src / glsl / glcpp / tests /
2013-01-22 Matt Turnerglsl/build: Build glcpp via the glsl Makefile
2013-01-11 Carl Worthglcpp: Add tests for line continuation
2013-01-11 Carl Worthglcpp: Allow test-specific arguments for standalone...
2012-11-29 Carl Worthglcpp: Add test involving token pasting of INTEGER...
2012-11-29 Carl Worthglcpp: Extend the invalid-paste test
2012-11-29 Carl Worthglcpp: Add support for __LINE__ and __FILE__ macros
2012-11-28 Matt Turnerglcpp: Support #elif(expression) with no intervening...
2012-11-28 Matt Turnerglcpp: Reject #version and #line not followed by whitespace
2012-11-09 Matt Turnerglcpp: wire up glcpp-test to make check
2012-11-09 Matt Turnerglcpp/tests: Add tests for multiline #elif
2012-11-09 Matt Turnerglcpp/tests: Add test for multiline #if
2012-11-09 Matt Turnerglcpp/tests: Add test for multiline #line
2012-11-09 Matt Turnerglcpp/tests: Add test to check #line followed by code
2012-11-09 Fabian Bielerglcpp: don't push #line directives into next line
2012-11-09 Matt Turnerglcpp: Reject garbage after #else and #endif tokens
2012-06-26 Carl Worthglsl: glcpp: Extend testing of #line directives
2012-06-26 Carl Worthglsl: glcpp: Move handling of #line directives from...
2012-06-26 Carl Worthglsl: glcpp: Allow "#if undefined-macro' to evaluate...
2012-02-02 Carl Worthglsl: Add glcpp tests for a macro used twice
2012-02-02 Carl Worthglcpp: Add new test showing bug where a trailing '...
2012-02-01 Matt TurnerRevert "src/glsl/glcpp: wire up glcpp-test to make...
2012-01-31 Matt Turnersrc/glsl/glcpp: wire up glcpp-test to make check
2012-01-31 Matt Turnerglcpp-test: don't return failure if valgrind tests...
2011-09-30 Carl Worthglcpp: Add a test for #elif with an undefined macro.
2011-09-30 Carl Worthglcpp: Raise error if defining any macro containing...
2011-09-30 Carl Worthglcpp: Test a non-function-like macro using the token...
2011-09-30 Carl Worthglcpp: Add a test for a macro that implements token...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-14 Carl WorthAdd expected file for 095-recursive-define test case.
2011-04-14 Carl Worthglcpp: Add --valgrind option to the glcpp-test utility
2011-04-14 Carl WorthAdd an expected file for 084-unbalanced-parentheses
2011-04-14 Carl WorthAdd an expected file for 094-divide-by-zero-short-circuit
2011-04-14 Carl WorthAdd an expected file for 093-divide-by-zero
2011-03-04 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-03 Kenneth Graunkeglcpp/tests: Update 063-comments.c.expected to match...
2011-01-28 Carl WorthRevert "glcpp: Demote "macro redefined" from an error...
2011-01-28 Carl Worthglcpp: Demote "macro redefined" from an error to a...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-05 Vinson Leeglcpp: Add test for recursive #define.
2011-01-04 Vinson Leeglcpp: Add division by zero test cases.
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-28 Vinson Leeglcpp: Add negative tests for redefintions with valuele...
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-23 Carl Worthglcpp: Fix test suite to avoid flagging failed tests...
2010-08-23 Carl Worthglcpp: Add new test for #line directive.
2010-08-23 Carl Worthglcpp: Add test for the #error directive.
2010-08-18 Carl Worthglcpp: Add two new tests for testing redefined macros.
2010-08-18 Carl Worthglcpp: Fix 064-version.c expected result to track recen...
2010-08-18 Eric Anholtglcpp: Add testcase for #if handling bug that breaks...
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-11 Carl Worthglcpp: Fix "unterminated if" diagnostic.
2010-08-11 Carl Worthglcpp: Add an explicit diagnostic for #if with no expre...
2010-08-11 Carl Worthglcpp: Reword diagnostic for #elif with no expression
2010-08-11 Carl Worthglcpp: Add several tests for diagnostics.
2010-08-11 Carl Worthglcpp-test: Capture the stderr output of the preprocessor.
2010-08-11 Carl Worthglcpp: Clean up intermediate file when test suite is...
2010-08-11 Carl Worthglcpp: Additional fixes for not evaluating skipped...
2010-08-11 Kenneth Graunkeglcpp/tests: Commit forgotten file 074-elif-undef.c...
2010-08-11 Carl Worthglcpp: Discard output of cmp when running the test...
2010-08-11 Carl Worthglcpp: Fix expected result for the 064-version.c test.
2010-08-05 Kenneth Graunkeglcpp/tests: Add a corollary to testcase 073 for testin...
2010-08-05 Kenneth Graunkeglcpp/tests: Fix 073-if-in-ifdef.c to use #ifdef, not...
2010-08-01 Eric Anholtglcpp: Add a testcase for the failure in compiling...
2010-07-28 Carl Worthglcpp: Add expected output for a recently-added test.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-22 Carl Worthglcpp: Fix function-like macros with an argument used...
2010-07-21 Carl Worthglcpp: Avoid accidental token pasting in preprocessed...
2010-07-21 Carl Worthglcpp: Fix support for nested #ifdef and nested #ifndef
2010-07-21 Carl Worthglcpp: Support #if(expression) with no intervening...
2010-07-21 Carl Worthglcpp: Make test suite test for valgrind cleanliness.
2010-07-21 Carl Worthglcpp: Make test suite report final count of passed...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...