Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / compiler / glsl / loop_unroll.cpp
2019-09-06 Danylo Piliaievglsl: Fix unroll of do{} while(false) like loops
2019-06-24 Ian Romanickglsl: Don't increase the iteration count when there...
2018-04-10 Emil Velikovglsl: remove unreachable assert()
2018-03-26 Timothy Arceriglsl: fix infinite loop caused by bug in loop unrolling...
2017-10-09 Timothy Arceriglsl: make loop unrolling more like the nir unrolling...
2017-10-09 Timothy Arceriglsl: don't drop instructions from unreachable terminat...
2017-09-21 Timothy Arceriglsl: merge loop_controls.cpp with loop_unroll.cpp
2017-08-11 Timothy Arceriglsl: pass mem_ctx to constant_expression_value(.....
2016-03-02 Kenneth GraunkeMerge remote-tracking branch 'origin/master' into vulkan
2016-02-25 Ian Romanickglsl: Detect do-while-false loops and unroll them
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovglsl: move to compiler/