summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/codegen/nv50_ir_ra.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-2050/+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
* nvc0/ir: implement lowering of surface ops for nve4Christoph Bumiller2013-03-121-8/+14
* nv50/ir: add support for indirect BRA,CALLChristoph Bumiller2013-03-121-3/+6
* nv50/ir/ra: make sure all used function inputs get assigned a regChristoph Bumiller2013-03-121-0/+7
* nv50/ir/ra: also add pre-existing MERGE,SPLIT to constraint listChristoph Bumiller2013-03-121-1/+3
* nv50/ir/ra: fix confusion with conditional RegisterSet::occupyChristoph Bumiller2013-03-121-11/+31
* nv50/ir/ra: swap copyCompound args if src is compound and dst isn'tChristoph Bumiller2013-03-121-0/+9
* nv50/ir/ra: Fix maxGPR calculation for programs with multiple functions.Francisco Jerez2013-03-121-1/+1
* nv50/ir/ra: Fix traversal before the beginning of the active list in buildRIG.Francisco Jerez2013-03-121-6/+5
* nv50/ir/ra: Fix RegisterSet::occupy(const Value *v).Francisco Jerez2013-03-121-1/+1
* nv50/ir/ra: Fix argument const-ness in RegisterSet::idToUnits and idToBytesFrancisco Jerez2013-03-121-2/+2
* nv50/ir: fix a couple of warningsChristoph Bumiller2013-01-191-5/+6
* nv50/ir/ra: Fix register interference tracking.Jay Cornwall2012-09-251-4/+4
* nvc0/ir: add initial code to support GK110 ISA encodingChristoph Bumiller2012-09-071-0/+1
* nvc0/ir: fix lowering of textureGradChristoph Bumiller2012-05-061-4/+4
* nvc0/ir: implement better placement of texture barriersChristoph Bumiller2012-04-291-2/+0
* nv50/ir/ra: Fix live set propagation in the secondary passes of buildLiveSets().Francisco Jerez2012-04-141-3/+3
* nv50/ir: rewrite the register allocator as GCRA, with spillingChristoph Bumiller2012-04-141-338/+1250
* nv50/ir/ra: Allocate registers for function arguments.Francisco Jerez2012-04-141-0/+6
* nv50/ir: Take into account function args in the live range calculation code.Francisco Jerez2012-04-141-3/+19
* nv50/ir/ra: Use matching physical regs for function args in caller and callee.Francisco Jerez2012-04-141-6/+83
* nv50/ir: Scan program functions in DFS-postorder.Francisco Jerez2012-04-141-3/+3
* nv50/ir: make Instruction::src/def container privateChristoph Bumiller2012-04-141-6/+6
* nv50/ir: Add support for unlimited instruction arguments.Francisco Jerez2012-04-141-7/+10
* nv50/ir/ra: don't coalesce contraint-movesChristoph Bumiller2012-01-101-0/+4
* nv50/ir: fix textureGrad with offsets and in non-FPsChristoph Bumiller2011-10-211-0/+2
* nv50/ir: add missing license headersChristoph Bumiller2011-09-141-0/+21
* nv50/ir: import new shader backend codeChristoph Bumiller2011-09-141-0/+963