aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_opt_constant_folding.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Get rid of function overloadsJason Ekstrand2015-12-281-3/+3
* nir: Remove the mem_ctx parameter from ssa_def_rewrite_usesJason Ekstrand2015-09-111-2/+2
* nir: fix a bug with constant folding non-per-component instructionsConnor Abbott2015-01-261-1/+2
* nir/constant_folding: use the new constant folding infrastructureConnor Abbott2015-01-241-158/+21
* nir: Stop using designated initializersJason Ekstrand2015-01-211-12/+4
* nir: Make load_const SSA-onlyJason Ekstrand2015-01-151-9/+3
* nir: Call nir_metadata_preserve more placesJason Ekstrand2015-01-151-0/+4
* nir: Constant fold array indirectsJason Ekstrand2015-01-151-8/+76
* nir: Add a basic constant folding passJason Ekstrand2015-01-151-0/+279