aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Disable register spilling on Ivybridge for now.Kenneth Graunke2011-05-171-0/+2
* i965/fs: Add support for 16-wide dispatch to the register allocator.Eric Anholt2011-04-261-19/+37
* i965/fs: Add gen6 register spilling support.Eric Anholt2011-04-171-2/+0
* i965/fs: Make compile failure more verbose with INTEL_DEBUG=wm.Eric Anholt2011-03-241-4/+6
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-311-4/+4
* glsl, i965: Remove unnecessary talloc includes.Kenneth Graunke2011-01-211-1/+0
* i965: Clarify when we need to (re-)calculate live intervals.Eric Anholt2011-01-121-0/+4
* i965: Disable register spilling on gen6 until it's fixed.Eric Anholt2010-10-261-1/+1
* i965: Add support for pull constants to the new FS backend.Eric Anholt2010-10-221-0/+1
* i965: Add support for register spilling.Eric Anholt2010-10-211-5/+158
* i965: Split register allocation out of the ever-growing brw_fs.cpp.Eric Anholt2010-10-211-0/+265