summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/glcpp-parse.c
AgeCommit message (Expand)Author
2011-03-26glsl: add missing generated filesChia-I Wu
2011-03-01glcpp: Remove files generated by flex and bison from GITIan Romanick
2011-02-11glcpp: regerated filesIan Romanick
2011-01-31glsl: regerated filesBrian Paul
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke
2011-01-29Revert "glcpp: Demote "macro redefined" from an error to a warning"Carl Worth
2011-01-28glcpp: Demote "macro redefined" from an error to a warningCarl Worth
2011-01-26glsl: Refresh autogenerated parser filesChad Versace
2011-01-21glcpp: Regenerate parser files.Kenneth Graunke
2011-01-10glcpp: Refresh autogenerated lexer and parser files.Ian Romanick
2011-01-10glcpp: Regenerate glcpp-parse.cChad Versace
2010-12-07Refresh autogenerated glcpp parser.Kenneth Graunke
2010-11-17Regenerate glcpp parser.Kenneth Graunke
2010-11-16Refresh autogenerated glcpp parser.Kenneth Graunke
2010-10-08glcpp: Regenerate files changes by previous commitIan Romanick
2010-09-07glcpp: Fix build on non-GCC compilers.Kenneth Graunke
2010-09-07glsl: Define GL_ES preprocessor macro if API is OpenGL ES 2.0.Kenneth Graunke
2010-08-24glsl: Include main/core.h.Chia-I Wu
2010-08-17glcpp: Refresh generated files.Carl Worth
2010-08-16glcpp: Refresh autogenerated lexer and parser.Kenneth Graunke
2010-08-14Revert "glsl2: Use stdint.h instead of inttypes.h"José Fonseca
2010-08-13glsl2: Refresh autogenerated bison parser.Kenneth Graunke
2010-08-13glsl2: Use stdint.h instead of inttypes.hIan Romanick
2010-08-12glsl2: Add missing include of string.hIan Romanick
2010-08-11glcpp: Fix "unterminated if" diagnostic.Carl Worth
2010-08-11glccp: Regenerate glcpp-parse.cCarl Worth
2010-08-11glcpp: Reword diagnostic for #elif with no expressionCarl Worth
2010-08-11glcpp: Regenerate glcpp-parse.cCarl Worth
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