Age | Commit message (Expand) | Author |
2010-09-07 | glcpp: Fix build on non-GCC compilers. | Kenneth Graunke |
2010-09-07 | glsl: Define GL_ES preprocessor macro if API is OpenGL ES 2.0. | Kenneth Graunke |
2010-08-27 | glsl2: remove 'extern' keyword in .c file | Brian Paul |
2010-08-25 | glsl/mesa: fixes for MSVC | Aras Pranckevicius |
2010-08-24 | glsl: Include main/core.h. | Chia-I Wu |
2010-08-23 | glcpp: Make standalone preprocessor work with a tty as stdin | Carl Worth |
2010-08-23 | glcpp: Fix test suite to avoid flagging failed tests as valgrind errors. | Carl Worth |
2010-08-23 | glcpp: Fix segfault in standalone preprocessor for "file not found", etc. | Carl Worth |
2010-08-23 | glcpp: Update generated glcpp-lex.c for the last two changes. | Carl Worth |
2010-08-23 | glcpp: Fix handling of "#line 0" | Carl Worth |
2010-08-23 | glcpp: Fix source numbers set with "#line LINE_NUMBER SOURCE_NUMBER" | Carl Worth |
2010-08-23 | glcpp: Add new test for #line directive. | Carl Worth |
2010-08-23 | glcpp: Update README file (new specifications and fewer limitations). | Carl Worth |
2010-08-23 | glcpp: Add test for the #error directive. | Carl Worth |
2010-08-18 | glcpp: Refresh autogenerated lexer. | Kenneth Graunke |
2010-08-18 | glcpp: Add basic #line support (adapted from the main compiler). | Kenneth Graunke |
2010-08-17 | glcpp: Refresh generated files. | Carl Worth |
2010-08-17 | glcpp: Add support for "redefined macro" error. | Carl Worth |
2010-08-17 | glcpp: Add two new tests for testing redefined macros. | Carl Worth |
2010-08-17 | glcpp: Allow standalone glcpp to accept a filename as first argument. | Carl Worth |
2010-08-17 | glcpp: Fix 064-version.c expected result to track recent change. | Carl Worth |
2010-08-17 | glcpp: Regenerated glcpp-lex.c from previous commit. | Carl Worth |
2010-08-17 | glcpp: Don't include the newline when discarding single-line comments | Carl Worth |
2010-08-17 | glcpp: Add testcase for #if handling bug that breaks Savage2. | Eric Anholt |
2010-08-16 | glcpp: Refresh autogenerated lexer and parser. | Kenneth Graunke |
2010-08-16 | glcpp: Remove spurious newline generated by #version handling. | Kenneth Graunke |
2010-08-14 | Revert "glsl2: Use stdint.h instead of inttypes.h" | José Fonseca |
2010-08-13 | glsl2: Refresh autogenerated bison parser. | Kenneth Graunke |
2010-08-13 | Fix an MSVC build error (bugzilla 29570). | Vinson Lee |
2010-08-13 | glsl2: Use stdint.h instead of inttypes.h | Ian Romanick |
2010-08-13 | glsl2: Commit generated file changed by previous commit | Ian Romanick |
2010-08-13 | glsl2: Use --nounistd to fix MSVC build | Ian Romanick |
2010-08-13 | glsl2: Include string.h in preprocessor | Jakob Bornecrantz |
2010-08-12 | glsl2: Commit generated file changed by previous commit | Ian Romanick |
2010-08-12 | glsl2: Add missing include of string.h | Ian Romanick |
2010-08-11 | glcpp: Fix "unterminated if" diagnostic. | Carl Worth |
2010-08-11 | glccp: Regenerate glcpp-parse.c | Carl Worth |
2010-08-11 | glcpp: Add an explicit diagnostic for #if with no expression. | Carl Worth |
2010-08-11 | glcpp: Reword diagnostic for #elif with no expression | Carl Worth |
2010-08-11 | glcpp: Add several tests for diagnostics. | Carl Worth |
2010-08-11 | glcpp: Regenerate glcpp-lex.c | Carl Worth |
2010-08-11 | glcpp: Initialize line and column numbers to 1, not 0. | Carl Worth |
2010-08-11 | glcpp-test: Capture the stderr output of the preprocessor. | Carl Worth |
2010-08-11 | glsl2: move declarations before code | Brian Paul |
2010-08-11 | glcpp: Clean up intermediate file when test suite is interrupted. | Carl Worth |
2010-08-11 | glcpp: Regenerate glcpp-parse.c | Carl Worth |
2010-08-11 | glcpp: Additional fixes for not evaluating skipped #if/#elif expressions. | Carl Worth |
2010-08-10 | glcpp/tests: Commit forgotten file 074-elif-undef.c.expected. | Kenneth Graunke |
2010-08-10 | glcpp: Discard output of cmp when running the test suite. | Carl Worth |
2010-08-10 | glcpp: Fix expected result for the 064-version.c test. | Carl Worth |