Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir: Get rid of function overloads | Jason Ekstrand | 2015-12-28 | 1 | -3/+3 |
* | nir/algebraic: #define around structure definitions | Jason Ekstrand | 2015-04-01 | 1 | -6/+11 |
* | nir: Add an optional expression controlling nir_algebraic xforms. | Eric Anholt | 2015-02-18 | 1 | -7/+32 |
* | nir: Slightly simplify algebraic code generation by reusing a struct. | Eric Anholt | 2015-02-06 | 1 | -6/+3 |
* | nir/algebraic: Support specifying variable as constant or by type | Jason Ekstrand | 2015-01-29 | 1 | -3/+17 |
* | nir/algebraic: Fail to compile of a variable is used in a replace but not the... | Jason Ekstrand | 2015-01-29 | 1 | -0/+7 |
* | nir/algebraic: Only replace an instruction once | Jason Ekstrand | 2015-01-15 | 1 | -1/+3 |
* | nir/metadata: Rename metadata_dirty to metadata_preserve | Jason Ekstrand | 2015-01-15 | 1 | -2/+2 |
* | nir: Add infastructure for generating algebraic transformation passes | Jason Ekstrand | 2015-01-15 | 1 | -0/+255 |