nir: move to compiler/
[mesa.git] / src / glsl / glcpp / tests /
2014-12-12 Matt Turnerglcpp: Make tests write .out files to builddir.
2014-12-06 Chris Forbesglcpp: Fix `can not` to `cannot` in error message
2014-08-20 Carl Worthglcpp: Fix glcpp-test-cr-lf "make check" test for Mac...
2014-08-20 Carl Worthglcpp: Use printf instead of "echo -n" in glcpp-test
2014-08-07 Carl Worthglsl/glcpp: Rename one test to avoid a duplicate test...
2014-08-07 Carl Worthglsl/glcpp: Fix handling of commas that result from...
2014-08-07 Carl Worthglsl/glcpp: Integrate recent glcpp-test-cr-lf test...
2014-08-07 Carl Worthglsl/glcpp: Fix glcpp-test to correctly extract test...
2014-08-07 Carl Worthglsl/glcpp: Treat CR+LF pair as a single newline
2014-08-07 Carl Worthglsl/glcpp: Add test script for testing various line...
2014-08-07 Carl Worthglsl/glcpp: Fix for macros that expand to include ...
2014-08-07 Carl Worthglsl/glcpp: Swallow empty #pragma directives.
2014-08-07 Carl Worthglsl/glcpp: Fix #pragma to not over-increment the line...
2014-08-07 Carl Worthglsl/glcpp: Add testing for null directives with spaces...
2014-08-07 Carl Worthglsl/glcpp: Add tests for #define followed by comments
2014-08-07 Carl Worthglsl/glcpp: Add test for "#define without macro name"
2014-08-07 Carl Worthglsl/glcpp: Add explicit error for "#define without...
2014-07-29 Carl Worthglsl/glcpp: Add test for a multi-line comment within...
2014-07-29 Carl Worthglsl/glcpp: Test that macro parameters substitute immed...
2014-07-29 Carl Worthglsl/glcpp: Add (non)-support for ++ and -- operators
2014-07-29 Carl Worthglsl/glcpp: Emit error for duplicate parameter name...
2014-07-29 Carl Worthglsl/glcpp: Correctly parse directives with intervening...
2014-07-29 Carl Worthglsl/glcpp: Fix off-by-one error in column in first...
2014-07-29 Carl Worthglsl/glcpp: Minor tweak to wording of error message
2014-07-29 Carl Worthglsl/glcpp: Drop extra, final newline from most output
2014-07-29 Carl Worthglsl/glcpp: Add testing for EOF sans newline (and fix...
2014-07-29 Carl Worthglsl/glcpp: Add support for comments between #define...
2014-07-29 Carl Worthglsl/glcpp: Emit proper error for #define with a non...
2014-07-29 Carl Worthglsl/glcpp: Add testing for directives preceded by...
2014-07-29 Carl Worthglsl/glcpp: Fix to emit spaces following directives
2014-07-09 Carl Worthglsl/glcpp: Don't choke on an empty pragma
2014-07-09 Carl Worthglsl/glcpp: Promote "extra token at end of directive...
2014-07-09 Carl Worthglsl/glcpp: Once again report undefined macro name...
2014-07-09 Carl Worthglsl/glcpp: Add short-circuiting for || and && in ...
2014-07-09 Carl Worthglsl/glcpp: Fix glcpp to properly lex entire "preproces...
2014-07-09 Carl Worthglsl/glcpp: Fix glcpp to catch garbage after #if 1...
2014-07-09 Carl Worthglsl/glcpp: Fixup glcpp tests for redefining a macro...
2014-07-09 Carl Worthglsl/glcpp: Add test to ensure compiler won't allow...
2014-03-08 Sir Anthonyglcpp: Do not remove spaces to preserve locations.
2014-02-19 Ian Romanickglcpp: Only warn for macro names containing __
2014-01-31 Carl Worthglcpp: Add "make check" test for comment-parsing bug
2014-01-02 Erik Faye-Lundglcpp: error on multiple #else/#elif directives
2014-01-02 Carl Worthglcpp: Replace multi-line comment with a space (even...
2013-06-03 Carl Worthglcpp: Add test case for recently fixed loop-control...
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
next