summaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_opcodes.h
Commit message (Expand)AuthorAgeFilesLines
* nir/opcodes: Remove the per_component info fieldJason Ekstrand2015-01-151-17/+17
* nir/opcodes: Add algebraic properties metadataJason Ekstrand2015-01-151-69/+79
* nir: Make bcsel a fully vector operationJason Ekstrand2015-01-151-3/+2
* nir: Add neg, abs, and sat opcodesJason Ekstrand2015-01-151-0/+5
* nir: Add a fused multiply-add peepholeJason Ekstrand2015-01-151-0/+1
* nir: Differentiate between signed and unsigned versions of find_msbJason Ekstrand2015-01-151-2/+3
* nir: Add fine and coarse derivative opcodesJason Ekstrand2015-01-151-0/+4
* Fix what I think are a few NIR typosJason Ekstrand2015-01-151-3/+3
* nir: add the core datastructuresConnor Abbott2015-01-151-0/+346