Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / glsl / opt_cse.cpp
2015-04-06 Ian Romanickglsl/cse: Maintain a list of free ae_entry objects
2014-11-03 Kenneth Graunkeglsl: Improve the CSE pass debugging output.
2014-09-30 Ian Romanickglsl: Use ir_var_temporary for compiler generated tempo...
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list instead of foreach_list.
2014-03-28 Ian Romanickglsl: Clean up "unused parameter" warnings
2013-12-12 Tapani Pälliglsl: introduce data section to ir_variable
2013-11-15 Eric Anholtglsl: Move the CSE equality functions to the ir class.
2013-11-09 Chris Forbesglsl: fix missing breaks in equals(ir_texture,..)
2013-11-01 Eric Anholtglsl: Add a CSE pass.