index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
prog_optimize.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Fix NULL deref in optimizer when NumInstructions == 0.
Eric Anholt
2009-11-20
1
-1
/
+1
*
mesa: Improve the eliminate-move-use to work across multiple instructions.
Eric Anholt
2009-11-13
1
-41
/
+85
*
mesa: move code after decl
brian
2009-11-07
1
-1
/
+2
*
mesa: Reduce the source channels considered in optimization passes.
Eric Anholt
2009-11-06
1
-1
/
+40
*
mesa: Fix remove_instructions to successfully remove when removeFlags[0].
Eric Anholt
2009-11-06
1
-0
/
+6
*
mesa: Add an optimization path to remove use of pointless MOVs.
Eric Anholt
2009-11-06
1
-1
/
+83
*
mesa: Fix up the remove_dead_code pass to operate on a channel basis.
Eric Anholt
2009-11-06
1
-28
/
+56
*
mesa: fix mem leaks
Brian Paul
2009-10-01
1
-0
/
+4
*
mesa: remove some unfinished/devel code
Brian Paul
2009-05-04
1
-92
/
+0
*
mesa: refactor code and make _mesa_find_temp_intervals() public
Brian Paul
2009-04-24
1
-22
/
+132
*
mesa: minor datatype changes in optimization code
Brian Paul
2009-04-08
1
-6
/
+7
*
glsl: enable the new linear scan register allocator code
Brian Paul
2009-04-07
1
-3
/
+3
*
mesa: linear scan register allocation for shader programs
Brian Paul
2009-03-20
1
-21
/
+407
*
mesa: add new program optimizer code
Brian Paul
2009-03-06
1
-0
/
+427