i965/vec4: support basic spilling of 64-bit registers
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_reg_allocate.cpp
2017-01-03 Iago Toral Quirogai965/vec4: support basic spilling of 64-bit registers
2016-11-14 Juan A. Suarez Romeroi965/vec4: skip registers already marked as no_spill
2016-09-14 Francisco Jerezi965/vec4: Don't spill non-GRF-aligned register regions.
2016-09-14 Francisco Jerezi965/vec4: Replace dst/src_reg::reg_offset with dst...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-30 Kenneth Graunkei965: Add src/dst interference for certain instructions...
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: Rename GRF to VGRF.
2015-11-13 Matt Turneri965: Use brw_reg's nr field to store register number.
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-04 Iago Toral Quirogai965/vec4: Don't unspill the same register in consecuti...
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-19 Jason Ekstrandutil/ra: Make allocating conflict lists optional
2015-08-19 Jason Ekstrandi965/reg_allocate: Use make_reg_conflicts_transitive
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-07 Iago Toral Quirogai965/vec4: Fix indentation in vec4_visitor::evaluate_sp...
2015-07-10 Kenneth Graunkei965/vec4: Move c->last_scratch into vec4_visitor.
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-23 Jason Ekstrandi965: Remove the brw_context from the visitors
2015-04-22 Jason Ekstrandi965: Add a brw_compiler structure and store the regist...
2015-04-11 Matt Turneri965: Remove useless reg_offset >= 0 tests.
2015-03-05 Mark JanesFix invalid extern "C" around header inclusion.
2015-02-19 Francisco Jerezi965/vec4: Calculate register allocation q values manually.
2015-02-10 Francisco Jerezi965/vec4: Take into account non-zero reg_offset during...
2015-02-10 Francisco Jerezi965/vec4: Add register classes up to MAX_VGRF_SIZE.
2015-02-10 Francisco Jerezi965: Factor out virtual GRF allocation to a separate...
2014-12-13 Kenneth Graunkei965/vec4: Drop writemasks on scratch reads.
2014-09-24 Matt Turneri965/vec4: Don't use instruction list after calculating...
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/vec4: Preserve CFG in spill_reg().
2014-09-23 Eric Anholtmesa: Move register_allocate.c to util.
2014-08-13 Connor Abbottra: cleanup the public API
2014-07-06 Matt Turneri965: Make a common backend_reg class.
2014-07-01 Matt Turneri965: Use typed foreach_in_list instead of foreach_list.
2014-03-18 Kenneth Graunkei965: Allocate register sets at screen creation, not...
2014-02-19 Francisco Jerezi965/vec4: Fix off-by-one register class overallocation.
2014-01-13 Kenneth Graunkeglsl: Convert piles of foreach_iter to the newer foreac...
2013-11-20 Matt Turneri965/vec4: Add invalidate_live_intervals method.
2013-10-31 Eric Anholti965: Merge together opcodes for SHADER_OPCODE_GEN4_SCR...
2013-10-25 Paul Berryi965/vec4: Add the ability to suppress register spilling.
2013-09-01 Paul Berryi965: Move vec4 register allocation data structures...
2013-08-26 Kenneth Graunkei965/vs: Allocate register set once at context creation.
2013-08-26 Kenneth Graunkei965/vs: Move base_reg_count computation to brw_alloc_r...
2013-08-26 Kenneth Graunkei965/vs: Expose the payload registers to the register...
2013-08-26 Kenneth Graunkei965/vs: Use a fixed set of register classes.
2013-08-23 Paul Berryi965: Stop including brw_vs.h from brw_vec4.h.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-06-21 Eric Anholtglsl: Remove ir_print_visitor.h includes and usage
2013-05-02 Eric Anholti965/vs: Do round-robin register allocation on gen6...
2013-04-11 Paul Berryi965/vs: move VS-specific data members to vs_vec4_visitor.
2013-04-11 Paul Berryi965/vs: split brw_vs_prog_data into generic and VS...
2013-04-11 Paul Berryi965/vs: split brw_vs_compile into generic and VS-speci...
2012-10-17 Eric Anholti965/vs: Do the temporary allocation in emit_scratch_wr...
2012-10-17 Eric Anholti965/vs: Simplify emit_scratch_write() prototype.
2012-10-10 Eric Anholti965/vs: Try again when we've successfully spilled...
2012-10-10 Kenneth Graunkei965/vs: Implement register spilling.
2012-09-19 Tom Stellardra: Add q_values parameter to ra_set_finalize()
2012-05-14 Eric Anholtintel: Fix signed/unsigned comparison warnings.
2012-01-30 Eric Anholti965/vs: Avoid allocating registers in to the gen7...
2012-01-18 Eric Anholtmesa: Make the register allocator allocation take a...
2011-09-09 Eric Anholti965/vs: When failing due to lack of spilling, don...
2011-09-07 Eric Anholti965/vs: Fix GPU hangs in shaders with large virtual...
2011-08-30 Chad Versacei965: Fix Android build by removing relative includes
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-20 Eric Anholti965/vs: Implement proper register allocation instead...
2011-08-19 Eric Anholti965/vs: Remove stale comment about compressed instruct...
2011-08-16 Eric Anholti965/vs: Fix the trivial register allocator's failure...
2011-08-16 Eric Anholti965/vs: Slightly improve the trivial reg allocator...
2011-08-16 Eric Anholti965: Start adding the VS visitor and codegen.