summaryrefslogtreecommitdiff
path: root/src/glsl/glcpp
AgeCommit message (Expand)Author
2010-08-23glcpp: Update README file (new specifications and fewer limitations).Carl Worth
2010-08-23glcpp: Add test for the #error directive.Carl Worth
2010-08-18glcpp: Refresh autogenerated lexer.Kenneth Graunke
2010-08-18glcpp: Add basic #line support (adapted from the main compiler).Kenneth Graunke
2010-08-17glcpp: Refresh generated files.Carl Worth
2010-08-17glcpp: Add support for "redefined macro" error.Carl Worth
2010-08-17glcpp: Add two new tests for testing redefined macros.Carl Worth
2010-08-17glcpp: Allow standalone glcpp to accept a filename as first argument.Carl Worth
2010-08-17glcpp: Fix 064-version.c expected result to track recent change.Carl Worth
2010-08-17glcpp: Regenerated glcpp-lex.c from previous commit.Carl Worth
2010-08-17glcpp: Don't include the newline when discarding single-line commentsCarl Worth
2010-08-17glcpp: Add testcase for #if handling bug that breaks Savage2.Eric Anholt
2010-08-16glcpp: Refresh autogenerated lexer and parser.Kenneth Graunke
2010-08-16glcpp: Remove spurious newline generated by #version handling.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-13Fix an MSVC build error (bugzilla 29570).Vinson Lee
2010-08-13glsl2: Use stdint.h instead of inttypes.hIan Romanick
2010-08-13glsl2: Commit generated file changed by previous commitIan Romanick
2010-08-13glsl2: Use --nounistd to fix MSVC buildIan Romanick
2010-08-13glsl2: Include string.h in preprocessorJakob Bornecrantz
2010-08-12glsl2: Commit generated file changed by previous commitIan 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: Add an explicit diagnostic for #if with no expression.Carl Worth
2010-08-11glcpp: Reword diagnostic for #elif with no expressionCarl Worth
2010-08-11glcpp: Add several tests for diagnostics.Carl Worth
2010-08-11glcpp: Regenerate glcpp-lex.cCarl Worth
2010-08-11glcpp: Initialize line and column numbers to 1, not 0.Carl Worth
2010-08-11glcpp-test: Capture the stderr output of the preprocessor.Carl Worth
2010-08-11glsl2: move declarations before codeBrian Paul
2010-08-11glcpp: Clean up intermediate file when test suite is interrupted.Carl Worth
2010-08-11glcpp: Regenerate glcpp-parse.cCarl Worth
2010-08-11glcpp: Additional fixes for not evaluating skipped #if/#elif expressions.Carl Worth
2010-08-10glcpp/tests: Commit forgotten file 074-elif-undef.c.expected.Kenneth Graunke
2010-08-10glcpp: Discard output of cmp when running the test suite.Carl Worth
2010-08-10glcpp: Fix expected result for the 064-version.c test.Carl Worth
2010-08-10glcpp: Regnerate glcpp-parse.c and glcpp-parse.hCarl Worth
2010-08-10glcpp: Initialize location structure at beginning of parse.Carl Worth
2010-08-04glcpp: Ignore #if and #elif expressions when skipping.Kenneth Graunke
2010-08-04glcpp/tests: Add a corollary to testcase 073 for testing #elif.Kenneth Graunke
2010-08-04glcpp/tests: Fix 073-if-in-ifdef.c to use #ifdef, not #if.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-08-04glcpp: Remove xtalloc wrappers in favor of plain talloc.Kenneth Graunke
2010-08-02glsl2: Give the path within src/mesa/ for headers instead of relying on -I.Aras Pranckevicius
2010-08-01glcpp: Add a testcase for the failure in compiling xonotic's shader.Eric Anholt
2010-07-30glcpp: Don't look for backslashes before the beginning of the string.Kenneth Graunke
2010-07-28glsl2: Actually fix glsl-version-define.Eric Anholt