summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_algebraic.py
Commit message (Expand)AuthorAgeFilesLines
* nir: Get rid of function overloadsJason Ekstrand2015-12-281-3/+3
* nir/algebraic: #define around structure definitionsJason Ekstrand2015-04-011-6/+11
* nir: Add an optional expression controlling nir_algebraic xforms.Eric Anholt2015-02-181-7/+32
* nir: Slightly simplify algebraic code generation by reusing a struct.Eric Anholt2015-02-061-6/+3
* nir/algebraic: Support specifying variable as constant or by typeJason Ekstrand2015-01-291-3/+17
* nir/algebraic: Fail to compile of a variable is used in a replace but not the...Jason Ekstrand2015-01-291-0/+7
* nir/algebraic: Only replace an instruction onceJason Ekstrand2015-01-151-1/+3
* nir/metadata: Rename metadata_dirty to metadata_preserveJason Ekstrand2015-01-151-2/+2
* nir: Add infastructure for generating algebraic transformation passesJason Ekstrand2015-01-151-0/+255