Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / compiler / glsl / opt_constant_propagation.cpp
2020-06-02 Marek Olšákglsl: handle int16 and uint16 types and add instruction...
2020-03-09 Kristian H. Kristensenglsl: Implement constant propagation for fp16
2019-01-14 Caio Marcelo de... src/compiler: use new hash table and set creation helpers
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-07-16 Caio Marcelo de... glsl: do second pass of const propagation in loops
2018-07-16 Caio Marcelo de... glsl: don't let an 'if' then-branch kill const propagat...
2018-07-12 Caio Marcelo de... glsl: remove struct kill_entry in constant propagation
2018-07-12 Caio Marcelo de... glsl: slim the kill_entry struct used in const propagation
2017-08-18 Ilia Mirkinglsl: add a few missing int64 constant propagation...
2017-08-11 Timothy Arceriglsl: pass mem_ctx to constant_expression_value(.....
2016-10-31 Marek Olšákglsl: use the linear allocator in opt_constant_propagation
2016-06-23 Kenneth Graunkeglsl: Don't constant propagate arrays.
2016-06-23 Kenneth Graunkeglsl: Make constant propagation's folder not propagate...
2016-05-16 Kenneth Graunkeglsl: Don't do constant propagation in opt_constant_fol...
2016-05-16 Kenneth Graunkeglsl: Consolidate duplicate copies of constant folding.
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Rhys Kiddglsl: Update hash table comments in constant propagation
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovglsl: move to compiler/