i965: Add a 'has_side_effects' back-end instruction predicate.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_schedule_instructions.cpp
2013-11-04 Francisco Jerezi965: Add a 'has_side_effects' back-end instruction...
2013-10-31 Matt Turneri965/fs: Use reads_flag and writes_flag methods in...
2013-10-31 Eric Anholti965/fs: Use the gen7 scratch read opcode when possible.
2013-10-30 Eric Anholti965/fs: Prefer more-critical instructions of the same...
2013-10-30 Eric Anholti965: Compute the node's delay time for scheduling.
2013-10-29 Francisco Jerezi965: Handle deallocation of some private ralloc contex...
2013-10-25 Eric Anholti965/fs: Stop trying to hack around MRF dep chains...
2013-10-25 Eric Anholti965: Try not to reverse-schedule things when doing...
2013-10-17 Matt Turneri965: Print instructions' children during scheduling...
2013-10-10 Eric Anholti965/fs: Convert gen7 to using GRFs for texture messages.
2013-10-10 Kenneth Graunkei965/fs: Create a helper function for invalidating...
2013-08-15 Chris Forbesi965/vs: add vec4_instruction::depends_on_flags
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::is_<platform> flags to brw_co...
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-06-21 Eric Anholtglsl: Remove ir_print_visitor.h includes and usage
2013-05-29 Eric Anholti965/fs: Fix segfault in instruction scheduling with...
2013-05-02 Eric Anholti965/vs: Add instruction scheduling.
2013-05-02 Eric Anholti965: Move most of the FS instruction scheduler code...
2013-05-02 Eric Anholti965: Pull a couple of FS scheduling functions out...
2013-05-02 Eric Anholti965: Move FS instruction scheduling to a non-FS-specif...