i965: split EU defines to brw_eu_defines.h
[mesa.git] / src / mesa / drivers / dri / i965 / brw_schedule_instructions.cpp
2016-11-29 Matt Turneri965/sched: Schedule trivial blocks.
2016-11-29 Matt Turneri965/sched: Make 'time' a local variable.
2016-09-14 Francisco Jerezi965/ir: Update several stale comments.
2016-09-14 Francisco Jerezi965/fs: Misc simplification.
2016-09-14 Francisco Jerezi965/fs: Replace fs_inst::regs_written with ::size_writ...
2016-09-14 Francisco Jerezi965/vec4: Add wrapper functions for vec4_instruction...
2016-09-14 Francisco Jerezi965/fs: Add wrapper functions for fs_inst::regs_read...
2016-09-14 Francisco Jerezi965/fs: Replace fs_reg::reg_offset with fs_reg::offset...
2016-09-03 Jason Ekstrandintel: s/brw_device_info/gen_device_info/
2016-08-26 Francisco Jerezi965/fs: Remove special casing of framebuffer writes...
2016-08-19 Matt Turneri965/sched: Simplify work done by add_barrier_deps().
2016-08-19 Francisco Jerezi965/sched: Change the scheduling heuristics to favor...
2016-08-19 Francisco Jerezi965/sched: Assign a preferred exit node to each node...
2016-08-19 Francisco Jerezi965/sched: Calculate the critical path of scheduling...
2016-05-28 Francisco Jerezi965/fs: Keep track of flag dependencies with byte...
2016-05-28 Francisco Jerezi965/fs: Add missing get_latency_gen7() cases for the...
2016-05-28 Francisco Jerezi965/fs: Rename Gen4 physical varying pull constant...
2016-05-20 Matt Turneri965: Add infrastucture for sample lod-zero operations.
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-31 Matt Turneri965: Don't add barrier deps for FB write messages.
2016-03-31 Matt Turneri965: Add and use is_scheduling_barrier() function.
2016-03-31 Matt Turneri965: Remove NOP insertion kludge in scheduler.
2016-03-31 Matt Turneri965: Relax restriction on scheduling last instruction.
2016-03-31 Matt TurnerRevert "i965: Don't add barrier deps for FB write messa...
2016-03-31 Matt Turneri965: Simplify full scheduling-barrier conditions.
2016-03-31 Matt Turneri965: Remove incorrect cycle estimates.
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-13 Matt Turneri965: Use foreach_in_list_reverse_safe() macro.
2016-02-09 Jason EkstrandMerge commit '8b0fb1c152fe191768953aa8c77b89034a377f83...
2016-02-09 Kenneth Graunkei965: Don't add barrier deps for FB write messages.
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-24 Matt Turneri965: Clean up #includes in the compiler.
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-16 Rob Clarknir: remove dependency on glsl
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-21 Iago Toral Quirogai965: Turn BRW_MAX_MRF into a macro that accepts a...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-30 Jason Ekstrandi965/fs: Use exec_size instead of dst.width for computi...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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...
next