summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_pc.h
Commit message (Expand)AuthorAgeFilesLines
* nv50: get shader fixups/relocations into working stateChristoph Bumiller2010-09-161-24/+3
* nv50: Fix 'control reaches end of non-void function' warning.Vinson Lee2010-09-151-0/+1
* nv50: use unsigned int for bitfields to silence warningsBrian Paul2010-09-151-13/+13
* nv50: improve and fix modifier folding optimizationChristoph Bumiller2010-09-151-1/+0
* nv50: interp cannot write flags regChristoph Bumiller2010-09-131-0/+1
* nv50: reduce bb_reachable_by runtime from pot to linearChristoph Bumiller2010-09-121-4/+12
* nv50: create value references with the right typeChristoph Bumiller2010-09-091-3/+6
* nv50: use actual loads/stores if TEMPs are accessed indirectlyChristoph Bumiller2010-09-091-0/+3
* nv50: prepare for having multiple functionsChristoph Bumiller2010-09-091-5/+7
* nv50: fix build-predicate functionChristoph Bumiller2010-09-021-1/+19
* nv50: re-add proper TEXBIAS sequenceChristoph Bumiller2010-09-011-1/+8
* nv50: attempt at making more complicated loops workChristoph Bumiller2010-09-011-0/+6
* nv50: turn off verbose debug output by defaultChristoph Bumiller2010-09-011-0/+6
* nv50: generate JOINs for outermost IF clausesChristoph Bumiller2010-08-171-1/+2
* nv50: flatten simple IF/ELSE/ENDIF constructsChristoph Bumiller2010-08-171-0/+1
* nv50: loops part 2Christoph Bumiller2010-08-151-1/+7
* nv50: begin implementing loopsChristoph Bumiller2010-08-101-4/+16
* nv50: build proper phi functions in the first placeChristoph Bumiller2010-08-051-0/+3
* nv50: fixes for nested IFsChristoph Bumiller2010-07-311-0/+1
* nv50: fix for empty BBsChristoph Bumiller2010-07-311-1/+0
* nv50: simple reload elimination and local CSEChristoph Bumiller2010-07-261-4/+6
* nv50: add/fix some license headersChristoph Bumiller2010-07-241-16/+21
* nv50: import new compilerChristoph Bumiller2010-07-231-0/+431