summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_lower_variables.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Make load_const SSA-onlyJason Ekstrand2015-01-151-8/+7
* nir: Make nir_ssa_undef_instr_create initialize the destinationJason Ekstrand2015-01-151-6/+5
* nir/lower_variables: Use a real dominance DFS for variable renamingJason Ekstrand2015-01-151-4/+5
* nir: Remove predicationJason Ekstrand2015-01-151-31/+6
* nir: Make bcsel a fully vector operationJason Ekstrand2015-01-151-0/+1
* nir/metadata: Rename metadata_dirty to metadata_preserveJason Ekstrand2015-01-151-2/+2
* nir: Vectorize intrinsicsJason Ekstrand2015-01-151-50/+24
* nir: Add a pass to lower local variable accesses to SSA valuesJason Ekstrand2015-01-151-0/+1066