i965: Use foreach_in_list_reverse_safe() macro.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_schedule_instructions.cpp
2016-03-13 Matt Turneri965: Use foreach_in_list_reverse_safe() macro.
2016-02-09 Kenneth Graunkei965: Don't add barrier deps for FB write messages.
2015-11-24 Matt Turneri965: Clean up #includes in the compiler.
2015-11-13 Matt Turneri965: Replace HW_REG with ARF/FIXED_GRF.
2015-11-13 Matt Turneri965: Rename GRF to VGRF.
2015-11-13 Matt Turneri965: Use brw_reg's nr field to store register number.
2015-11-13 Matt Turneri965: Remove fixed_hw_reg field from backend_reg.
2015-11-07 Jason Ekstrandi965/fs: Use regs_read/written for post-RA scheduling...
2015-10-31 Connor Abbotti965/sched: don't calculate live intervals for post...
2015-10-30 Connor Abbotti965/sched: use liveness analysis for computing registe...
2015-10-30 Connor Abbotti965: dump scheduling cycle estimates
2015-10-30 Connor Abbotti965/sched: write-after-read dependencies are free
2015-10-30 Connor Abbotti965: fix cycle estimates when there's a pipeline stall
2015-10-30 Matt Turneri965: Test fixed_hw_reg.file against BRW_IMMEDIATE_VALU...
2015-10-16 Rob Clarknir: remove dependency on glsl
2015-09-21 Iago Toral Quirogai965: Turn BRW_MAX_MRF into a macro that accepts a...
2015-06-30 Jason Ekstrandi965/fs: Use exec_size instead of dst.width for computi...
2015-05-29 Jason Ekstrandi965: Rename backend_visitor to backend_shader
2015-05-04 Francisco Jerezi965: Add typed surface access opcodes.
2015-05-04 Francisco Jerezi965: Add untyped surface write opcode.
2015-04-22 Jason Ekstrandi965: Use device_info instead of the context in instruc...
2015-02-19 Kenneth Graunkei965: Make scheduler cycle estimates use the proper...
2015-02-10 Francisco Jerezi965/vec4: Don't infer MRF dependencies for send from...
2015-02-10 Francisco Jerezi965/vec4: Fix the scheduler to take into account reads...
2015-02-10 Francisco Jerezi965/fs: Remove dependency of fs_inst on the visitor...
2015-02-10 Francisco Jerezi965: Factor out virtual GRF allocation to a separate...
2015-01-24 Matt Turneri965: Don't make instructions with a null dest a barrie...
2014-12-03 Matt Turneri965: Remove tabs from instruction scheduler.
2014-09-30 Jason Ekstrandi965/fs: Use instruction execution sizes instead of...
2014-09-30 Jason Ekstrandi965/fs_reg: Allocate double the number of vgrfs in...
2014-09-24 Matt Turneri965: Make instruction lists local to the bblocks.
2014-09-24 Matt Turneri965: Remove now unneeded calls to calculate_cfg().
2014-09-24 Matt Turneri965: Remove cfg-invalidating parameter from invalidate...
2014-09-24 Matt Turneri965: Preserve the CFG in instruction scheduling.
2014-07-08 Matt Turneri965: Remove artificial dependency between math instruc...
2014-07-08 Matt Turneri965/fs: Track dependencies in instruction scheduling...
2014-07-01 Matt Turneri965: Use typed foreach_in_list_safe instead of foreach...
2014-07-01 Matt Turneri965: Use typed foreach_in_list instead of foreach_list.
2014-06-12 Matt Turneri965: Use brw->gen in some generation checks.
2014-06-01 Matt Turneri965/fs: Loop from 0 to inst->sources, not 0 to 3.
2014-05-26 Matt TurnerRevert "i965: Don't make instructions with a null dest...
2014-05-26 Matt Turneri965: Don't treat HW_REGs as barriers if they're immedi...
2014-05-14 Iago Toral Quirogai965: Relax accumulator dependency scheduling on Gen < 6
2014-04-17 Matt Turneri965: Don't make instructions with a null dest a barrie...
2014-04-17 Juha-Pekka Heikkilai965: Add writes_accumulator flag
2014-03-24 Matt Turneri965/vec4: Rename depends_on_flags() to reads_flag().
2014-03-24 Matt Turneri965/vec4: Add and use vec4_instruction::writes_flag().
2014-03-10 Matt Turneri965: Disassemble 3-src operands widths' correctly.
2014-02-23 Eric Anholti965: Move compiler debugging output to stderr.
2014-01-17 Eric Anholti965: Replace 8-wide and 16-wide with SIMD8 and SIMD16.
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...