Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / compiler / glsl / loop_analysis.cpp
2020-07-08 Alyssa Rosenzweigglsl: Handle 16-bit types in loop analysis
2019-09-06 Danylo Piliaievglsl: Fix unroll of do{} while(false) like loops
2019-06-19 Jason Ekstrandglsl/types: Rename is_integer to is_integer_32
2019-06-06 Jason Ekstrandglsl/loop_analysis: Don't search for NULL variables...
2019-01-14 Caio Marcelo de... src/compiler: use new hash table and set creation helpers
2017-10-30 Ian Romanickglsl: Remove ir_binop_greater and ir_binop_lequal expre...
2017-10-09 Timothy Arceriglsl: make loop unrolling more like the nir unrolling...
2017-10-09 Timothy Arceriglsl: check if induction var incremented before use...
2017-09-21 Timothy Arceriglsl: move loop analysis helpers to loop_analysis.cpp
2016-09-12 Thomas Hellandglsl: Convert loop analysis to the util hash table
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovglsl: move to compiler/