index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_vec4_reg_allocate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Add src/dst interference for certain instructions with hazards.
Kenneth Graunke
2015-11-30
1
-0
/
+13
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-2
/
+0
*
i965: Rename GRF to VGRF.
Matt Turner
2015-11-13
1
-13
/
+13
*
i965: Use brw_reg's nr field to store register number.
Matt Turner
2015-11-13
1
-18
/
+18
*
i965/vec4: Don't unspill the same register in consecutive instructions
Iago Toral Quiroga
2015-09-04
1
-8
/
+118
*
util/ra: Make allocating conflict lists optional
Jason Ekstrand
2015-08-18
1
-1
/
+1
*
i965/reg_allocate: Use make_reg_conflicts_transitive
Jason Ekstrand
2015-08-18
1
-1
/
+4
*
i965/vec4: Fix indentation in vec4_visitor::evaluate_spill_costs
Iago Toral Quiroga
2015-08-07
1
-12
/
+12
*
i965/vec4: Move c->last_scratch into vec4_visitor.
Kenneth Graunke
2015-07-09
1
-1
/
+1
*
i965: Remove the brw_context from the visitors
Jason Ekstrand
2015-06-23
1
-1
/
+0
*
i965: Add a brw_compiler structure and store the register sets in it
Jason Ekstrand
2015-04-22
1
-19
/
+19
*
i965: Remove useless reg_offset >= 0 tests.
Matt Turner
2015-04-11
1
-1
/
+0
*
Fix invalid extern "C" around header inclusion.
Mark Janes
2015-03-05
1
-3
/
+0
*
i965/vec4: Calculate register allocation q values manually.
Francisco Jerez
2015-02-19
1
-1
/
+17
*
i965/vec4: Take into account non-zero reg_offset during register allocation.
Francisco Jerez
2015-02-10
1
-1
/
+3
*
i965/vec4: Add register classes up to MAX_VGRF_SIZE.
Francisco Jerez
2015-02-10
1
-4
/
+6
*
i965: Factor out virtual GRF allocation to a separate object.
Francisco Jerez
2015-02-10
1
-22
/
+21
*
i965/vec4: Drop writemasks on scratch reads.
Kenneth Graunke
2014-12-12
1
-8
/
+0
*
i965/vec4: Don't use instruction list after calculating the cfg.
Matt Turner
2014-09-24
1
-4
/
+4
*
i965: Remove now unneeded calls to calculate_cfg().
Matt Turner
2014-09-24
1
-2
/
+0
*
i965: Remove cfg-invalidating parameter from invalidate_live_intervals.
Matt Turner
2014-09-24
1
-1
/
+1
*
i965/vec4: Preserve CFG in spill_reg().
Matt Turner
2014-09-24
1
-4
/
+7
*
mesa: Move register_allocate.c to util.
Eric Anholt
2014-09-23
1
-1
/
+1
*
ra: cleanup the public API
Connor Abbott
2014-08-13
1
-1
/
+1
*
i965: Make a common backend_reg class.
Matt Turner
2014-07-05
1
-1
/
+1
*
i965: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-15
/
+5
*
i965: Allocate register sets at screen creation, not context creation.
Kenneth Graunke
2014-03-18
1
-18
/
+20
*
i965/vec4: Fix off-by-one register class overallocation.
Francisco Jerez
2014-02-19
1
-1
/
+1
*
glsl: Convert piles of foreach_iter to the newer foreach_list macro.
Kenneth Graunke
2014-01-13
1
-4
/
+4
*
i965/vec4: Add invalidate_live_intervals method.
Matt Turner
2013-11-20
1
-1
/
+1
*
i965: Merge together opcodes for SHADER_OPCODE_GEN4_SCRATCH_READ/WRITE
Eric Anholt
2013-10-30
1
-2
/
+2
*
i965/vec4: Add the ability to suppress register spilling.
Paul Berry
2013-10-24
1
-1
/
+4
*
i965: Move vec4 register allocation data structures to brw->vec4.
Paul Berry
2013-08-31
1
-15
/
+16
*
i965/vs: Allocate register set once at context creation.
Kenneth Graunke
2013-08-26
1
-4
/
+2
*
i965/vs: Move base_reg_count computation to brw_alloc_reg_set().
Kenneth Graunke
2013-08-26
1
-3
/
+4
*
i965/vs: Expose the payload registers to the register allocator.
Kenneth Graunke
2013-08-26
1
-6
/
+34
*
i965/vs: Use a fixed set of register classes.
Kenneth Graunke
2013-08-26
1
-37
/
+13
*
i965: Stop including brw_vs.h from brw_vec4.h.
Paul Berry
2013-08-23
1
-0
/
+1
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-3
/
+1
*
glsl: Remove ir_print_visitor.h includes and usage
Eric Anholt
2013-06-21
1
-1
/
+0
*
i965/vs: Do round-robin register allocation on gen6+ like we do in the FS.
Eric Anholt
2013-05-02
1
-0
/
+4
*
i965/vs: move VS-specific data members to vs_vec4_visitor.
Paul Berry
2013-04-11
1
-6
/
+6
*
i965/vs: split brw_vs_prog_data into generic and VS-specific parts.
Paul Berry
2013-04-11
1
-5
/
+5
*
i965/vs: split brw_vs_compile into generic and VS-specific parts.
Paul Berry
2013-04-11
1
-1
/
+1
*
i965/vs: Do the temporary allocation in emit_scratch_write().
Eric Anholt
2012-10-17
1
-10
/
+1
*
i965/vs: Simplify emit_scratch_write() prototype.
Eric Anholt
2012-10-17
1
-1
/
+1
*
i965/vs: Try again when we've successfully spilled a reg.
Eric Anholt
2012-10-10
1
-7
/
+10
*
i965/vs: Implement register spilling.
Kenneth Graunke
2012-10-10
1
-1
/
+127
*
ra: Add q_values parameter to ra_set_finalize()
Tom Stellard
2012-09-19
1
-1
/
+1
*
intel: Fix signed/unsigned comparison warnings.
Eric Anholt
2012-05-14
1
-3
/
+3
[next]