summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp/glcpp-parse.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-01glcpp: Remove files generated by flex and bison from GITIan Romanick1-4222/+0
2011-02-11glcpp: regerated filesIan Romanick1-177/+190
2011-01-31glsl: regerated filesBrian Paul1-122/+114
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-182/+183
2011-01-29Revert "glcpp: Demote "macro redefined" from an error to a warning"Carl Worth1-4/+4
2011-01-28glcpp: Demote "macro redefined" from an error to a warningCarl Worth1-4/+4
2011-01-26glsl: Refresh autogenerated parser filesChad Versace1-0/+2
2011-01-21glcpp: Regenerate parser files.Kenneth Graunke1-229/+231
2011-01-10glcpp: Refresh autogenerated lexer and parser files.Ian Romanick1-184/+181
2011-01-10glcpp: Regenerate glcpp-parse.cChad Versace1-0/+21
2010-12-07Refresh autogenerated glcpp parser.Kenneth Graunke1-47/+46
2010-11-17Regenerate glcpp parser.Kenneth Graunke1-85/+90
2010-11-16Refresh autogenerated glcpp parser.Kenneth Graunke1-196/+207
2010-10-08glcpp: Regenerate files changes by previous commitIan Romanick1-121/+116
2010-09-07glcpp: Fix build on non-GCC compilers.Kenneth Graunke1-87/+88
2010-09-07glsl: Define GL_ES preprocessor macro if API is OpenGL ES 2.0.Kenneth Graunke1-215/+230
2010-08-24glsl: Include main/core.h.Chia-I Wu1-1/+1
2010-08-17glcpp: Refresh generated files.Carl Worth1-226/+339
2010-08-16glcpp: Refresh autogenerated lexer and parser.Kenneth Graunke1-1/+1
2010-08-14Revert "glsl2: Use stdint.h instead of inttypes.h"José Fonseca1-1/+1
2010-08-13glsl2: Refresh autogenerated bison parser.Kenneth Graunke1-114/+122
2010-08-13glsl2: Use stdint.h instead of inttypes.hIan Romanick1-1/+1
2010-08-12glsl2: Add missing include of string.hIan Romanick1-107/+108
2010-08-11glcpp: Fix "unterminated if" diagnostic.Carl Worth1-2/+0
2010-08-11glccp: Regenerate glcpp-parse.cCarl Worth1-376/+393
2010-08-11glcpp: Reword diagnostic for #elif with no expressionCarl Worth1-1/+1
2010-08-11glcpp: Regenerate glcpp-parse.cCarl Worth1-111/+133
2010-08-10glcpp: Regnerate glcpp-parse.c and glcpp-parse.hCarl Worth1-212/+220
2010-08-04glcpp: Ignore #if and #elif expressions when skipping.Kenneth Graunke1-94/+108
2010-08-04glcpp: Refactor HASH_IF and HASH_ELIF expansion to reuse code.Kenneth Graunke1-124/+123
2010-08-04glcpp: Refresh autogenerated lexer and parser.Kenneth Graunke1-122/+130
2010-07-28glsl2: Actually fix glsl-version-define.Eric Anholt1-3/+0
2010-07-28glcpp: Add __VERSION__ define to the current language version.Eric Anholt1-475/+493
2010-07-28glcpp: Print integer tokens as decimal, not hex.Eric Anholt1-1/+1
2010-07-28glsl2: Add the define for ARB_fragment_coord_conventions when present.Eric Anholt1-0/+8
2010-07-28glcpp: Add generated source files.Carl Worth1-0/+3957