glsl: Fix handling of function calls inside nested loops.
[mesa.git] / src / glsl / hir_field_selection.cpp
2013-10-28 Timothy Arceriglsl: Add check for unsized arrays to glsl types
2013-07-27 Paul Berryglsl: Be consistent about '\n', '.', and capitalization...
2013-06-14 Matt Turnerglsl: Allow swizzles on scalars.
2013-06-14 Matt Turnerglsl: Allow .length() method on vectors and matrices.
2013-01-25 Ian Romanickglsl: Allow dereferencing fields of an interface instance
2012-12-06 Paul Berryglsl: Enable GLSL ES 3.00 features inherited from deskt...
2012-12-06 Paul Berryglsl: Make use of new _mesa_glsl_parse_state::check_ver...
2012-04-02 Kenneth Graunkeglsl: Use ir_rvalue to represent generic error_type...
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.
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-08-24 Chia-I Wuglsl: Include main/core.h.
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-13 Ian Romanickglsl2: Remove unnecessary use of 'struct' before type...
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-07-21 Kenneth Graunkeglsl2: Add support for the .length() method on arrays.
2010-06-30 Kenneth Graunkeglsl2: Use _mesa_glsl_parse_state as the talloc parent...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...