summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/compiler/radeon_pair_regalloc.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-18util/ra: Make allocating conflict lists optionalJason Ekstrand1-1/+2
2014-10-14r300/compiler: remove useless checkDavid Heidelberger1-5/+2
2014-09-23mesa: Move register_allocate.c to util.Eric Anholt1-1/+1
2014-09-12r300g: set register classes before interferencesConnor Abbott1-2/+4
2014-08-13ra: cleanup the public APIConnor Abbott1-1/+1
2014-08-04util: Gather some common macrosJason Ekstrand1-1/+1
2013-06-30r300g/compiler: Prevent regalloc from swizzling texture operands v2Tom Stellard1-0/+8
2012-09-19r300/compiler: Use precomputed q values in the register allocatorTom Stellard1-1/+69
2012-09-19r300g: Init regalloc state during context creationTom Stellard1-151/+124
2012-09-19r300/compiler: Don't create register classes for inputsTom Stellard1-14/+1
2012-09-19ra: Add q_values parameter to ra_set_finalize()Tom Stellard1-1/+1
2012-01-18mesa: Make the register allocator allocation take a ralloc context.Eric Anholt1-1/+1
2011-10-14r300/compiler: Prevent regalloc from creating non-native swizzlesTom Stellard1-16/+63
2011-07-26r300g: copy the compiler from r300cMarek Olšák1-0/+706