summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_lower_system_values.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Use pointers for nir_src_copy and nir_dest_copyJason Ekstrand2015-01-261-1/+1
* nir: Make an easier helper for setting up SSA defs.Eric Anholt2015-01-221-3/+2
* nir: Replace assert(0) with unreachable().Matt Turner2015-01-211-2/+1
* nir: Stop using designated initializersJason Ekstrand2015-01-211-5/+3
* nir/lower_system_values: Handle SSA destinationsJason Ekstrand2015-01-151-1/+14
* nir: Call nir_metadata_preserve more placesJason Ekstrand2015-01-151-0/+2
* nir: Vectorize intrinsicsJason Ekstrand2015-01-151-2/+1
* nir: add a pass to lower system value readsConnor Abbott2015-01-151-0/+106