aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/compiler/radeon_pair_regalloc.c
Commit message (Expand)AuthorAgeFilesLines
* util/ra: Make allocating conflict lists optionalJason Ekstrand2015-08-181-1/+2
* r300/compiler: remove useless checkDavid Heidelberger2014-10-141-5/+2
* mesa: Move register_allocate.c to util.Eric Anholt2014-09-231-1/+1
* r300g: set register classes before interferencesConnor Abbott2014-09-121-2/+4
* ra: cleanup the public APIConnor Abbott2014-08-131-1/+1
* util: Gather some common macrosJason Ekstrand2014-08-041-1/+1
* r300g/compiler: Prevent regalloc from swizzling texture operands v2Tom Stellard2013-06-301-0/+8
* r300/compiler: Use precomputed q values in the register allocatorTom Stellard2012-09-191-1/+69
* r300g: Init regalloc state during context creationTom Stellard2012-09-191-151/+124
* r300/compiler: Don't create register classes for inputsTom Stellard2012-09-191-14/+1
* ra: Add q_values parameter to ra_set_finalize()Tom Stellard2012-09-191-1/+1
* mesa: Make the register allocator allocation take a ralloc context.Eric Anholt2012-01-181-1/+1
* r300/compiler: Prevent regalloc from creating non-native swizzlesTom Stellard2011-10-141-16/+63
* r300g: copy the compiler from r300cMarek Olšák2011-07-261-0/+706