Age | Commit message (Expand) | Author |
2010-11-16 | glcpp: Define GL_FRAGMENT_PRECISION_HIGH if GLSL version >= 1.30. | Kenneth Graunke |
2010-10-08 | glcpp: Add the define for ARB_explicit_attrib_location when present | Ian Romanick |
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-24 | glsl: Include main/core.h. | Chia-I Wu |
2010-08-17 | glcpp: Add support for "redefined macro" error. | Carl Worth |
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 | Fix an MSVC build error (bugzilla 29570). | Vinson Lee |
2010-08-13 | glsl2: Use stdint.h instead of inttypes.h | Ian Romanick |
2010-08-12 | glsl2: Commit generated file changed by previous commit | Ian Romanick |
2010-08-11 | glcpp: Fix "unterminated if" diagnostic. | 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: Additional fixes for not evaluating skipped #if/#elif expressions. | Carl Worth |
2010-08-10 | glcpp: Initialize location structure at beginning of parse. | Carl Worth |
2010-08-04 | glcpp: Ignore #if and #elif expressions when skipping. | Kenneth Graunke |
2010-08-04 | glcpp: Refactor HASH_IF and HASH_ELIF expansion to reuse code. | Kenneth Graunke |
2010-08-04 | glcpp: Remove xtalloc wrappers in favor of plain talloc. | Kenneth Graunke |
2010-07-28 | glsl2: Actually fix glsl-version-define. | Eric Anholt |
2010-07-28 | glcpp: Add __VERSION__ define to the current language version. | Eric Anholt |
2010-07-28 | glcpp: Print integer tokens as decimal, not hex. | Eric Anholt |
2010-07-28 | glsl2: Add the define for ARB_fragment_coord_conventions when present. | Eric Anholt |
2010-07-28 | glcpp: Explicitly expect 0 shift/reduce conflicts. | Carl Worth |
2010-07-28 | glcpp: Remove 2 shift/reduce conflicts from the grammar. | Carl Worth |
2010-07-22 | glcpp: Fix function-like macros with an argument used multiple times. | Carl Worth |
2010-07-20 | glcpp: Avoid accidental token pasting in preprocessed result. | Carl Worth |
2010-07-20 | glcpp: Add static keyword to several functions in the parser. | Carl Worth |
2010-07-20 | glcpp: Fix use-after-free error from #undef directive. | Carl Worth |
2010-07-01 | glsl2: Conditionally define preprocessor tokens for optional extensions | Ian Romanick |
2010-07-01 | glsl2: Define preprocessor tokens for extensions | Ian Romanick |
2010-06-24 | glsl2: Move the compiler to the subdirectory it will live in in Mesa. | Eric Anholt |