summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-3/+1
2013-07-09i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke1-1/+1
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-2/+4
2013-06-21glsl: Remove ir_print_visitor.h includes and usageEric Anholt1-1/+0
2013-05-29i965/fs: Fix segfault in instruction scheduling with LINTERP using last GRF.Eric Anholt1-2/+8
2013-05-02i965/vs: Add instruction scheduling.Eric Anholt1-0/+219
2013-05-02i965: Move most of the FS instruction scheduler code to a general class.Eric Anholt1-49/+75
2013-05-02i965: Pull a couple of FS scheduling functions out to methods.Eric Anholt1-55/+77
2013-05-02i965: Move FS instruction scheduling to a non-FS-specific file.Eric Anholt1-0/+883