glsl: Add assert to check variable_entry referenced_count after construction.
[mesa.git] / src / glsl / glcpp /
2010-08-24 Chia-I Wuglsl: Include main/core.h.
2010-08-23 Carl Worthglcpp: Make standalone preprocessor work with a tty...
2010-08-23 Carl Worthglcpp: Fix test suite to avoid flagging failed tests...
2010-08-23 Carl Worthglcpp: Fix segfault in standalone preprocessor for...
2010-08-23 Carl Worthglcpp: Update generated glcpp-lex.c for the last two...
2010-08-23 Carl Worthglcpp: Fix handling of "#line 0"
2010-08-23 Carl Worthglcpp: Fix source numbers set with "#line LINE_NUMBER...
2010-08-23 Carl Worthglcpp: Add new test for #line directive.
2010-08-23 Carl Worthglcpp: Update README file (new specifications and fewer...
2010-08-23 Carl Worthglcpp: Add test for the #error directive.
2010-08-19 Kenneth Graunkeglcpp: Refresh autogenerated lexer.
2010-08-19 Kenneth Graunkeglcpp: Add basic #line support (adapted from the main...
2010-08-18 Carl Worthglcpp: Refresh generated files.
2010-08-18 Carl Worthglcpp: Add support for "redefined macro" error.
2010-08-18 Carl Worthglcpp: Add two new tests for testing redefined macros.
2010-08-18 Carl Worthglcpp: Allow standalone glcpp to accept a filename...
2010-08-18 Carl Worthglcpp: Fix 064-version.c expected result to track recen...
2010-08-18 Carl Worthglcpp: Regenerated glcpp-lex.c from previous commit.
2010-08-18 Carl Worthglcpp: Don't include the newline when discarding single...
2010-08-18 Eric Anholtglcpp: Add testcase for #if handling bug that breaks...
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-16 Kenneth Graunkeglcpp: Refresh autogenerated lexer and parser.
2010-08-16 Kenneth Graunkeglcpp: Remove spurious newline generated by #version...
2010-08-14 José FonsecaRevert "glsl2: Use stdint.h instead of inttypes.h"
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-14 Kenneth Graunkeglsl2: Refresh autogenerated bison parser.
2010-08-14 Vinson LeeFix an MSVC build error (bugzilla 29570).
2010-08-13 Ian Romanickglsl2: Use stdint.h instead of inttypes.h
2010-08-13 Ian Romanickglsl2: Commit generated file changed by previous commit
2010-08-13 Ian Romanickglsl2: Use --nounistd to fix MSVC build
2010-08-13 Jakob Bornecrantzglsl2: Include string.h in preprocessor
2010-08-12 Ian Romanickglsl2: Commit generated file changed by previous commit
2010-08-12 Ian Romanickglsl2: Add missing include of string.h
2010-08-11 Carl Worthglcpp: Fix "unterminated if" diagnostic.
2010-08-11 Carl Worthglccp: Regenerate glcpp-parse.c
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: Regenerate glcpp-lex.c
2010-08-11 Carl Worthglcpp: Initialize line and column numbers to 1, not 0.
2010-08-11 Carl Worthglcpp-test: Capture the stderr output of the preprocessor.
2010-08-11 Brian Paulglsl2: move declarations before code
2010-08-11 Carl Worthglcpp: Clean up intermediate file when test suite is...
2010-08-11 Carl Worthglcpp: Regenerate glcpp-parse.c
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-10 Carl Worthglcpp: Regnerate glcpp-parse.c and glcpp-parse.h
2010-08-10 Carl Worthglcpp: Initialize location structure at beginning of...
2010-08-05 Kenneth Graunkeglcpp: Ignore #if and #elif expressions when skipping.
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-05 Kenneth Graunkeglcpp: Refactor HASH_IF and HASH_ELIF expansion to...
2010-08-04 Kenneth Graunkeglcpp: Refresh autogenerated lexer and parser.
2010-08-04 Kenneth Graunkeglcpp: Remove xtalloc wrappers in favor of plain talloc.
2010-08-02 Aras Pranckeviciusglsl2: Give the path within src/mesa/ for headers inste...
2010-08-01 Eric Anholtglcpp: Add a testcase for the failure in compiling...
2010-07-30 Kenneth Graunkeglcpp: Don't look for backslashes before the beginning...
2010-07-29 Eric Anholtglsl2: Actually fix glsl-version-define.
2010-07-29 Eric Anholtglcpp: Add __VERSION__ define to the current language...
2010-07-29 Eric Anholtglcpp: Print integer tokens as decimal, not hex.
2010-07-28 Eric Anholtglsl2: Add the define for ARB_fragment_coord_convention...
2010-07-28 Carl Worthglcpp: Add generated source files.
2010-07-28 Carl Worthglcpp: Add expected output for a recently-added test.
2010-07-28 Carl Worthglcpp: Explicitly expect 0 shift/reduce conflicts.
2010-07-28 Carl Worthglcpp: Remove 2 shift/reduce conflicts from the grammar.
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 Worthglsl: Fix missing initialization of yylloc.source
2010-07-21 Carl Worthglcpp: Avoid accidental token pasting in preprocessed...
2010-07-21 Carl Worthglcpp: Add missing include in xtalloc.c
2010-07-21 Carl Worthglcpp: Add static keyword to several functions in the...
2010-07-21 Carl Worthglcpp: Avoid warnings in generated flex code.
2010-07-21 Carl Worthglcpp-lex: Declare some generated functions to eliminat...
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: Fix use-after-free error from #undef directive.
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-07-21 Carl Worthglcpp: Delete copies of hash_table.c, hash_table.h...
2010-07-07 Kenneth Graunkeglsl2: Initialize yylineno and yycolumn so line numbers...
2010-07-03 Kenneth Graunkeglcpp: Add #error support.
2010-07-02 Ian Romanickglsl2: Conditionally define preprocessor tokens for...
2010-07-02 Ian Romanickglsl2: Define preprocessor tokens for extensions
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...