glsl: silence unused 'var' variable warning
[mesa.git] / src / glsl / glcpp /
2013-10-05 Chris Forbesglsl: add plumbing for GL_ARB_texture_query_levels
2013-10-02 Maxence Le Doreglsl: add texture gather changes
2013-09-13 Ian Romanickmesa: Rename MESA_shader_integer_mix to EXT_shader_inte...
2013-09-09 Matt Turnerglsl: Implement MESA_shader_integer_mix extension.
2013-06-14 Todd Previtemesa: Add infrastructure for ARB_shading_language_420pack.
2013-06-13 Marek Olšákmesa: fix OES_EGL_image_external being partially allowe...
2013-06-10 Kenneth Graunkeglcpp: Automatically #define GL_core_profile 1 on GLSL...
2013-06-03 Carl Worthglcpp: Add test case for recently fixed loop-control...
2013-06-03 Carl Worthglcpp: Fix post-decrement underflow in loop-control...
2013-05-13 Jordan Justenglsl: add AMD_vertex_shader_layer support
2013-05-06 Matt Turnermesa: Add infrastructure for ARB_gpu_shader5.
2013-03-29 Dave Airlieglsl: Implement ARB_texture_query_lod
2013-03-01 Chris Forbesglsl: add support for ARB_texture_multisample
2013-01-25 Matt Turnerglsl: Add infrastructure for ARB_shading_language_packing
2013-01-22 Matt Turnerglsl/build: Build glcpp via the glsl Makefile
2013-01-21 Matt Turnerglsl/build: Remove dead LIBRARY_* variables
2013-01-11 Carl Worthglcpp: Add tests for line continuation
2013-01-11 Carl Worthglcpp: Rewrite line-continuation support to act globally.
2013-01-11 Carl Worthglcpp: Add --disable-line-continuations argument to...
2013-01-11 Carl Worthglcpp: Allow test-specific arguments for standalone...
2013-01-11 Carl Worthglcpp: Honor the GL context's DisableGLSLLineContinuati...
2013-01-11 Carl Worthglcpp: Accept pointer to GL context rather than just...
2013-01-11 Matt Turnerglcpp: Reject token pasting operator in GLES
2013-01-11 Carl Worthglcpp: Make undefined macros illegal in #if and #elif...
2013-01-11 Carl Worthglcpp: Add a flag to the parser state to indicate GLES.
2013-01-11 Andreas Bollglcpp: Add back tests/*.out to .gitignore
2013-01-10 Matt TurnerClean up .gitignore files
2013-01-02 Adam Jacksonglcpp: Typo fix.
2013-01-02 Adam Jacksonglcpp: Fix visibility CFLAGS in automake
2012-12-07 Jordan Justenprogram/hash_table.c: rename to program/prog_hash_table.c
2012-12-06 Paul Berryglsl/preprocessor: Handle "#version 300 es" directive.
2012-12-06 Paul Berryglsl/preprocessor: Extract version directive processing...
2012-12-01 Carl WorthRevert "glcpp: Rewrite line-continuation support to...
2012-11-30 Carl Worthglcpp: Rewrite line-continuation support to act globally.
2012-11-29 Carl Worthglcpp: Update README for new support of __LINE__ and...
2012-11-29 Carl Worthglcpp: Add test involving token pasting of INTEGER...
2012-11-29 Carl Worthglcpp: Add support for pasting of INTEGER tokens.
2012-11-29 Carl Worthglcpp: Flag invalid pastes for integer followed by...
2012-11-29 Carl Worthglcpp: Extend the invalid-paste test
2012-11-29 Carl Worthglcpp: More factoring-out of common code to simplify...
2012-11-29 Carl Worthglcpp: Factor out a tiny bit of repeated code.
2012-11-29 Carl Worthglcpp: Add support for __LINE__ and __FILE__ macros
2012-11-29 Paul Berrymesa: Rename API_OPENGL to API_OPENGL_COMPAT.
2012-11-28 Matt Turnerglcpp: Support #elif(expression) with no intervening...
2012-11-28 Matt Turnerglcpp: Reject #version and #line not followed by whitespace
2012-11-15 Matt Turnerglcpp: Don't define macros for extensions that aren...
2012-11-09 Matt Turnerglcpp: wire up glcpp-test to make check
2012-11-09 Matt Turnerglcpp/tests: Add tests for multiline #elif
2012-11-09 Matt Turnerglcpp/tests: Add test for multiline #if
2012-11-09 Matt Turnerglcpp/tests: Add test for multiline #line
2012-11-09 Matt Turnerglcpp/tests: Add test to check #line followed by code
2012-11-09 Fabian Bielerglcpp: don't push #line directives into next line
2012-11-09 Matt Turnerglcpp: Reject garbage after #else and #endif tokens
2012-11-09 Dave Airlieglsl: add ARB_texture_cube_map_array support (v2)
2012-10-25 Kenneth Graunkeglcpp: Don't use infinite lookhead for #define differen...
2012-09-14 Dave Airliemesa/glsl: rename preprocess to glcpp_preprocess
2012-09-14 Dave Airlieglcpp: fix abuse of yylex
2012-08-13 Christopher James... build/glsl: fix location of generated files.
2012-07-28 Kenneth Graunkeglcpp: Add a newline to expanded #line directives.
2012-07-13 Jon TURNEYautomake: convert libglsl
2012-07-09 Kenneth Graunkeglcpp: Add built-in #define for GL_ARB_uniform_buffer_o...
2012-06-26 Carl Worthglsl: glcpp: Extend testing of #line directives
2012-06-26 Carl Worthglsl: glcpp: Move handling of #line directives from...
2012-06-26 Carl Worthglsl: glcpp: Rename and document _glcpp_parser_expand_if
2012-06-26 Carl Worthglsl: Consistently use length-based ralloc string funct...
2012-06-26 Carl Worthglsl: glcpp: Allow "#if undefined-macro' to evaluate...
2012-06-08 Andreas Bollglcpp: .gitignore cleanup
2012-06-07 Olivier Galibertglsl: Scaffolding for ARB_shader_bit_encoding.
2012-03-20 Paul BerryAdd .deps/, .libs/, and *.la to toplevel .gitignore
2012-02-28 Kenneth Graunkeglcpp: Don't strlen() the output for every token being...
2012-02-02 Carl Worthglsl: Avoid ralloc_stealing a long-lived object to...
2012-02-02 Carl Worthglsl: Add glcpp tests for a macro used twice
2012-02-02 Carl Worthglcpp: Fix so that trailing punctuation does not preven...
2012-02-02 Carl Worthglcpp: Add new test showing bug where a trailing '...
2012-02-01 Matt TurnerRevert "automake: src/glsl and src/glsl/glcpp"
2012-02-01 Matt TurnerRevert "src/glsl/glcpp: wire up glcpp-test to make...
2012-01-31 Matt Turnersrc/glsl/glcpp: wire up glcpp-test to make check
2012-01-31 Matt Turnerglcpp-test: don't return failure if valgrind tests...
2012-01-31 Matt Turnerautomake: src/glsl and src/glsl/glcpp
2011-11-22 Marek Olšákmesa: rename the AMD_conservative_depth extension flag...
2011-11-12 Morgan Armandglcpp: Add GL_ARB_draw_instanced #define.
2011-11-03 Chia-I Wuglsl: add support for GL_OES_EGL_image_external
2011-09-30 Carl Worthglcpp: Add a test for #elif with an undefined macro.
2011-09-30 Carl Worthglcpp: Raise error if defining any macro containing...
2011-09-30 Carl Worthglcpp: Implement token pasting for non-function-like...
2011-09-30 Carl Worthglcpp: Test a non-function-like macro using the token...
2011-09-30 Carl Worthglcpp: Fix two (or more) successive applications of...
2011-09-30 Carl Worthglcpp: Add a test for a macro that implements token...
2011-09-09 Ian Romanickglsl: Silence several "warning: unused parameter"
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Kenneth Graunkeglcpp: Add GL_ARB_conservative_depth #define.
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-15 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-09 Kenneth Graunkeglsl: Add compiler support for ARB_shader_texture_lod.
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-17 Carl Worthglcpp: Fix attempts to expand recursive macros infinite...
2011-04-14 Carl WorthAdd expected file for 095-recursive-define test case.
2011-04-14 Carl Worthglcpp: Simplify calling convention of parser's active_l...
2011-04-14 Carl Worthglcpp: Add --valgrind option to the glcpp-test utility
2011-04-14 Carl WorthAdd an expected file for 084-unbalanced-parentheses
next