summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/codegen/nv50_ir_inlines.h
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-420/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-4/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* nv50/ir/opt: make optimization aware of atomics, barriers, surface opsChristoph Bumiller2013-03-121-0/+5
* nv50/ir: add various new OPs that will be needed for computeChristoph Bumiller2013-03-121-3/+3
* nv50,nvc0: add support for cube map arraysChristoph Bumiller2012-12-071-2/+2
* nvc0/ir: add initial code to support GK110 ISA encodingChristoph Bumiller2012-09-071-0/+25
* nvc0/ir: fix texture barrier insertion to prevent WAW hazardsChristoph Bumiller2012-05-291-1/+1
* nv50/ir/opt: try to convert ABS(SUB) to SADChristoph Bumiller2012-04-291-0/+11
* nvc0: add initial support for nve4+ (Kepler) chipsetsChristoph Bumiller2012-04-151-0/+1
* nv50/ir: rewrite the register allocator as GCRA, with spillingChristoph Bumiller2012-04-141-0/+5
* nv50/ir: Scan program functions in DFS-postorder.Francisco Jerez2012-04-141-0/+6
* nv50/ir: Decouple object cloning logic from the sub-object recursion policy.Francisco Jerez2012-04-141-0/+10
* nv50/ir: make Instruction::src/def container privateChristoph Bumiller2012-04-141-2/+2
* nv50/ir: Add support for unlimited instruction arguments.Francisco Jerez2012-04-141-37/+24
* nv50/ir: add setFlagsDef/Src helperChristoph Bumiller2012-04-141-0/+20
* nv50/ir: add isAccessSupported check for memory access coalescingChristoph Bumiller2012-04-141-1/+2
* nv50/ir: add missing license headersChristoph Bumiller2011-09-141-0/+21
* nv50/ir: import new shader backend codeChristoph Bumiller2011-09-141-0/+328