i965/gen7: Fix batch length for 3DSTATE_HIER_DEPTH_BUFFER
[mesa.git] / tests /
2012-01-05 Paul BerryAdd .gitignore files to exclude unit test build artifac...
2012-01-04 Ian Romanickglx: More hacking around versions of XCB that lack...
2012-01-02 Ian Romanicktests/glx: Add unit tests for GLX_ARB_create_context...
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...
2010-06-21 Kenneth GraunkeMerge Carl's preprocessor into the glcpp subdirectory.
2010-06-09 Carl WorthMerge remote branch 'kwg/fixes'
2010-06-02 Carl Worthtest suite: Add expected output for every test.
2010-06-02 Carl WorthFix multi-line comment regular expression to handle...
2010-06-01 Carl WorthImplement comment handling in the lexer (with test).
2010-06-01 Carl WorthFix #if-skipping to *really* skip the skipped group.
2010-05-29 Carl WorthMerge branch 'take-2'
2010-05-29 Carl WorthAdd three more tests cases recently added to the take...
2010-05-29 Carl WorthAdd killer test case from the C99 specification.
2010-05-29 Carl WorthAdd test and fix bugs with multiple token-pasting on...
2010-05-29 Carl WorthFix pass-through of '=' and add a test for it.
2010-05-28 Carl WorthAdd two more (failing) tests from the take-2 branch.
2010-05-28 Carl WorthAdd two (passing) tests from the take-2 branch.
2010-05-28 Carl WorthTweak test 25 slightly, (so the non-macro doesn't end...
2010-05-28 Carl WorthRemove some blank lines from the end of some test cases.
2010-05-28 Carl WorthPerform macro by replacing tokens in original list.
2010-05-28 Carl WorthStop interrupting the test suite at the first failure.
2010-05-27 Carl WorthRemove blank lines from output files before comparing.
2010-05-27 Carl WorthAdd test for token-pasting of integers.
2010-05-27 Carl WorthImplement token pasting of integers.
2010-05-27 Carl WorthAdd placeholder tokens to support pasting with empty...
2010-05-27 Carl WorthAdd test for macro invocations with empty arguments.
2010-05-27 Carl WorthProvide support for empty arguments in macro invocations.
2010-05-27 Carl WorthAdd test 56 for a comma within the expansion of an...
2010-05-27 Carl WorthAvoid treating an expanded comma as an argument separator.
2010-05-27 Carl WorthAdd support (and test) for an object-to-function chain...
2010-05-26 Carl WorthAdd two tests developed on the take-2 branch.
2010-05-26 Carl WorthTreat newlines as space when invoking a function-like...
2010-05-26 Carl WorthImplement (and test) support for macro expansion within...
2010-05-26 Carl WorthFix lexing of "defined" as an operator, not an identifier.
2010-05-26 Carl WorthImplement #if and friends.
2010-05-26 Carl WorthDefer test 26 until much later (to test 55).
2010-05-26 Carl WorthCollapse multiple spaces in input down to a single...
2010-05-26 Carl WorthAdd a test #0 to ensure that we don't do any inadverten...
2010-05-25 Carl WorthImplement expansion of object-like macros.
2010-05-25 Carl WorthMake the lexer pass whitespace through (as OTHER tokens...
2010-05-25 Carl WorthStore parsed tokens as token list and print all text...
2010-05-25 Carl WorthStarting over with the C99 grammar for the preprocessor.
2010-05-24 Carl WorthAdd test for '/', '<<', and '>>' in #if expressions.
2010-05-24 Carl WorthAdd test of bitwise operators and octal/hexadecimal...
2010-05-24 Carl WorthImplement all operators specified for GLSL #if expressi...
2010-05-21 Carl WorthImplement #if, #else, #elif, and #endif with tests.
2010-05-20 Carl WorthRemove "unnecessary" whitespace from some tests.
2010-05-20 Carl WorthStop ignoring whitespace while testing.
2010-05-20 Carl WorthAdd test (and fix) for a function argument of a macro...
2010-05-20 Carl WorthAdd support for commas within parenthesized groups...
2010-05-20 Carl WorthAvoid re-expanding a macro name that has once been...
2010-05-19 Carl WorthLike previous fix, but for object-like macros (and...
2010-05-19 Carl WorthFix bug as in previous fix, but with multi-token argument.
2010-05-19 Carl WorthFix bug (and test) for an invocation using macro name...
2010-05-19 Carl WorthFix bug (and add tests) for a function-like macro defin...
2010-05-19 Carl WorthAdd several tests where the defined value of a macro...
2010-05-17 Carl WorthFix (and add test for) function-like macro invocation...
2010-05-17 Carl WorthFix bug (and add test) for a function-like-macro appear...
2010-05-17 Carl WorthAdd test and fix bug leading to infinite recursion.
2010-05-15 Carl WorthDon't return SPACE tokens unless strictly needed.
2010-05-15 Carl WorthAdd test with extra whitespace in macro defintions...
2010-05-14 Carl WorthAdd test invoking a macro with an argument containing...
2010-05-14 Carl WorthAdd test for composed invocation of function-like macros.
2010-05-14 Carl WorthAdd test for function-like macro invocations with multi...
2010-05-14 Carl WorthAdd test where a macro formal parameter is the same...
2010-05-14 Carl WorthAdd tests exercising substitution of arguments in funct...
2010-05-14 Carl WorthAdd some whitespace variations to test 15.
2010-05-14 Carl WorthAdd test for an object-like macro with a definition...
2010-05-13 Carl WorthAdd tests for the structure of function-like macros.
2010-05-12 Carl WorthAdd test case to define, undef, and then again define...
2010-05-12 Carl WorthAdd test for #undef.
2010-05-12 Carl WorthAdd test for an empty definition.
2010-05-11 Carl WorthAdd tests defining a macro to be a literal and another...
2010-05-11 Carl WorthAdd a couple more tests for chained #define directives.
2010-05-11 Carl WorthAdd test for chained #define directives.
2010-05-10 Carl WorthAdd a very simple test for the pre-processor.
2010-04-21 Kenneth GraunkeEnsure that both parameter lists are the same length...
2010-04-02 Eric AnholtAdd PASS / FAIL annotations to tests missing them.
2010-03-31 Ian RomanickMore array declaration tests
2010-03-31 Ian RomanickAdd 'in' to some parameters of the function
2010-03-31 Ian RomanickAdd some variable declaration qualifier tests
2010-03-30 Ian RomanickAdd some array declaration tests
2010-03-30 Ian RomanickArrays are not allowed as vertex shader inputs in GLSL...
2010-03-30 Ian RomanickAdd several tests for vertex shader attributes
2010-03-29 Ian RomanickAdd tests for :? operator
2010-03-29 Ian RomanickAdd several simple if-statement tests
2010-03-26 Ian RomanickAdd some simple constructor tests
2010-03-25 Ian RomanickMerge branch 'anholt'
2010-03-25 Ian RomanickMore matrix compilation tests
2010-03-25 Ian RomanickAdd some matrix math tests
2010-03-24 Ian RomanickMerge branch 'anholt'
2010-03-24 Ian RomanickAdd (negative) test for constructing samplers
2010-03-23 Ian RomanickAdd test for invalid assignment of function return...
2010-03-23 Ian RomanickRename test GLSL sources from .txt to .glsl
2010-03-23 Ian RomanickAdd test for declaring variables of type void.
2010-03-11 Ian RomanickAdd a handful of simple tests for function calls in...
2010-02-22 Ian RomanickInitial commit. lol