svgadump: Dump the new depth format names.
[mesa.git] / src / glsl / glcpp / glcpp-parse.y
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.
2010-07-28 Eric Anholtglsl2: Add the define for ARB_fragment_coord_convention...
2010-07-28 Carl Worthglcpp: Explicitly expect 0 shift/reduce conflicts.
2010-07-28 Carl Worthglcpp: Remove 2 shift/reduce conflicts from the grammar.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-22 Carl Worthglcpp: Fix function-like macros with an argument used...
2010-07-21 Carl Worthglcpp: Avoid accidental token pasting in preprocessed...
2010-07-21 Carl Worthglcpp: Add static keyword to several functions in the...
2010-07-21 Carl Worthglcpp: Fix use-after-free error from #undef directive.
2010-07-02 Ian Romanickglsl2: Conditionally define preprocessor tokens for...
2010-07-02 Ian Romanickglsl2: Define preprocessor tokens for extensions
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...