Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nv50: use unsigned int for bitfields to silence warnings | Brian Paul | 2010-09-15 | 2 | -16/+16 |
* | Merge remote branch 'origin/nv50-compiler' | Christoph Bumiller | 2010-09-15 | 23 | -5020/+9082 |
|\ | |||||
| * | nv50: put low limit on REG_ALLOC_TEMP and FP_RESULT_COUNT | Christoph Bumiller | 2010-09-15 | 2 | -2/+5 |
| * | nv50: improve and fix modifier folding optimization | Christoph Bumiller | 2010-09-15 | 4 | -26/+46 |
| * | nv50: consider address register in reload elimination | Christoph Bumiller | 2010-09-15 | 1 | -7/+11 |
| * | nv50: fix TXP depth comparison value | Christoph Bumiller | 2010-09-13 | 1 | -16/+22 |
| * | nv50: fix indirect CONST access with large or negative offsets | Christoph Bumiller | 2010-09-13 | 2 | -3/+12 |
| * | nv50: MOV TEMP[0], -CONST[0] must be float32 negation | Christoph Bumiller | 2010-09-13 | 1 | -2/+7 |
| * | nv50: interp cannot write flags reg | Christoph Bumiller | 2010-09-13 | 3 | -7/+25 |
| * | nv50: check for immediates when turning MUL ADD into MAD | Christoph Bumiller | 2010-09-13 | 1 | -0/+9 |
| * | nv50: handle TGSI EXP and LOG again | Christoph Bumiller | 2010-09-13 | 2 | -3/+47 |
| * | nv50: match TEMP limit with nv50 ir builder | Christoph Bumiller | 2010-09-12 | 1 | -1/+1 |
| * | nv50: newlines in shader bincode printing | Christoph Bumiller | 2010-09-12 | 1 | -2/+5 |
| * | nv50: cannot move from local mem to output reg directly | Christoph Bumiller | 2010-09-12 | 3 | -3/+5 |
| * | nv50: fix size of outputs_written array | Xavier Chantry | 2010-09-12 | 1 | -1/+1 |
| * | nv50: minor compiler fixes and cleanups | Christoph Bumiller | 2010-09-12 | 4 | -8/+19 |
| * | nv50: reduce bb_reachable_by runtime from pot to linear | Christoph Bumiller | 2010-09-12 | 3 | -21/+104 |
| * | nv50: fix can_load check for 3rd source | Christoph Bumiller | 2010-09-09 | 1 | -7/+5 |
| * | nv50: address regs are 16 bit | Christoph Bumiller | 2010-09-09 | 2 | -1/+5 |
| * | nv50: duplicate interps in load_proj_tex_coords | Christoph Bumiller | 2010-09-09 | 1 | -4/+35 |
| * | nv50: create value references with the right type | Christoph Bumiller | 2010-09-09 | 2 | -26/+29 |
| * | nv50: use actual loads/stores if TEMPs are accessed indirectly | Christoph Bumiller | 2010-09-09 | 10 | -23/+122 |
| * | nv50: don't parse again in tgsi_2_nc | Christoph Bumiller | 2010-09-09 | 1 | -15/+3 |
| * | nv50: prepare for having multiple functions | Christoph Bumiller | 2010-09-09 | 8 | -52/+171 |
| * | nv50: save tgsi instructions | Christoph Bumiller | 2010-09-09 | 2 | -0/+6 |
| * | nv50: load address register before using it, not after | Christoph Bumiller | 2010-09-03 | 1 | -5/+7 |
| * | Merge remote branch 'origin/master' into nv50-compiler | Christoph Bumiller | 2010-09-02 | 3 | -3/+8 |
| |\ | |||||
| * | | nv50: fix build-predicate function | Christoph Bumiller | 2010-09-02 | 4 | -13/+65 |
| * | | nv50: fix find_dom_frontier | Christoph Bumiller | 2010-09-02 | 1 | -4/+5 |
| * | | nv50: fix XPD, was negated | Christoph Bumiller | 2010-09-01 | 1 | -4/+4 |
| * | | nv50: must join SELECT inputs before MOV inputs | Christoph Bumiller | 2010-09-01 | 1 | -13/+19 |
| * | | nv50: make use of TGSI immediate type | Christoph Bumiller | 2010-09-01 | 3 | -5/+20 |
| * | | nv50: re-add proper TEXBIAS sequence | Christoph Bumiller | 2010-09-01 | 7 | -67/+258 |
| * | | nv50: make FrontFacing -1 or +1 | Christoph Bumiller | 2010-09-01 | 1 | -2/+9 |
| * | | nv50: SSG | Christoph Bumiller | 2010-09-01 | 3 | -10/+18 |
| * | | nv50: DPH | Ben Skeggs | 2010-09-01 | 1 | -0/+7 |
| * | | nv50: DST | Ben Skeggs | 2010-09-01 | 1 | -0/+13 |
| * | | nv50: attempt at making more complicated loops work | Christoph Bumiller | 2010-09-01 | 5 | -57/+138 |
| * | | nv50: turn off verbose debug output by default | Christoph Bumiller | 2010-09-01 | 7 | -71/+49 |
| * | | nv50: set the FragDepth output index | Christoph Bumiller | 2010-09-01 | 1 | -1/+1 |
| * | | nv50: handle TEXTURE_SWIZZLE and GEOMETRY_SHADER4 caps | Christoph Bumiller | 2010-09-01 | 1 | -0/+4 |
| * | | nv50: fix check for sprite/point coord enable | Christoph Bumiller | 2010-08-23 | 1 | -2/+2 |
| * | | nv50: yet another case we need a nop.exit | Christoph Bumiller | 2010-08-23 | 2 | -2/+2 |
| * | | nv50: DP2, fix ARL | Christoph Bumiller | 2010-08-23 | 1 | -17/+27 |
| * | | Merge remote branch 'origin/master' into nv50-compiler | Christoph Bumiller | 2010-08-18 | 5 | -45/+56 |
| |\ \ | |||||
| * | | | nv50: emit predicate for interp | Christoph Bumiller | 2010-08-18 | 1 | -1/+5 |
| * | | | nv50: initialize edgeflag input index | Christoph Bumiller | 2010-08-17 | 1 | -0/+1 |
| * | | | nv50: check dst compatibility in CSE | Christoph Bumiller | 2010-08-17 | 1 | -0/+7 |
| * | | | nv50: fix PSIZ and PRIMID mapping | Christoph Bumiller | 2010-08-17 | 1 | -3/+5 |
| * | | | nv50: more TGSI opcodes (SIN, SCS, ARL, RET, KILP) | Christoph Bumiller | 2010-08-17 | 3 | -10/+63 |