| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Rename MESA_shader_integer_mix to EXT_shader_integer_mix | Ian Romanick | 2013-09-13 | 1 | -2/+2 |
* | glsl: Implement MESA_shader_integer_mix extension. | Matt Turner | 2013-09-09 | 1 | -0/+3 |
* | mesa: Add infrastructure for ARB_shading_language_420pack. | Todd Previte | 2013-06-14 | 1 | -0/+3 |
* | mesa: fix OES_EGL_image_external being partially allowed in the core profile | Marek Olšák | 2013-06-13 | 1 | -7/+7 |
* | glcpp: Automatically #define GL_core_profile 1 on GLSL 1.50+. | Kenneth Graunke | 2013-06-10 | 1 | -0/+3 |
* | glcpp: Add test case for recently fixed loop-control underflow bug. | Carl Worth | 2013-06-03 | 2 | -0/+25 |
* | glcpp: Fix post-decrement underflow in loop-control variable | Carl Worth | 2013-06-03 | 1 | -1/+3 |
* | glsl: add AMD_vertex_shader_layer support | Jordan Justen | 2013-05-13 | 1 | -0/+3 |
* | mesa: Add infrastructure for ARB_gpu_shader5. | Matt Turner | 2013-05-06 | 1 | -0/+3 |
* | glsl: Implement ARB_texture_query_lod | Dave Airlie | 2013-03-29 | 1 | -0/+3 |
* | glsl: add support for ARB_texture_multisample | Chris Forbes | 2013-03-02 | 1 | -0/+3 |
* | glsl: Add infrastructure for ARB_shading_language_packing | Matt Turner | 2013-01-25 | 1 | -0/+3 |
* | glsl/build: Build glcpp via the glsl Makefile | Matt Turner | 2013-01-22 | 2 | -56/+2 |
* | glsl/build: Remove dead LIBRARY_* variables | Matt Turner | 2013-01-20 | 1 | -2/+0 |
* | glcpp: Add tests for line continuation | Carl Worth | 2013-01-11 | 4 | -0/+46 |
* | glcpp: Rewrite line-continuation support to act globally. | Carl Worth | 2013-01-11 | 1 | -66/+49 |
* | glcpp: Add --disable-line-continuations argument to standalone glcpp | Carl Worth | 2013-01-11 | 1 | -2/+44 |
* | glcpp: Allow test-specific arguments for standalone glcpp tests | Carl Worth | 2013-01-11 | 1 | -2/+9 |
* | glcpp: Honor the GL context's DisableGLSLLineContinuations option | Carl Worth | 2013-01-11 | 1 | -1/+3 |
* | glcpp: Accept pointer to GL context rather than just the API version | Carl Worth | 2013-01-11 | 3 | -4/+17 |
* | glcpp: Reject token pasting operator in GLES | Matt Turner | 2013-01-11 | 1 | -0/+2 |
* | glcpp: Make undefined macros illegal in #if and #elif for GLES3 | Carl Worth | 2013-01-11 | 1 | -0/+2 |
* | glcpp: Add a flag to the parser state to indicate GLES. | Carl Worth | 2013-01-11 | 2 | -11/+16 |
* | glcpp: Add back tests/*.out to .gitignore | Andreas Boll | 2013-01-11 | 1 | -0/+1 |
* | Clean up .gitignore files | Matt Turner | 2013-01-10 | 1 | -2/+0 |
* | glcpp: Typo fix. | Adam Jackson | 2013-01-02 | 1 | -1/+1 |
* | glcpp: Fix visibility CFLAGS in automake | Adam Jackson | 2013-01-02 | 1 | -0/+1 |
* | program/hash_table.c: rename to program/prog_hash_table.c | Jordan Justen | 2012-12-07 | 1 | -1/+1 |
* | glsl/preprocessor: Handle "#version 300 es" directive. | Paul Berry | 2012-12-06 | 1 | -4/+17 |
* | glsl/preprocessor: Extract version directive processing into a function. | Paul Berry | 2012-12-06 | 1 | -19/+30 |
* | Revert "glcpp: Rewrite line-continuation support to act globally." | Carl Worth | 2012-11-30 | 1 | -43/+66 |
* | glcpp: Rewrite line-continuation support to act globally. | Carl Worth | 2012-11-30 | 1 | -66/+43 |
* | glcpp: Update README for new support of __LINE__ and __FILE__. | Carl Worth | 2012-11-29 | 1 | -3/+1 |
* | glcpp: Add test involving token pasting of INTEGER tokens. | Carl Worth | 2012-11-29 | 2 | -0/+15 |
* | glcpp: Add support for pasting of INTEGER tokens. | Carl Worth | 2012-11-29 | 1 | -14/+47 |
* | glcpp: Flag invalid pastes for integer followed by non-digits | Carl Worth | 2012-11-29 | 1 | -5/+13 |
* | glcpp: Extend the invalid-paste test | Carl Worth | 2012-11-29 | 2 | -0/+20 |
* | glcpp: More factoring-out of common code to simplify things. | Carl Worth | 2012-11-29 | 1 | -26/+20 |
* | glcpp: Factor out a tiny bit of repeated code. | Carl Worth | 2012-11-29 | 1 | -4/+1 |
* | glcpp: Add support for __LINE__ and __FILE__ macros | Carl Worth | 2012-11-29 | 3 | -1/+45 |
* | mesa: Rename API_OPENGL to API_OPENGL_COMPAT. | Paul Berry | 2012-11-29 | 1 | -1/+1 |
* | glcpp: Support #elif(expression) with no intervening space. | Matt Turner | 2012-11-28 | 7 | -1/+96 |
* | glcpp: Reject #version and #line not followed by whitespace | Matt Turner | 2012-11-28 | 5 | -2/+8 |
* | glcpp: Don't define macros for extensions that aren't in ES | Matt Turner | 2012-11-15 | 1 | -28/+31 |
* | glcpp: wire up glcpp-test to make check | Matt Turner | 2012-11-09 | 2 | -4/+14 |
* | glcpp/tests: Add tests for multiline #elif | Matt Turner | 2012-11-09 | 2 | -0/+15 |
* | glcpp/tests: Add test for multiline #if | Matt Turner | 2012-11-09 | 2 | -0/+13 |
* | glcpp/tests: Add test for multiline #line | Matt Turner | 2012-11-09 | 2 | -0/+11 |
* | glcpp/tests: Add test to check #line followed by code | Matt Turner | 2012-11-09 | 2 | -0/+5 |
* | glcpp: don't push #line directives into next line | Fabian Bieler | 2012-11-09 | 2 | -9/+9 |