nir: move to compiler/
[mesa.git] / src / glsl / opt_dead_code.cpp
2016-01-26 Emil Velikovnir: move glsl_types.{cpp,h} to compiler
2015-12-01 Gregory Hainautglsl: don't dead code remove SSO varyings marked as...
2015-10-15 Timothy Arceriglsl: remove dead code in a single pass
2015-10-12 Ian Romanickglsl: Use constant_initializer instead of constant_valu...
2015-09-24 Timothy Arceriglsl: correctly detect inactive UBO arrays
2015-07-23 Dave Airlieglsl: don't eliminate subroutine types.
2015-07-14 Iago Toral Quirogaglsl: Do not kill dead assignments to buffer variables...
2015-07-14 Iago Toral Quirogamesa: rename is_in_uniform_block to is_in_buffer_block
2014-08-04 Ian Romanickglsl: Do not eliminate 'shared' or 'std140' blocks...
2014-08-04 Kenneth Graunkeutil: Move the open-addressing linear-probing hash_tabl...
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list instead of foreach_list.
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-01-25 Ian Romanickglsl: Allow elimination of uniform block members
2013-01-25 Ian Romanickglsl: Add ir_variable::is_in_uniform_block predicate
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2012-12-07 Eric Anholtmesa: Use the new hash table for the variable refcount...
2012-07-20 Eric Anholtglsl: Don't dead-code eliminiate uniforms declared...
2012-04-02 Kenneth Graunkeglsl: Convert ir_call to be a statement rather than...
2012-01-31 Kenneth Graunkeglsl: Rename class variable_entry to ir_variable_refcou...
2011-10-26 Ian Romanickglsl: Add uniform_locations_assigned parameter to do_de...
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-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_*.