summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge remote branch 'origin/master' into nv50-compilerChristoph Bumiller2010-09-023-3/+8
| |\
| * | nv50: fix build-predicate functionChristoph Bumiller2010-09-024-13/+65
| * | nv50: fix find_dom_frontierChristoph Bumiller2010-09-021-4/+5
| * | nv50: fix XPD, was negatedChristoph Bumiller2010-09-011-4/+4
| * | nv50: must join SELECT inputs before MOV inputsChristoph Bumiller2010-09-011-13/+19
| * | nv50: make use of TGSI immediate typeChristoph Bumiller2010-09-013-5/+20
| * | nv50: re-add proper TEXBIAS sequenceChristoph Bumiller2010-09-017-67/+258
| * | nv50: make FrontFacing -1 or +1Christoph Bumiller2010-09-011-2/+9
| * | nv50: SSGChristoph Bumiller2010-09-013-10/+18
| * | nv50: DPHBen Skeggs2010-09-011-0/+7
| * | nv50: DSTBen Skeggs2010-09-011-0/+13
| * | nv50: attempt at making more complicated loops workChristoph Bumiller2010-09-015-57/+138
| * | nv50: turn off verbose debug output by defaultChristoph Bumiller2010-09-017-71/+49
| * | nv50: set the FragDepth output indexChristoph Bumiller2010-09-011-1/+1
| * | nv50: handle TEXTURE_SWIZZLE and GEOMETRY_SHADER4 capsChristoph Bumiller2010-09-011-0/+4
| * | nv50: fix check for sprite/point coord enableChristoph Bumiller2010-08-231-2/+2
| * | nv50: yet another case we need a nop.exitChristoph Bumiller2010-08-232-2/+2
| * | nv50: DP2, fix ARLChristoph Bumiller2010-08-231-17/+27
| * | Merge remote branch 'origin/master' into nv50-compilerChristoph Bumiller2010-08-185-45/+56
| |\ \
| * | | nv50: emit predicate for interpChristoph Bumiller2010-08-181-1/+5
| * | | nv50: initialize edgeflag input indexChristoph Bumiller2010-08-171-0/+1
| * | | nv50: check dst compatibility in CSEChristoph Bumiller2010-08-171-0/+7
| * | | nv50: fix PSIZ and PRIMID mappingChristoph Bumiller2010-08-171-3/+5
| * | | nv50: more TGSI opcodes (SIN, SCS, ARL, RET, KILP)Christoph Bumiller2010-08-173-10/+63
| * | | nv50: generate JOINs for outermost IF clausesChristoph Bumiller2010-08-175-11/+31
| * | | nv50: fix thinko in store to output reg possible checkChristoph Bumiller2010-08-171-1/+1
| * | | nv50: flatten simple IF/ELSE/ENDIF constructsChristoph Bumiller2010-08-174-24/+123
| * | | nv50: loops part 2Christoph Bumiller2010-08-157-90/+189
| * | | nv50: more constant foldingChristoph Bumiller2010-08-151-27/+177
| * | | nv50: begin implementing loopsChristoph Bumiller2010-08-108-127/+416
| * | | nv50: fix reg countChristoph Bumiller2010-08-101-2/+2
| * | | nv50: build proper phi functions in the first placeChristoph Bumiller2010-08-055-147/+166
| * | | nv50: fix constbuf validationChristoph Bumiller2010-08-051-1/+6
| * | | nv50: don't eliminate loads to dedicated valuesChristoph Bumiller2010-08-051-6/+4
| * | | nv50: fixes for nested IFsChristoph Bumiller2010-07-315-69/+127
| * | | nv50: explicitly set src type for SET opsChristoph Bumiller2010-07-311-0/+6
| * | | nv50: insert MOVs also for PHI sources from dominating blockChristoph Bumiller2010-07-312-33/+32
| * | | nv50: fix for empty BBsChristoph Bumiller2010-07-314-35/+34
| * | | nv50: add signed RGTC1 to format table, allow 2_10_10_10 for vbufsChristoph Bumiller2010-07-311-3/+7
| * | | nv50: add missing 2nd source for POW multiplicationChristoph Bumiller2010-07-261-1/+9
| * | | nv50: permit usage of undefined TGSI TEMPsChristoph Bumiller2010-07-261-1/+7
| * | | nv50: fix constant_operand opt mul by 2 caseChristoph Bumiller2010-07-261-5/+1
| * | | nv50: simple reload elimination and local CSEChristoph Bumiller2010-07-264-24/+178
| * | | nv50: add/fix some license headersChristoph Bumiller2010-07-248-32/+169
| * | | nv50: don't produce MOV immediate to output reg in store optChristoph Bumiller2010-07-242-10/+14
| * | | nv50: introduce the big formats tableChristoph Bumiller2010-07-2410-272/+486
| * | | nouveau: update nouveau_class.hChristoph Bumiller2010-07-242-11/+61
| * | | nv50: import new compilerChristoph Bumiller2010-07-2315-4687/+6485
* | | | gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-26/+38
* | | | nouveau: delete nouveau_class.h, move nv50 regs to nv50_reg.hLuca Barbieri2010-09-052-0/+1775
| |_|/ |/| |