aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_program.c
Commit message (Expand)AuthorAgeFilesLines
* nv50,nvc0: silence shader debug outputChristoph Bumiller2011-04-101-9/+7
* nvc0: force perspective correction hint to nicestChristoph Bumiller2011-04-101-0/+3
* nvc0: support edge flagsChristoph Bumiller2011-03-131-0/+8
* nvc0: mask out centroid bit for writing FP headerChristoph Bumiller2011-03-131-1/+1
* nvc0: fix unitialized variable in TGSI sysval decl processingChristoph Bumiller2011-03-131-0/+1
* nvc0: fix PointCoord enable in FP headerChristoph Bumiller2011-02-241-2/+5
* nvc0: set local memory usage info in shader headerChristoph Bumiller2011-02-241-1/+8
* nvc0: disable early fragment tests if KIL is usedChristoph Bumiller2011-02-161-1/+1
* nvc0: implement point coord replacementChristoph Bumiller2011-01-231-6/+21
* nvc0: fix and enable instanced drawing and arraysChristoph Bumiller2011-01-161-2/+18
* nvc0: enable early fragment tests where possibleChristoph Bumiller2011-01-151-0/+7
* nvc0: set the correct FP header bit for multiple colour outputsChristoph Bumiller2011-01-041-1/+1
* nvc0: demagic GP invocation count bitfieldChristoph Bumiller2011-01-041-2/+16
* nvc0: support user clip planesChristoph Bumiller2010-12-111-0/+7
* nvc0: fix FACE state and and handle FACE sysval/varying offsetChristoph Bumiller2010-12-101-0/+6
* nvc0: generate shader header for geometry programsChristoph Bumiller2010-12-091-7/+56
* nvc0: import nvc0 gallium driverChristoph Bumiller2010-11-121-0/+595