glsl: Add built-in functions and constants required for ARB_shader_atomic_counters.
[mesa.git] / src / glsl / glcpp / glcpp-parse.y
2013-10-29 Francisco Jerezglsl: Add built-in functions and constants required...
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-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-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.
2012-12-06 Paul Berryglsl/preprocessor: Handle "#version 300 es" directive.
2012-12-06 Paul Berryglsl/preprocessor: Extract version directive processing...
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: 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-15 Matt Turnerglcpp: Don't define macros for extensions that aren...
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 Airlieglcpp: fix abuse of yylex
2012-07-28 Kenneth Graunkeglcpp: Add a newline to expanded #line directives.
2012-07-09 Kenneth Graunkeglcpp: Add built-in #define for GL_ARB_uniform_buffer_o...
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: glcpp: Allow "#if undefined-macro' to evaluate...
2012-06-07 Olivier Galibertglsl: Scaffolding for ARB_shader_bit_encoding.
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...
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: Raise error if defining any macro containing...
2011-09-30 Carl Worthglcpp: Implement token pasting for non-function-like...
2011-09-30 Carl Worthglcpp: Fix two (or more) successive applications of...
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 Worthglcpp: Simplify calling convention of parser's active_l...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-02 Chad Versaceglcpp: Raise error when modulus is zero
2011-01-31 Brian Paulglsl: make _token_list_is_empty_ignoring_space() static
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-28 Carl WorthRevert "glcpp: Demote "macro redefined" from an error...
2011-01-28 Carl Worthglcpp: Demote "macro redefined" from an error to a...
2011-01-27 Chad Versaceglcpp: Conditionally define macro GL_AMD_conservative_depth
2011-01-21 Kenneth Graunkeglcpp: Remove use of talloc reference counting.
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-11 Ian Romanickglcpp: Generate an error for division by zero
2011-01-11 Chad Versaceglcpp: Fix segfault when validating macro redefinitions
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-07 Kenneth Graunkeglcpp: Don't emit SPACE tokens in conditional_tokens...
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-17 Kenneth Graunkeglsl: Unconditionally define GL_FRAGMENT_PRECISION_HIGH...
2010-11-17 Kenneth Graunkeglcpp: Define GL_FRAGMENT_PRECISION_HIGH if GLSL versio...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-08 Ian Romanickglcpp: Add the define for ARB_explicit_attrib_location...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-08 Kenneth Graunkeglcpp: Fix build on non-GCC compilers.
2010-09-08 Kenneth Graunkeglsl: Define GL_ES preprocessor macro if API is OpenGL...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-24 Chia-I Wuglsl: Include main/core.h.
2010-08-18 Carl Worthglcpp: Add support for "redefined macro" error.
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-16 Kenneth Graunkeglcpp: Remove spurious newline generated by #version...
2010-08-14 José FonsecaRevert "glsl2: Use stdint.h instead of inttypes.h"
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-14 Vinson LeeFix an MSVC build error (bugzilla 29570).
2010-08-13 Ian Romanickglsl2: Use stdint.h instead of inttypes.h
2010-08-12 Ian Romanickglsl2: Commit generated file changed by previous commit
2010-08-11 Carl Worthglcpp: Fix "unterminated if" diagnostic.
2010-08-11 Carl Worthglcpp: Add an explicit diagnostic for #if with no expre...
2010-08-11 Carl Worthglcpp: Reword diagnostic for #elif with no expression
2010-08-11 Carl Worthglcpp: Additional fixes for not evaluating skipped...
2010-08-10 Carl Worthglcpp: Initialize location structure at beginning of...
2010-08-05 Kenneth Graunkeglcpp: Ignore #if and #elif expressions when skipping.
2010-08-05 Kenneth Graunkeglcpp: Refactor HASH_IF and HASH_ELIF expansion to...
2010-08-04 Kenneth Graunkeglcpp: Remove xtalloc wrappers in favor of plain talloc.
2010-07-29 Eric Anholtglsl2: Actually fix glsl-version-define.
2010-07-29 Eric Anholtglcpp: Add __VERSION__ define to the current language...
2010-07-29 Eric Anholtglcpp: Print integer tokens as decimal, not hex.
next