nv50/ir: Add convenience method for calculating the live sets of a function.
[mesa.git] / src / gallium / drivers / nv50 / nv50_pc_emit.c
2011-08-30 Christoph Bumillernv50: handle TGSI_OPCODE_ROUND
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-27 Trevor Davenportnv50: fix emit_add_a16 to emit correct source reg
2011-03-04 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-03 Christoph Bumillernv50: increase size of shader code bo
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-16 Christoph Bumillernv50: get shader fixups/relocations into working state
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-15 Christoph Bumillernv50: improve and fix modifier folding optimization
2010-09-13 Christoph Bumillernv50: fix indirect CONST access with large or negative...
2010-09-09 Christoph Bumillernv50: use actual loads/stores if TEMPs are accessed...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-01 Christoph Bumillernv50: re-add proper TEXBIAS sequence
2010-09-01 Christoph Bumillernv50: SSG
2010-09-01 Christoph Bumillernv50: turn off verbose debug output by default
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-18 Christoph Bumillernv50: emit predicate for interp
2010-08-17 Christoph Bumillernv50: more TGSI opcodes (SIN, SCS, ARL, RET, KILP)
2010-08-16 Christoph Bumillernv50: generate JOINs for outermost IF clauses
2010-08-15 Christoph Bumillernv50: loops part 2
2010-08-10 Christoph Bumillernv50: begin implementing loops
2010-07-24 Christoph Bumillernv50: add/fix some license headers
2010-07-24 Christoph Bumillernv50: don't produce MOV immediate to output reg in...
2010-07-23 Christoph Bumillernv50: import new compiler