aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_tgsi_to_nc.c
Commit message (Expand)AuthorAgeFilesLines
* nv50,nvc0: silence shader debug outputChristoph Bumiller2011-04-101-4/+2
* nv50,nvc0: don't insert instructions after the block terminatorChristoph Bumiller2011-04-101-2/+7
* nvc0: change TGSI CMP translation to use slctChristoph Bumiller2011-02-241-2/+2
* nvc0: set local memory usage info in shader headerChristoph Bumiller2011-02-241-0/+3
* nvc0: preemptively insert branch at ENDIFChristoph Bumiller2011-02-241-0/+4
* nvc0: values for undefined outputs must have file GPRChristoph Bumiller2011-02-241-7/+4
* nvc0: fix SSGChristoph Bumiller2011-02-241-5/+5
* nvc0: don't overwrite phi sources at the end of a loopChristoph Bumiller2011-02-241-1/+5
* nvc0: Fix uninitialized variable warning.Vinson Lee2011-02-151-1/+1
* nvc0: replace branching with predicated insns where feasibleChristoph Bumiller2011-02-091-9/+21
* nvc0: implement local memory load and store opsChristoph Bumiller2011-02-091-4/+7
* nv50,nvc0: do not forget to apply sign mode to saved TGSI inputsChristoph Bumiller2011-02-091-10/+2
* nvc0: do not generate a backwards jump if a loop ends with BRKChristoph Bumiller2011-02-091-2/+4
* nvc0: store only one value per basic block for TGSI regsChristoph Bumiller2011-02-091-1/+7
* nvc0: try to fix register conflicts for vector instructionsChristoph Bumiller2011-02-091-8/+4
* nvc0: enable PIPE_CAP_ARRAY_TEXTURES and fix themChristoph Bumiller2011-01-291-7/+4
* nvc0: remove bad assert and emit TEMP movs insteadChristoph Bumiller2011-01-231-2/+1
* nvc0: recognize r63 as zero in constant foldingChristoph Bumiller2011-01-231-10/+0
* nvc0: fix and enable instanced drawing and arraysChristoph Bumiller2011-01-161-0/+14
* nvc0: improve shader support for texturingChristoph Bumiller2010-12-191-33/+99
* nvc0: support user clip planesChristoph Bumiller2010-12-111-2/+46
* nvc0: fix FACE state and and handle FACE sysval/varying offsetChristoph Bumiller2010-12-101-0/+2
* nvc0: fix branching opsChristoph Bumiller2010-12-101-1/+1
* nvc0: buffer suballocation with a primitive slab allocatorChristoph Bumiller2010-12-091-2/+4
* nvc0: import nvc0 gallium driverChristoph Bumiller2010-11-121-0/+1890