summaryrefslogtreecommitdiff
path: root/src/mesa/shader/prog_optimize.c
AgeCommit message (Expand)Author
2010-01-08Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-06mesa: test index bounds before array elementRoel Kluin
2009-12-28mesa: remove gratuitous stores I added in remove_instructions.Eric Anholt
2009-11-20mesa: Fix NULL deref in optimizer when NumInstructions == 0.Eric Anholt
2009-11-13mesa: Improve the eliminate-move-use to work across multiple instructions.Eric Anholt
2009-11-07mesa: move code after declbrian
2009-11-06mesa: Reduce the source channels considered in optimization passes.Eric Anholt
2009-11-06mesa: Fix remove_instructions to successfully remove when removeFlags[0].Eric Anholt
2009-11-06mesa: Add an optimization path to remove use of pointless MOVs.Eric Anholt
2009-11-06mesa: Fix up the remove_dead_code pass to operate on a channel basis.Eric Anholt
2009-10-01mesa: fix mem leaksBrian Paul
2009-05-04mesa: remove some unfinished/devel codeBrian Paul
2009-04-24mesa: refactor code and make _mesa_find_temp_intervals() publicBrian Paul
2009-04-08mesa: minor datatype changes in optimization codeBrian Paul
2009-04-07glsl: enable the new linear scan register allocator codeBrian Paul
2009-03-20mesa: linear scan register allocation for shader programsBrian Paul
2009-03-06mesa: add new program optimizer codeBrian Paul