summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_fs_schedule_instructions.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-05-27i965/fs: Track fixed GRF regs separate from allocated GRF file in scheduling.Eric Anholt1-0/+21
2011-05-27i965/fs: Add a helper function for add_dep(before, after, before->latency).Eric Anholt1-31/+19
2011-04-26i965/fs: Fix and enable the instruction scheduler for 16-wide.Eric Anholt1-8/+42
2011-04-26i965/fs: Disable some optimization passes under 16-wide for now.Eric Anholt1-0/+3
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-7/+7
2011-01-21glsl, i965: Remove unnecessary talloc includes.Kenneth Graunke1-1/+0
2011-01-19i965/fs: Take the shared mathbox into account in instruction scheduling.Eric Anholt1-0/+15
2011-01-19i965/fs: Add an instruction scheduler.Eric Anholt1-0/+474