glsl: Convert piles of foreach_iter to foreach_list_safe.
[mesa.git] / src / glsl / opt_structure_splitting.cpp
2014-01-13 Kenneth Graunkeglsl: Convert piles of foreach_iter to foreach_list_safe.
2014-01-13 Kenneth Graunkeglsl: Convert piles of foreach_iter to the newer foreac...
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part I
2013-06-21 Eric Anholtglsl: Remove ir_print_visitor.h includes and usage
2013-01-25 Paul Berryglsl: Disable structure splitting for shader ins/outs.
2012-09-29 Kenneth Graunkeglsl: Rename variable_entry2 back to variable_entry...
2012-06-11 Eric Anholtglsl: Put a bunch of optimization visitors under anonym...
2012-04-27 Vinson Leeglsl: Remove unused member mem_ctx from ir_dead_functio...
2012-04-19 Eric Anholtglsl: Fix up some comments in structure splitting,...
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-15 Eric Anholtglsl: Reduce processing of expression trees in do_struc...
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-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
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-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-17 Chad Versaceglsl: Fix Doxygen tag \file in recently renamed files
2010-11-16 Kenneth Graunkeglsl: Rename various ir_* files to lower_* and opt_*.