Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Fix unroll of do{} while(false) like loops | Danylo Piliaiev | 2019-09-06 | 1 | -6/+37 |
* | glsl/types: Rename is_integer to is_integer_32 | Jason Ekstrand | 2019-06-19 | 1 | -1/+1 |
* | glsl/loop_analysis: Don't search for NULL variables in the hash table | Jason Ekstrand | 2019-06-06 | 1 | -0/+3 |
* | src/compiler: use new hash table and set creation helpers | Caio Marcelo de Oliveira Filho | 2019-01-14 | 1 | -2/+1 |
* | glsl: Remove ir_binop_greater and ir_binop_lequal expressions | Ian Romanick | 2017-10-30 | 1 | -14/+9 |
* | glsl: make loop unrolling more like the nir unrolling path | Timothy Arceri | 2017-10-10 | 1 | -28/+25 |
* | glsl: check if induction var incremented before use in terminator | Timothy Arceri | 2017-10-10 | 1 | -0/+38 |
* | glsl: move loop analysis helpers to loop_analysis.cpp | Timothy Arceri | 2017-09-21 | 1 | -0/+139 |
* | glsl: Convert loop analysis to the util hash table | Thomas Helland | 2016-09-12 | 1 | -11/+14 |
* | glsl: move to compiler/ | Emil Velikov | 2016-01-26 | 1 | -0/+640 |