aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4_reg_allocate.cpp
Commit message (Expand)AuthorAgeFilesLines
* i965: Allocate register sets at screen creation, not context creation.Kenneth Graunke2014-03-181-18/+20
* i965/vec4: Fix off-by-one register class overallocation.Francisco Jerez2014-02-191-1/+1
* glsl: Convert piles of foreach_iter to the newer foreach_list macro.Kenneth Graunke2014-01-131-4/+4
* i965/vec4: Add invalidate_live_intervals method.Matt Turner2013-11-201-1/+1
* i965: Merge together opcodes for SHADER_OPCODE_GEN4_SCRATCH_READ/WRITEEric Anholt2013-10-301-2/+2
* i965/vec4: Add the ability to suppress register spilling.Paul Berry2013-10-241-1/+4
* i965: Move vec4 register allocation data structures to brw->vec4.Paul Berry2013-08-311-15/+16
* i965/vs: Allocate register set once at context creation.Kenneth Graunke2013-08-261-4/+2
* i965/vs: Move base_reg_count computation to brw_alloc_reg_set().Kenneth Graunke2013-08-261-3/+4
* i965/vs: Expose the payload registers to the register allocator.Kenneth Graunke2013-08-261-6/+34
* i965/vs: Use a fixed set of register classes.Kenneth Graunke2013-08-261-37/+13
* i965: Stop including brw_vs.h from brw_vec4.h.Paul Berry2013-08-231-0/+1
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-3/+1
* glsl: Remove ir_print_visitor.h includes and usageEric Anholt2013-06-211-1/+0
* i965/vs: Do round-robin register allocation on gen6+ like we do in the FS.Eric Anholt2013-05-021-0/+4
* i965/vs: move VS-specific data members to vs_vec4_visitor.Paul Berry2013-04-111-6/+6
* i965/vs: split brw_vs_prog_data into generic and VS-specific parts.Paul Berry2013-04-111-5/+5
* i965/vs: split brw_vs_compile into generic and VS-specific parts.Paul Berry2013-04-111-1/+1
* i965/vs: Do the temporary allocation in emit_scratch_write().Eric Anholt2012-10-171-10/+1
* i965/vs: Simplify emit_scratch_write() prototype.Eric Anholt2012-10-171-1/+1
* i965/vs: Try again when we've successfully spilled a reg.Eric Anholt2012-10-101-7/+10
* i965/vs: Implement register spilling.Kenneth Graunke2012-10-101-1/+127
* ra: Add q_values parameter to ra_set_finalize()Tom Stellard2012-09-191-1/+1
* intel: Fix signed/unsigned comparison warnings.Eric Anholt2012-05-141-3/+3
* i965/vs: Avoid allocating registers in to the gen7 MRF hack region.Eric Anholt2012-01-301-3/+3
* mesa: Make the register allocator allocation take a ralloc context.Eric Anholt2012-01-181-1/+1
* i965/vs: When failing due to lack of spilling, don't continue on.Eric Anholt2011-09-081-0/+1
* i965/vs: Fix GPU hangs in shaders with large virtual GRFs pre-gen6.Eric Anholt2011-09-061-1/+2
* i965: Fix Android build by removing relative includesChad Versace2011-08-301-1/+1
* i965/vs: Implement proper register allocation instead of 1:1 mapping.Eric Anholt2011-08-191-1/+138
* i965/vs: Remove stale comment about compressed instructions.Eric Anholt2011-08-191-1/+0
* i965/vs: Fix the trivial register allocator's failure path.Eric Anholt2011-08-161-3/+2
* i965/vs: Slightly improve the trivial reg allocator to skip unused regs.Eric Anholt2011-08-161-2/+24
* i965: Start adding the VS visitor and codegen.Eric Anholt2011-08-161-0/+77