Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| * | | | nv50: generate JOINs for outermost IF clauses | Christoph Bumiller | 2010-08-17 | 5 | -11/+31 | |
| * | | | nv50: fix thinko in store to output reg possible check | Christoph Bumiller | 2010-08-17 | 1 | -1/+1 | |
| * | | | nv50: flatten simple IF/ELSE/ENDIF constructs | Christoph Bumiller | 2010-08-17 | 4 | -24/+123 | |
| * | | | nv50: loops part 2 | Christoph Bumiller | 2010-08-15 | 7 | -90/+189 | |
| * | | | nv50: more constant folding | Christoph Bumiller | 2010-08-15 | 1 | -27/+177 | |
| * | | | nv50: begin implementing loops | Christoph Bumiller | 2010-08-10 | 8 | -127/+416 | |
| * | | | nv50: fix reg count | Christoph Bumiller | 2010-08-10 | 1 | -2/+2 | |
| * | | | nv50: build proper phi functions in the first place | Christoph Bumiller | 2010-08-05 | 5 | -147/+166 | |
| * | | | nv50: fix constbuf validation | Christoph Bumiller | 2010-08-05 | 1 | -1/+6 | |
| * | | | nv50: don't eliminate loads to dedicated values | Christoph Bumiller | 2010-08-05 | 1 | -6/+4 | |
| * | | | nv50: fixes for nested IFs | Christoph Bumiller | 2010-07-31 | 5 | -69/+127 | |
| * | | | nv50: explicitly set src type for SET ops | Christoph Bumiller | 2010-07-31 | 1 | -0/+6 | |
| * | | | nv50: insert MOVs also for PHI sources from dominating block | Christoph Bumiller | 2010-07-31 | 2 | -33/+32 | |
| * | | | nv50: fix for empty BBs | Christoph Bumiller | 2010-07-31 | 4 | -35/+34 | |
| * | | | nv50: add signed RGTC1 to format table, allow 2_10_10_10 for vbufs | Christoph Bumiller | 2010-07-31 | 1 | -3/+7 | |
| * | | | nv50: add missing 2nd source for POW multiplication | Christoph Bumiller | 2010-07-26 | 1 | -1/+9 | |
| * | | | nv50: permit usage of undefined TGSI TEMPs | Christoph Bumiller | 2010-07-26 | 1 | -1/+7 | |
| * | | | nv50: fix constant_operand opt mul by 2 case | Christoph Bumiller | 2010-07-26 | 1 | -5/+1 | |
| * | | | nv50: simple reload elimination and local CSE | Christoph Bumiller | 2010-07-26 | 4 | -24/+178 | |
| * | | | nv50: add/fix some license headers | Christoph Bumiller | 2010-07-24 | 8 | -32/+169 | |
| * | | | nv50: don't produce MOV immediate to output reg in store opt | Christoph Bumiller | 2010-07-24 | 2 | -10/+14 | |
| * | | | nv50: introduce the big formats table | Christoph Bumiller | 2010-07-24 | 10 | -272/+486 | |
| * | | | nouveau: update nouveau_class.h | Christoph Bumiller | 2010-07-24 | 2 | -11/+61 | |
| * | | | nv50: import new compiler | Christoph Bumiller | 2010-07-23 | 15 | -4687/+6485 | |
* | | | | gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3) | Luca Barbieri | 2010-09-14 | 1 | -26/+38 | |
* | | | | nouveau: delete nouveau_class.h, move nv50 regs to nv50_reg.h | Luca Barbieri | 2010-09-05 | 2 | -0/+1775 | |
| |_|/ |/| | |