summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/codegen
Commit message (Expand)AuthorAgeFilesLines
* nv50/ir: Add convenience method for calculating the live sets of a function.Francisco Jerez2012-04-143-7/+12
* nv50/ir: Add support code for calculating the clobber set of a BB or function.Francisco Jerez2012-04-143-0/+34
* nv50/ir/opt: Don't lose modifiers during constant folding.Francisco Jerez2012-04-143-72/+92
* nv50/ir/opt: Improve modifier handling.Francisco Jerez2012-04-143-24/+66
* nv50/ir: Add support for cloning FlowInsns, ImmediateVals and BBs.Francisco Jerez2012-04-143-0/+66
* nv50/ir: Decouple object cloning logic from the sub-object recursion policy.Francisco Jerez2012-04-146-66/+179
* nv50/ir: Make sure that several IR objects are destroyed on takedown.Francisco Jerez2012-04-143-3/+17
* nv50/ir: make Instruction::src/def container privateChristoph Bumiller2012-04-148-139/+149
* nv50/ir: Add support for unlimited instruction arguments.Francisco Jerez2012-04-147-211/+141
* nv50/ir: copy value size in SSA-rename passChristoph Bumiller2012-04-141-0/+1
* nv50/ir/opt: improve post-multiply and check target for supportChristoph Bumiller2012-04-142-35/+77
* nv50/ir: add setFlagsDef/Src helperChristoph Bumiller2012-04-144-3/+29
* nv50/ir: add isAccessSupported check for memory access coalescingChristoph Bumiller2012-04-143-4/+7
* nv50/ir: add function for splitting a BasicBlockChristoph Bumiller2012-04-143-9/+78
* nv50/ir: Allow attaching two nodes when either one is already inside the graph.Francisco Jerez2012-04-141-5/+5
* nv50/ir: Allow inserting isolated nodes to a graph.Francisco Jerez2012-04-141-6/+4
* nv50/ir: Fix memory corruption in Function::orderInstructions().Francisco Jerez2012-04-141-3/+7
* nv50/ir: Fix up insertion of PHI instructions using bb->insertHead().Francisco Jerez2012-04-141-1/+1
* nv50/ir: fix insertHead and remove for BBs with PHI ops onlyChristoph Bumiller2012-04-141-3/+10
* nv50/ir: Don't crash on zero sized BitSets.Francisco Jerez2012-04-141-0/+1
* nv50/ir: Fix Interval::clear().Francisco Jerez2012-04-141-0/+1
* nv50/ir/tgsi: handle inferSrcType(NOT) to be u32Christoph Bumiller2012-04-141-0/+1
* nv50/ir/opt: Fix OP_NOT to modifier conversion.Francisco Jerez2012-04-141-1/+1
* nv50: add assertions missed in earlier nv50 commitBrian Paul2012-02-011-0/+1
* nv50: use larger arrays to silence warnings and fix buffer overflowsBrian Paul2012-02-011-1/+1
* nv50/ir: make use of TGSI_INTERPOLATE_COLORChristoph Bumiller2012-01-122-5/+10
* nvc0: fix submission of VertexID and EdgeFlag in push modeChristoph Bumiller2012-01-123-0/+9
* nv50/ir: handle TGSI_OPCODE_ISSGChristoph Bumiller2012-01-111-3/+8
* nv50/ir: handle TGSI_TEXTURE_SHADOWCUBEChristoph Bumiller2012-01-111-0/+1
* nv50/ir: handle TGSI_SEMANTIC_VERTEXIDChristoph Bumiller2012-01-103-5/+5
* nv50/ir/tgsi: translate SNE as unordered comparisonChristoph Bumiller2012-01-101-0/+1
* nv50/ir/ra: don't coalesce contraint-movesChristoph Bumiller2012-01-101-0/+4
* nv50/ir/tgsi: handle TGSI_OPCODE_IABSChristoph Bumiller2012-01-101-0/+3
* nv50/ir/opt: optimize u32 MOD by power of 2 into ANDChristoph Bumiller2012-01-101-0/+8
* nv50/ir/opt: s/SHL/SHR in optimization of u32 DIVChristoph Bumiller2012-01-101-1/+1
* nv50/ir,nvc0: make ClipDistance and ClipVertex workChristoph Bumiller2012-01-103-10/+35
* nvc0: add support for GF119 (NVD9)Ben Skeggs2011-11-171-0/+1
* nv50/ir: import SM4 converterChristoph Bumiller2011-10-214-4/+2513
* nvc0: fixes for program tessellation parametersChristoph Bumiller2011-10-211-0/+19
* nv50/ir: use RDSV to fetch FrontFacing before loweringChristoph Bumiller2011-10-213-0/+22
* nv50/ir: fix textureGrad with offsets and in non-FPsChristoph Bumiller2011-10-212-0/+3
* nv50/ir: add wrap mode for shift operationsChristoph Bumiller2011-10-212-0/+3
* nv50/ir: initialize RelocInfo to 0Christoph Bumiller2011-10-211-0/+2
* nv50/ir: fix argument count for CUBE_ARRAY texture targetChristoph Bumiller2011-10-211-1/+1
* nv50/ir: initialize default prog_info values for GP,TPChristoph Bumiller2011-10-211-0/+10
* nv50/ir: fix memory value equality checkChristoph Bumiller2011-10-211-1/+1
* nv50/ir: fix leak in removal of graph rootChristoph Bumiller2011-10-211-5/+5
* nv50/ir: add missing license headersChristoph Bumiller2011-09-1419-0/+399
* nv50/ir: import new shader backend codeChristoph Bumiller2011-09-1419-0/+13380