glsl: add ast/parser support for subroutine parsing storage (v3.2)
[mesa.git] / src / glsl / ast_type.cpp
2015-07-23 Dave Airlieglsl: add ast/parser support for subroutine parsing...
2015-07-22 Fabian Bielerglsl: add the patch in/out qualifier (v2)
2015-07-22 Fabian Bielerglsl: add tessellation shader parsing support (v2)
2015-07-14 Kristian Høgsbergglsl: Implement parser support for 'buffer' qualifier
2015-05-04 Francisco Jerezglsl: Keep track of the early_fragment_tests flag in...
2015-05-04 Francisco Jerezglsl: Error out on invalid uses of the early_fragment_t...
2014-07-04 Chris Forbesglsl: Fix merging of layout(invocations) with other...
2014-07-03 Samuel Iglesias... glsl: fix duplicated layout qualifier detection for GS
2014-06-30 Samuel Iglesias... glsl: Add parsing support for multi-stream output in...
2014-06-16 Jordan Justenglsl/cs: Fix local_size_y and local_size_z
2014-02-20 Jordan Justenglsl: parse invocations layout qualifier for ARB_gpu_sh...
2014-02-20 Jordan Justenglsl: Generate error for invalid input layout declarations
2014-02-20 Jordan Justenglsl: convert GS input primitive to use ast_type_qualifier
2014-02-12 Francisco Jerezglsl/ast: Keep track of type qualifiers defined by...
2014-02-06 Matt Turnerglsl: Initialize ubo_binding_mask flags to zero.
2014-02-05 Paul Berryglsl/cs: Handle compute shader local_size_{x,y,z} decla...
2014-01-23 Timothy Arceriglsl: remove remaining is_array variables
2014-01-23 Timothy Arceriglsl: Add ARB_arrays_of_arrays support to yacc definiti...
2013-12-07 Chris Forbesglsl: Add frontend support for `sample` auxiliary stora...
2013-11-07 Francisco Jerezglsl: Implement parser support for atomic counters.
2013-08-21 Ian Romanickglsl: Merge precision qualifiers too
2013-08-02 Eric Anholtglsl: Parse the GLSL 1.50 GS layout qualifiers.
2013-07-27 Paul Berryglsl: Be consistent about '\n', '.', and capitalization...
2013-07-18 Kenneth Graunkeglsl: Parse the "binding" keyword and store it in ast_t...
2013-07-18 Kenneth Graunkeglsl: Add a new ast_type_qualifier::has_auxiliary_stora...
2013-07-18 Kenneth Graunkeglsl: Add a new ast_type_qualifier::has_storage() method.
2013-07-18 Kenneth Graunkeglsl: Add a new ast_type_qualifier::has_layout() method.
2013-07-12 Matt Turnerglsl: Remove unnecessary #include from ast_type.cpp.
2012-07-31 Eric Anholtglsl: Add support for default layout qualifiers for...
2012-04-09 Eric Anholtglsl: Drop the round-trip through ast_type_specifier...
2011-11-03 Chia-I Wuglsl: add support for GL_OES_EGL_image_external
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-21 Ian RomanickUse C-style system headers in C++ code to avoid issues...
2011-02-04 Vinson Leeglsl: Add using statements for standard library functions.
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-17 Chad Versaceglsl: Add support for default precision statements
2011-01-17 Chad Versaceglsl: Change default value of ast_type_specifier::precision
2011-01-17 Chad Versaceglsl: Check that interpolation qualifiers do not preced...
2011-01-17 Chad Versaceglsl: Add method ast_type_qualifier::interpolation_string()
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 Romanickglsl: Wrap ast_type_qualifier contents in a struct...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-02 Aras Pranckeviciusglsl2: Give the path within src/mesa/ for headers inste...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-06-29 Kenneth Graunkeglsl2: Add a method for querying if an AST type has...
2010-06-25 Eric Anholtglsl2: Wrap includes of C interfaces with extern "C".
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...