summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp
AgeCommit message (Expand)Author
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