Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ra: note a restriction in the interfence graph API | Connor Abbott | 2014-09-12 | 1 | -1/+4 |
* | ra: cleanup the public API | Connor Abbott | 2014-08-13 | 1 | -4/+1 |
* | mesa: include stdbool.h in register_allocate.h to fix build | Brian Paul | 2014-03-18 | 1 | -0/+2 |
* | ra: Use bool instead of GLboolean. | Kenneth Graunke | 2014-03-18 | 1 | -3/+3 |
* | i965: Ask the register allocator to round-robin through registers. | Eric Anholt | 2013-04-04 | 1 | -0/+1 |
* | ra: Add q_values parameter to ra_set_finalize() | Tom Stellard | 2012-09-19 | 1 | -1/+3 |
* | mesa: Make the register allocator allocation take a ralloc context. | Eric Anholt | 2012-01-18 | 1 | -1/+1 |
* | mesa: Add a convenience interface for register allocator conflicts setup. | Eric Anholt | 2011-08-10 | 1 | -0/+2 |
* | ra: Add ra_set_node_reg() | Tom Stellard | 2011-04-30 | 1 | -0/+1 |
* | i965: Add support for register spilling. | Eric Anholt | 2010-10-21 | 1 | -0/+2 |
* | ra: First cut at a graph-coloring register allocator for mesa. | Eric Anholt | 2010-09-29 | 1 | -0/+69 |