nv50: fix find_dom_frontier
[mesa.git] / src / gallium / drivers / nv50 / nv50_pc.c
2010-09-02 Christoph Bumillernv50: fix find_dom_frontier
2010-09-01 Christoph Bumillernv50: re-add proper TEXBIAS sequence
2010-09-01 Christoph Bumillernv50: attempt at making more complicated loops work
2010-09-01 Christoph Bumillernv50: turn off verbose debug output by default
2010-08-23 Christoph Bumillernv50: yet another case we need a nop.exit
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-16 Christoph Bumillernv50: flatten simple IF/ELSE/ENDIF constructs
2010-08-10 Christoph Bumillernv50: begin implementing loops
2010-08-10 Christoph Bumillernv50: fix reg count
2010-08-04 Christoph Bumillernv50: build proper phi functions in the first place
2010-07-31 Christoph Bumillernv50: fixes for nested IFs
2010-07-31 Christoph Bumillernv50: fix for empty BBs
2010-07-26 Christoph Bumillernv50: simple reload elimination and local CSE
2010-07-24 Christoph Bumillernv50: add/fix some license headers
2010-07-23 Christoph Bumillernv50: import new compiler