summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp
AgeCommit message (Expand)Author
2010-08-04glcpp: Ignore #if and #elif expressions when skipping.Kenneth Graunke
2010-08-04glcpp/tests: Add a corollary to testcase 073 for testing #elif.Kenneth Graunke
2010-08-04glcpp/tests: Fix 073-if-in-ifdef.c to use #ifdef, not #if.Kenneth Graunke
2010-08-04glcpp: Refactor HASH_IF and HASH_ELIF expansion to reuse code.Kenneth Graunke
2010-08-04glcpp: Refresh autogenerated lexer and parser.Kenneth Graunke
2010-08-04glcpp: Remove xtalloc wrappers in favor of plain talloc.Kenneth Graunke
2010-08-02glsl2: Give the path within src/mesa/ for headers instead of relying on -I.Aras Pranckevicius
2010-08-01glcpp: Add a testcase for the failure in compiling xonotic's shader.Eric Anholt
2010-07-30glcpp: Don't look for backslashes before the beginning of the string.Kenneth Graunke
2010-07-28glsl2: Actually fix glsl-version-define.Eric Anholt
2010-07-28glcpp: Add __VERSION__ define to the current language version.Eric Anholt
2010-07-28glcpp: Print integer tokens as decimal, not hex.Eric Anholt
2010-07-28glsl2: Add the define for ARB_fragment_coord_conventions when present.Eric Anholt
2010-07-28glcpp: Add generated source files.Carl Worth
2010-07-28glcpp: Add expected output for a recently-added test.Carl Worth
2010-07-28glcpp: Explicitly expect 0 shift/reduce conflicts.Carl Worth
2010-07-28glcpp: Remove 2 shift/reduce conflicts from the grammar.Carl Worth
2010-07-22glcpp: Fix function-like macros with an argument used multiple times.Carl Worth
2010-07-21glsl: Fix missing initialization of yylloc.sourceCarl Worth
2010-07-20glcpp: Avoid accidental token pasting in preprocessed result.Carl Worth
2010-07-20glcpp: Add missing include in xtalloc.cCarl Worth
2010-07-20glcpp: Add static keyword to several functions in the parser.Carl Worth
2010-07-20glcpp: Avoid warnings in generated flex code.Carl Worth
2010-07-20glcpp-lex: Declare some generated functions to eliminate compiler warnings.Carl Worth
2010-07-20glcpp: Fix support for nested #ifdef and nested #ifndefCarl Worth
2010-07-20glcpp: Support #if(expression) with no intervening space.Carl Worth
2010-07-20glcpp: Fix use-after-free error from #undef directive.Carl Worth
2010-07-20glcpp: Make test suite test for valgrind cleanliness.Carl Worth
2010-07-20glcpp: Make test suite report final count of passed/total tests.Carl Worth
2010-07-20glcpp: Delete copies of hash_table.c, hash_table.h, and other headers.Carl Worth
2010-07-07glsl2: Initialize yylineno and yycolumn so line numbers are sane.Kenneth Graunke
2010-07-02glcpp: Add #error support.Kenneth Graunke
2010-07-01glsl2: Conditionally define preprocessor tokens for optional extensionsIan Romanick
2010-07-01glsl2: Define preprocessor tokens for extensionsIan Romanick
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt