summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Print instructions' children during scheduling debugging.Matt Turner2013-10-161-2/+6
* i965/fs: Convert gen7 to using GRFs for texture messages.Eric Anholt2013-10-101-16/+20
* i965/fs: Create a helper function for invalidating live intervals.Kenneth Graunke2013-10-101-1/+1
* i965/vs: add vec4_instruction::depends_on_flagsChris Forbes2013-08-161-2/+2
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-3/+1
* i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke2013-07-091-1/+1
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-2/+4
* glsl: Remove ir_print_visitor.h includes and usageEric Anholt2013-06-211-1/+0
* i965/fs: Fix segfault in instruction scheduling with LINTERP using last GRF.Eric Anholt2013-05-291-2/+8
* i965/vs: Add instruction scheduling.Eric Anholt2013-05-021-0/+219
* i965: Move most of the FS instruction scheduler code to a general class.Eric Anholt2013-05-021-49/+75
* i965: Pull a couple of FS scheduling functions out to methods.Eric Anholt2013-05-021-55/+77
* i965: Move FS instruction scheduling to a non-FS-specific file.Eric Anholt2013-05-021-0/+883