aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/codegen/nv50_ir_target_nvc0.cpp
Commit message (Expand)AuthorAgeFilesLines
* nvc0: they removed the NTID,NCTAID,GRIDID registers on nve4Christoph Bumiller2013-03-121-0/+4
* nvc0/ir: try to fix CAS (CompareAndSwap)Christoph Bumiller2013-03-121-1/+3
* nvc0/ir: add formatted surface load lib code, move to extra headerChristoph Bumiller2013-03-121-149/+24
* nvc0/ir/emit: implement INSBF, EXTBF, PERMT and ATOMChristoph Bumiller2013-03-121-0/+1
* nvc0/ir/target: some ops can't be predicated, e.g. CALLChristoph Bumiller2013-03-121-0/+8
* nvc0/ir/emit: implement surface related opsChristoph Bumiller2013-03-121-0/+10
* nv50/ir: add various new OPs that will be needed for computeChristoph Bumiller2013-03-121-3/+4
* nvc0/ir: allow neg,abs modifiers on OP_SET with integer resultChristoph Bumiller2012-12-081-0/+4
* nvc0/ir: add initial code to support GK110 ISA encodingChristoph Bumiller2012-09-071-2/+2
* nvc0/ir: allow 64-bit constant loads on nve4Christoph Bumiller2012-05-291-1/+1
* nvc0/ir: allow abs,neg source modifiers with ceil,floor,truncChristoph Bumiller2012-05-061-0/+3
* nv50/ir/opt: try to convert ABS(SUB) to SADChristoph Bumiller2012-04-291-1/+1
* nvc0/ir: initial implementation of nve4 scheduling hintsChristoph Bumiller2012-04-291-8/+69
* nvc0/ir/target: integer ADD doesn't support ABS modifierChristoph Bumiller2012-04-291-0/+2
* nvc0: add initial support for nve4+ (Kepler) chipsetsChristoph Bumiller2012-04-151-23/+26
* nv50/ir: fix off-by-ones in CSE and nvc0 insnCanLoadChristoph Bumiller2012-04-141-1/+1
* nv50/ir: make Instruction::src/def container privateChristoph Bumiller2012-04-141-7/+7
* nv50/ir/opt: improve post-multiply and check target for supportChristoph Bumiller2012-04-141-0/+12
* nv50/ir: add isAccessSupported check for memory access coalescingChristoph Bumiller2012-04-141-0/+10
* nv50/ir: add missing license headersChristoph Bumiller2011-09-141-0/+21
* nv50/ir: import new shader backend codeChristoph Bumiller2011-09-141-0/+568