nir,spirv: Rework function calls
[mesa.git] / src / compiler / glsl / opt_copy_propagation.cpp
2018-06-14 Ian Romanickglsl: Don't copy propagate from SSBO or shared variable...
2018-03-14 Thomas Hellandglsl: Use hash table cloning in copy propagation
2017-10-02 Ian Romanickglsl: Remove spurious assertions
2017-10-02 Ian Romanickglsl: Move 'foo = foo;' optimization to opt_dead_code_local
2017-03-18 Timothy Arceriglsl: use set for copy propagation kills
2017-01-18 Kenneth Graunkeglsl: Make copy propagation not panic when it sees...
2016-10-31 Marek Olšákglsl: use the linear allocator in opt_copy_propagation
2016-09-09 Tapani Pälliglsl: use hash instead of exec_list in copy propagation
2016-07-29 Jan Ziakglsl: fix uninitialized instance variable
2016-06-06 Kenneth Graunkeglsl: Make opt_copy_propagation actually propagate...
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Kenneth Graunkeglsl: Don't copy propagate or tree graft precise values.
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovglsl: move to compiler/