Age | Commit message (Expand) | Author |
2010-09-12 | nv50: fix size of outputs_written array | Xavier Chantry |
2010-09-12 | nv50: minor compiler fixes and cleanups | Christoph Bumiller |
2010-09-12 | nv50: reduce bb_reachable_by runtime from pot to linear | Christoph Bumiller |
2010-09-09 | nv50: fix can_load check for 3rd source | Christoph Bumiller |
2010-09-09 | nv50: address regs are 16 bit | Christoph Bumiller |
2010-09-09 | nv50: duplicate interps in load_proj_tex_coords | Christoph Bumiller |
2010-09-09 | nv50: create value references with the right type | Christoph Bumiller |
2010-09-09 | nv50: use actual loads/stores if TEMPs are accessed indirectly | Christoph Bumiller |
2010-09-09 | nv50: don't parse again in tgsi_2_nc | Christoph Bumiller |
2010-09-09 | nv50: prepare for having multiple functions | Christoph Bumiller |
2010-09-09 | nv50: save tgsi instructions | Christoph Bumiller |
2010-09-05 | nouveau: delete nouveau_class.h, move nv50 regs to nv50_reg.h | Luca Barbieri |
2010-09-03 | nv50: load address register before using it, not after | Christoph Bumiller |
2010-09-02 | Merge remote branch 'origin/master' into nv50-compiler | Christoph Bumiller |
2010-09-02 | nv50: fix build-predicate function | Christoph Bumiller |
2010-09-02 | nv50: fix find_dom_frontier | Christoph Bumiller |
2010-09-01 | nv50: fix XPD, was negated | Christoph Bumiller |
2010-09-01 | nv50: must join SELECT inputs before MOV inputs | Christoph Bumiller |
2010-09-01 | nv50: make use of TGSI immediate type | Christoph Bumiller |
2010-09-01 | nv50: re-add proper TEXBIAS sequence | Christoph Bumiller |
2010-09-01 | nv50: make FrontFacing -1 or +1 | Christoph Bumiller |
2010-09-01 | nv50: SSG | Christoph Bumiller |
2010-09-01 | nv50: DPH | Ben Skeggs |
2010-09-01 | nv50: DST | Ben Skeggs |
2010-09-01 | nv50: attempt at making more complicated loops work | Christoph Bumiller |
2010-09-01 | nv50: turn off verbose debug output by default | Christoph Bumiller |
2010-09-01 | nv50: set the FragDepth output index | Christoph Bumiller |
2010-09-01 | nv50: handle TEXTURE_SWIZZLE and GEOMETRY_SHADER4 caps | Christoph Bumiller |
2010-08-23 | nv50: fix check for sprite/point coord enable | Christoph Bumiller |
2010-08-23 | nv50: yet another case we need a nop.exit | Christoph Bumiller |
2010-08-23 | nv50: DP2, fix ARL | Christoph Bumiller |
2010-08-21 | nv50: Silence incompatible pointer type initialization warning. | Vinson Lee |
2010-08-21 | nv50: Disable unused code. | Vinson Lee |
2010-08-20 | nv50: use NV50TIC_0_2_TARGET_RECT | Luca Barbieri |
2010-08-20 | gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too | Luca Barbieri |
2010-08-18 | Merge remote branch 'origin/master' into nv50-compiler | Christoph Bumiller |
2010-08-18 | nv50: emit predicate for interp | Christoph Bumiller |
2010-08-17 | nv50: initialize edgeflag input index | Christoph Bumiller |
2010-08-17 | nv50: check dst compatibility in CSE | Christoph Bumiller |
2010-08-17 | nv50: fix PSIZ and PRIMID mapping | Christoph Bumiller |
2010-08-17 | nv50: more TGSI opcodes (SIN, SCS, ARL, RET, KILP) | Christoph Bumiller |
2010-08-17 | nv50: generate JOINs for outermost IF clauses | Christoph Bumiller |
2010-08-17 | nv50: fix thinko in store to output reg possible check | Christoph Bumiller |
2010-08-17 | nv50: flatten simple IF/ELSE/ENDIF constructs | Christoph Bumiller |
2010-08-15 | nv50: loops part 2 | Christoph Bumiller |
2010-08-15 | nv50: more constant folding | Christoph Bumiller |
2010-08-11 | auxiliary: fix u_split_prim naming convention | Luca Barbieri |
2010-08-11 | auxiliary: move Ben Skeggs' primitive splitter to common code | Luca Barbieri |
2010-08-10 | nv50: begin implementing loops | Christoph Bumiller |
2010-08-10 | nv50: fix reg count | Christoph Bumiller |