summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/register_allocate.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: Move register_allocate.c to util.Eric Anholt2014-09-231-79/+0
* ra: note a restriction in the interfence graph APIConnor Abbott2014-09-121-1/+4
* ra: cleanup the public APIConnor Abbott2014-08-131-4/+1
* mesa: include stdbool.h in register_allocate.h to fix buildBrian Paul2014-03-181-0/+2
* ra: Use bool instead of GLboolean.Kenneth Graunke2014-03-181-3/+3
* i965: Ask the register allocator to round-robin through registers.Eric Anholt2013-04-041-0/+1
* ra: Add q_values parameter to ra_set_finalize()Tom Stellard2012-09-191-1/+3
* mesa: Make the register allocator allocation take a ralloc context.Eric Anholt2012-01-181-1/+1
* mesa: Add a convenience interface for register allocator conflicts setup.Eric Anholt2011-08-101-0/+2
* ra: Add ra_set_node_reg()Tom Stellard2011-04-301-0/+1
* i965: Add support for register spilling.Eric Anholt2010-10-211-0/+2
* ra: First cut at a graph-coloring register allocator for mesa.Eric Anholt2010-09-291-0/+69