summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir.h
Commit message (Expand)AuthorAgeFilesLines
...
* nir: Add a function to detect if a block is immediately followed by an ifJason Ekstrand2015-01-151-0/+5
* nir: Add a foreach_block_reverse functionJason Ekstrand2015-01-151-0/+2
* nir: Add a basic metadata management systemJason Ekstrand2015-01-151-2/+19
* nir: Add a lower_vec_to_movs passJason Ekstrand2015-01-151-0/+2
* nir: Add a naieve from-SSA passJason Ekstrand2015-01-151-0/+1
* nir: Add NIR_TRUE and NIR_FALSE constants and use them for boolean immediatesJason Ekstrand2015-01-151-0/+3
* nir: add an SSA-based dead code elimination passConnor Abbott2015-01-151-0/+6
* nir: add an SSA-based copy propagation passConnor Abbott2015-01-151-0/+3
* nir: add a pass to convert to SSAConnor Abbott2015-01-151-0/+3
* nir: calculate dominance informationConnor Abbott2015-01-151-0/+25
* nir: add an optimization to turn global registers into local registersConnor Abbott2015-01-151-0/+2
* nir: add a pass to lower atomicsConnor Abbott2015-01-151-0/+2
* nir: add a pass to lower system value readsConnor Abbott2015-01-151-0/+2
* nir: add a pass to lower sampler instructionsConnor Abbott2015-01-151-0/+5
* nir: add a pass to remove unused variablesConnor Abbott2015-01-151-0/+2
* nir: keep track of the number of input, output, and uniform slotsConnor Abbott2015-01-151-0/+6
* nir: add a pass to lower variables for scalar backendsConnor Abbott2015-01-151-0/+4
* nir: add a validation passConnor Abbott2015-01-151-0/+2
* nir: add a printerConnor Abbott2015-01-151-0/+2
* nir: add core helper functionsConnor Abbott2015-01-151-0/+93
* SQUASH: Use the enum for the variable modeJason Ekstrand2015-01-151-1/+1
* nir: add the core datastructuresConnor Abbott2015-01-151-0/+1150