summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_opt_peephole_select.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Use pointers for nir_src_copy and nir_dest_copyJason Ekstrand2015-01-261-2/+2
* nir: Make some helpers for copying ALU src/dests.Eric Anholt2015-01-231-4/+1
* nir: Make an easier helper for setting up SSA defs.Eric Anholt2015-01-221-3/+2
* nir: Stop using designated initializersJason Ekstrand2015-01-211-5/+3
* nir: Add a nir_foreach_phi_src helper macroJason Ekstrand2015-01-201-1/+1
* nir: Make bcsel a fully vector operationJason Ekstrand2015-01-151-0/+2
* nir/metadata: Rename metadata_dirty to metadata_preserveJason Ekstrand2015-01-151-1/+1
* nir: Don't require a function in ssa_def_initJason Ekstrand2015-01-151-3/+1
* nir: Add a peephole select optimizationJason Ekstrand2015-01-151-0/+214