summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * nv50: fix TXP depth comparison valueChristoph Bumiller2010-09-131-16/+22
| * nv50: fix indirect CONST access with large or negative offsetsChristoph Bumiller2010-09-132-3/+12
| * nv50: MOV TEMP[0], -CONST[0] must be float32 negationChristoph Bumiller2010-09-131-2/+7
| * nv50: interp cannot write flags regChristoph Bumiller2010-09-133-7/+25
| * nv50: check for immediates when turning MUL ADD into MADChristoph Bumiller2010-09-131-0/+9
| * nv50: handle TGSI EXP and LOG againChristoph Bumiller2010-09-132-3/+47
| * nv50: match TEMP limit with nv50 ir builderChristoph Bumiller2010-09-121-1/+1
| * nv50: newlines in shader bincode printingChristoph Bumiller2010-09-121-2/+5
| * nv50: cannot move from local mem to output reg directlyChristoph Bumiller2010-09-123-3/+5
| * nv50: fix size of outputs_written arrayXavier Chantry2010-09-121-1/+1
| * nv50: minor compiler fixes and cleanupsChristoph Bumiller2010-09-124-8/+19
| * nv50: reduce bb_reachable_by runtime from pot to linearChristoph Bumiller2010-09-123-21/+104
| * nv50: fix can_load check for 3rd sourceChristoph Bumiller2010-09-091-7/+5
| * nv50: address regs are 16 bitChristoph Bumiller2010-09-092-1/+5
| * nv50: duplicate interps in load_proj_tex_coordsChristoph Bumiller2010-09-091-4/+35
| * nv50: create value references with the right typeChristoph Bumiller2010-09-092-26/+29
| * nv50: use actual loads/stores if TEMPs are accessed indirectlyChristoph Bumiller2010-09-0910-23/+122
| * nv50: don't parse again in tgsi_2_ncChristoph Bumiller2010-09-091-15/+3
| * nv50: prepare for having multiple functionsChristoph Bumiller2010-09-098-52/+171
| * nv50: save tgsi instructionsChristoph Bumiller2010-09-092-0/+6
| * nv50: load address register before using it, not afterChristoph Bumiller2010-09-031-5/+7
| * Merge remote branch 'origin/master' into nv50-compilerChristoph Bumiller2010-09-02139-5045/+12138
| |\
| * | 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-18130-6323/+7546
| |\ \
| * | | 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