i965: Add support for Broadwell's new register types.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_schedule_instructions.cpp
2013-11-23 Eric Anholti965/fs: Make the first pre-allocation heuristic be...
2013-11-20 Matt Turneri965/vec4: Add invalidate_live_intervals method.
2013-11-16 Vinson Leei965: Add missing break in SHADER_OPCODE_GEN7_SCRATCH_R...
2013-11-15 Vinson Leei965: Initialize schedule_node::delay.
2013-11-12 Eric Anholti965/fs: Try a different pre-scheduling heuristic if...
2013-11-12 Eric Anholti965/fs: Ignore actual latency pre-reg-alloc.
2013-11-12 Eric Anholti965/fs: Prefer things we know reduce reg pressure...
2013-11-04 Francisco Jerezi965/gen7: Add instruction latency estimates for untype...
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...