summaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp
Commit message (Expand)AuthorAgeFilesLines
* glcpp: Fix use-after-free error from #undef directive.Carl Worth2010-07-201-4/+1
* glcpp: Make test suite test for valgrind cleanliness.Carl Worth2010-07-201-1/+21
* glcpp: Make test suite report final count of passed/total tests.Carl Worth2010-07-201-2/+22
* glcpp: Delete copies of hash_table.c, hash_table.h, and other headers.Carl Worth2010-07-205-526/+0
* glsl2: Initialize yylineno and yycolumn so line numbers are sane.Kenneth Graunke2010-07-071-0/+1
* glcpp: Add #error support.Kenneth Graunke2010-07-021-0/+8
* glsl2: Conditionally define preprocessor tokens for optional extensionsIan Romanick2010-07-014-9/+18
* glsl2: Define preprocessor tokens for extensionsIan Romanick2010-07-011-1/+17
* glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt2010-06-24152-0/+3935