index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
program
/
register_allocate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Make the register allocator allocation take a ralloc context.
Eric Anholt
2012-01-18
1
-2
/
+8
*
mesa: Add a convenience interface for register allocator conflicts setup.
Eric Anholt
2011-08-10
1
-0
/
+21
*
ra: Add ra_set_node_reg()
Tom Stellard
2011-04-30
1
-4
/
+24
*
mesa: Add a bunch of documentation to the register allocator.
Eric Anholt
2011-04-29
1
-3
/
+65
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
1
-20
/
+17
*
ra: Use the same context when realloc'ing arrays.
Kenneth Graunke
2011-01-21
1
-2
/
+2
*
ra: Take advantage of the adjacency list in finding a node to spill.
Eric Anholt
2011-01-18
1
-6
/
+6
*
ra: Remove unused "name" field in regs.
Eric Anholt
2011-01-18
1
-1
/
+0
*
ra: Take advantage of the adjacency list in ra_select() too.
Eric Anholt
2011-01-18
1
-5
/
+6
*
ra: Add an adjacency list to trade space for time in ra_simplify().
Eric Anholt
2011-01-18
1
-14
/
+21
*
ra: Trade off some space to get time efficiency in ra_set_finalize().
Eric Anholt
2011-01-18
1
-6
/
+32
*
mesa: move declaration before code
Brian Paul
2010-10-22
1
-1
/
+2
*
i965: Add support for register spilling.
Eric Anholt
2010-10-21
1
-0
/
+63
*
ra: First cut at a graph-coloring register allocator for mesa.
Eric Anholt
2010-09-29
1
-0
/
+361