nvc0: fix new_value calls using type instead of size
[mesa.git] / src / gallium / drivers / nvc0 / nvc0_pc_optimize.c
2011-02-24 Christoph Bumillernvc0: fix new_value calls using type instead of size
2011-02-24 Christoph Bumillernvc0: preemptively insert branch at ENDIF
2011-02-16 Christoph Bumillernvc0: don't swap sources if either value is not in...
2011-02-16 Christoph Bumillernvc0: add missing break statements in constant_operand
2011-02-16 Christoph Bumillernvc0: clone memory values with multiple refs before...
2011-02-09 Christoph Bumillernvc0: make CSE work for ops with multiple results
2011-02-09 Christoph Bumillernvc0: replace branching with predicated insns where...
2011-02-09 Christoph Bumillernv50,nvc0: fix condition code change when commuting...
2011-02-09 Christoph Bumillernvc0: try to fix register conflicts for vector instructions
2011-02-09 Christoph Bumillernvc0: don't combine memory loads across block boundaries
2011-02-09 Christoph Bumillernvc0: detect no-op MIN/MAX, do CSE earlier to succeed...
2011-01-23 Christoph Bumillernvc0: fix address and value slot assignment in load...
2011-01-23 Christoph Bumillernvc0: commute sources of SET too if beneficial
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-15 Christoph Bumillernvc0: try to swap immediates to first source too
2011-01-15 Christoph Bumillernvc0: make sure all sources of the BIND op are distinct
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-01-04 Christoph Bumillernvc0: use the proper typed opcodes in constant folding
2010-12-27 Christoph Bumillernvc0: reenable some shader optimizations
2010-12-20 Ben SkeggsMerge remote branch 'origin/master' into nvc0-new
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-11-12 Christoph Bumillernvc0: import nvc0 gallium driver