glsl: Add API to put default precision qualifiers in the symbol table
[mesa.git] / src / glsl / glsl_symbol_table.cpp
2015-11-12 Iago Toral Quirogaglsl: Add API to put default precision qualifiers in...
2015-07-14 Kristian Høgsbergglsl: Add ir_var_shader_storage
2014-09-30 Ian Romanickglsl: Never put ir_var_temporary variables in the symbo...
2014-03-28 Chia-I Wuglsl: remove {add,get}_type_ast from glsl_symbol_table
2013-10-10 Paul Berryglsl: Make it possible to disable a variable in the...
2013-09-21 Kenneth Graunkeglsl: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS in...
2013-07-12 José Fonsecaglsl: Avoid variable length arrays.
2013-07-12 Matt Turnerglsl: Track structs' ast_type_specifiers in symbol...
2013-05-23 Jordan Justenglsl_symbol_table: add interface block namespaces
2013-01-25 Ian Romanickglsl: Track blocks in the symbol table using the glsl_t...
2013-01-19 Kenneth Graunkeglsl: Track UBO block names in the symbol table.
2012-12-06 Paul Berryglsl: Simplify symbol table version checking.
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-16 José Fonsecaglsl2: Silence unused added variable gcc warning.
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Kenneth Graunkeglsl: Don't bother unsetting a destructor that was...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
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-06 Kenneth Graunkeglsl: Properly add functions during lazy built-in proto...
2010-11-30 Eric Anholtglsl: Make the symbol table's add_variable just use...
2010-11-30 Eric Anholtglsl: Make the symbol table's add_function just use...
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
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-09-02 Ian Romanickglsl2: Remove unnecessary glsl_symbol_table::get_functi...
2010-09-02 Ian Romanickglsl2: Remove unused 'constructor' parameter from glsl_...
2010-09-02 Ian Romanickglsl2: Don't generate constructor functions for structures
2010-08-30 José Fonsecaglsl: Silence unused variable warning.
2010-08-26 Kenneth Graunkeglsl: Don't add overloads to existing structure constru...
2010-08-26 Kenneth Graunkeglsl: Use a single shared namespace in the symbol table.