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
*
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
*
i965/vs: Avoid allocating registers in to the gen7 MRF hack region.
Eric Anholt
2012-01-30
1
-3
/
+3
*
mesa: Make the register allocator allocation take a ralloc context.
Eric Anholt
2012-01-18
1
-1
/
+1
*
i965/vs: When failing due to lack of spilling, don't continue on.
Eric Anholt
2011-09-08
1
-0
/
+1
*
i965/vs: Fix GPU hangs in shaders with large virtual GRFs pre-gen6.
Eric Anholt
2011-09-06
1
-1
/
+2
*
i965: Fix Android build by removing relative includes
Chad Versace
2011-08-30
1
-1
/
+1
*
i965/vs: Implement proper register allocation instead of 1:1 mapping.
Eric Anholt
2011-08-19
1
-1
/
+138
*
i965/vs: Remove stale comment about compressed instructions.
Eric Anholt
2011-08-19
1
-1
/
+0
*
i965/vs: Fix the trivial register allocator's failure path.
Eric Anholt
2011-08-16
1
-3
/
+2
*
i965/vs: Slightly improve the trivial reg allocator to skip unused regs.
Eric Anholt
2011-08-16
1
-2
/
+24
*
i965: Start adding the VS visitor and codegen.
Eric Anholt
2011-08-16
1
-0
/
+77