index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
prog_optimize.c
Age
Commit message (
Expand
)
Author
2010-01-27
mesa: fix double->float assignment warnings, int/uint comparison warnings
Brian Paul
2010-01-08
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-06
mesa: test index bounds before array element
Roel Kluin
2009-12-28
mesa: remove gratuitous stores I added in remove_instructions.
Eric Anholt
2009-11-20
mesa: Fix NULL deref in optimizer when NumInstructions == 0.
Eric Anholt
2009-11-13
mesa: Improve the eliminate-move-use to work across multiple instructions.
Eric Anholt
2009-11-07
mesa: move code after decl
brian
2009-11-06
mesa: Reduce the source channels considered in optimization passes.
Eric Anholt
2009-11-06
mesa: Fix remove_instructions to successfully remove when removeFlags[0].
Eric Anholt
2009-11-06
mesa: Add an optimization path to remove use of pointless MOVs.
Eric Anholt
2009-11-06
mesa: Fix up the remove_dead_code pass to operate on a channel basis.
Eric Anholt
2009-10-01
mesa: fix mem leaks
Brian Paul
2009-05-04
mesa: remove some unfinished/devel code
Brian Paul
2009-04-24
mesa: refactor code and make _mesa_find_temp_intervals() public
Brian Paul
2009-04-08
mesa: minor datatype changes in optimization code
Brian Paul
2009-04-07
glsl: enable the new linear scan register allocator code
Brian Paul
2009-03-20
mesa: linear scan register allocation for shader programs
Brian Paul
2009-03-06
mesa: add new program optimizer code
Brian Paul