summaryrefslogtreecommitdiffstats
path: root/src/glsl/glcpp
Commit message (Expand)AuthorAgeFilesLines
* glsl2: Refresh autogenerated bison parser.Kenneth Graunke2010-08-132-118/+125
* Fix an MSVC build error (bugzilla 29570).Vinson Lee2010-08-131-1/+1
* glsl2: Use stdint.h instead of inttypes.hIan Romanick2010-08-132-2/+2
* glsl2: Commit generated file changed by previous commitIan Romanick2010-08-131-55/+47
* glsl2: Use --nounistd to fix MSVC buildIan Romanick2010-08-131-0/+1
* glsl2: Include string.h in preprocessorJakob Bornecrantz2010-08-131-0/+1
* glsl2: Commit generated file changed by previous commitIan Romanick2010-08-121-0/+1
* glsl2: Add missing include of string.hIan Romanick2010-08-121-107/+108
* glcpp: Fix "unterminated if" diagnostic.Carl Worth2010-08-114-4/+8
* glccp: Regenerate glcpp-parse.cCarl Worth2010-08-111-376/+393
* glcpp: Add an explicit diagnostic for #if with no expression.Carl Worth2010-08-112-1/+14
* glcpp: Reword diagnostic for #elif with no expressionCarl Worth2010-08-113-3/+2
* glcpp: Add several tests for diagnostics.Carl Worth2010-08-1120-0/+72
* glcpp: Regenerate glcpp-lex.cCarl Worth2010-08-111-9/+23
* glcpp: Initialize line and column numbers to 1, not 0.Carl Worth2010-08-111-1/+1
* glcpp-test: Capture the stderr output of the preprocessor.Carl Worth2010-08-111-1/+1
* glsl2: move declarations before codeBrian Paul2010-08-111-2/+4
* glcpp: Clean up intermediate file when test suite is interrupted.Carl Worth2010-08-111-0/+2
* glcpp: Regenerate glcpp-parse.cCarl Worth2010-08-111-111/+133
* glcpp: Additional fixes for not evaluating skipped #if/#elif expressions.Carl Worth2010-08-115-19/+61
* glcpp/tests: Commit forgotten file 074-elif-undef.c.expected.Kenneth Graunke2010-08-101-0/+4
* glcpp: Discard output of cmp when running the test suite.Carl Worth2010-08-101-1/+1
* glcpp: Fix expected result for the 064-version.c test.Carl Worth2010-08-101-0/+1
* glcpp: Regnerate glcpp-parse.c and glcpp-parse.hCarl Worth2010-08-102-215/+224
* glcpp: Initialize location structure at beginning of parse.Carl Worth2010-08-101-0/+8
* glcpp: Ignore #if and #elif expressions when skipping.Kenneth Graunke2010-08-042-96/+124
* glcpp/tests: Add a corollary to testcase 073 for testing #elif.Kenneth Graunke2010-08-041-0/+3
* glcpp/tests: Fix 073-if-in-ifdef.c to use #ifdef, not #if.Kenneth Graunke2010-08-041-1/+1
* glcpp: Refactor HASH_IF and HASH_ELIF expansion to reuse code.Kenneth Graunke2010-08-042-144/+142
* glcpp: Refresh autogenerated lexer and parser.Kenneth Graunke2010-08-043-155/+148
* glcpp: Remove xtalloc wrappers in favor of plain talloc.Kenneth Graunke2010-08-045-151/+27
* glsl2: Give the path within src/mesa/ for headers instead of relying on -I.Aras Pranckevicius2010-08-021-1/+1
* glcpp: Add a testcase for the failure in compiling xonotic's shader.Eric Anholt2010-08-012-0/+9
* glcpp: Don't look for backslashes before the beginning of the string.Kenneth Graunke2010-07-301-3/+7
* glsl2: Actually fix glsl-version-define.Eric Anholt2010-07-282-6/+0
* glcpp: Add __VERSION__ define to the current language version.Eric Anholt2010-07-285-714/+774
* glcpp: Print integer tokens as decimal, not hex.Eric Anholt2010-07-282-2/+2
* glsl2: Add the define for ARB_fragment_coord_conventions when present.Eric Anholt2010-07-282-0/+16
* glcpp: Add generated source files.Carl Worth2010-07-284-3/+6693
* glcpp: Add expected output for a recently-added test.Carl Worth2010-07-281-0/+3
* glcpp: Explicitly expect 0 shift/reduce conflicts.Carl Worth2010-07-281-0/+1
* glcpp: Remove 2 shift/reduce conflicts from the grammar.Carl Worth2010-07-281-1/+0
* glcpp: Fix function-like macros with an argument used multiple times.Carl Worth2010-07-222-3/+9
* glsl: Fix missing initialization of yylloc.sourceCarl Worth2010-07-211-0/+19
* glcpp: Avoid accidental token pasting in preprocessed result.Carl Worth2010-07-205-5/+43
* glcpp: Add missing include in xtalloc.cCarl Worth2010-07-201-1/+1
* glcpp: Add static keyword to several functions in the parser.Carl Worth2010-07-201-3/+3
* glcpp: Avoid warnings in generated flex code.Carl Worth2010-07-201-1/+12
* glcpp-lex: Declare some generated functions to eliminate compiler warnings.Carl Worth2010-07-201-0/+5
* glcpp: Fix support for nested #ifdef and nested #ifndefCarl Worth2010-07-203-2/+85