summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir.h
Commit message (Expand)AuthorAgeFilesLines
* nir: Add a concept of a wildcard array dereferenceJason Ekstrand2015-01-151-0/+9
* nir: Make array deref direct vs. indirect an enumJason Ekstrand2015-01-151-1/+6
* nir: Add a helper for rewriting an instruction sourceJason Ekstrand2015-01-151-0/+1
* nir: Add a basic CSE passJason Ekstrand2015-01-151-0/+2
* nir: Add a fused multiply-add peepholeJason Ekstrand2015-01-151-0/+1
* nir: Add a peephole select optimizationJason Ekstrand2015-01-151-0/+2
* nir: Add a function for comparing two sourcesJason Ekstrand2015-01-151-0/+2
* nir: Add a parallel copy instruction typeJason Ekstrand2015-01-151-0/+23
* nir: Add a function for rewriting all the uses of a SSA defJason Ekstrand2015-01-151-0/+1
* nir: Add an initialization function for SSA definitionsJason Ekstrand2015-01-151-0/+4
* nir: Add an SSA-based liveness analysis pass.Jason Ekstrand2015-01-151-0/+11
* nir: set reg_alloc and ssa_alloc when indexing registers and SSA valuesJason Ekstrand2015-01-151-2/+2
* 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