summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/glcpp-parse.c
AgeCommit message (Expand)Author
2010-08-10glcpp: Regnerate glcpp-parse.c and glcpp-parse.hCarl Worth
2010-08-04glcpp: Ignore #if and #elif expressions when skipping.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-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