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_fs_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/fs: Don't use Gen7-style scratch block reads on Gen9+.
Francisco Jerez
2015-11-26
1
-2
/
+9
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-2
/
+1
*
i965: Move MRF macros from brw_inst.h to brw_eu.h.
Matt Turner
2015-11-24
1
-0
/
+1
*
i965: Replace HW_REG with ARF/FIXED_GRF.
Matt Turner
2015-11-13
1
-3
/
+2
*
i965: Rename GRF to VGRF.
Matt Turner
2015-11-13
1
-12
/
+12
*
i965: Use brw_reg's nr field to store register number.
Matt Turner
2015-11-13
1
-17
/
+17
*
i965: Remove fixed_hw_reg field from backend_reg.
Matt Turner
2015-11-13
1
-2
/
+2
*
i965/fs: split out calculation of payload live ranges
Connor Abbott
2015-10-30
1
-22
/
+29
*
nir: remove dependency on glsl
Rob Clark
2015-10-16
1
-1
/
+1
*
i965: Define FIRST_SPILL_MRF and FIRST_PULL_LOAD_MRF only once and in one place
Iago Toral Quiroga
2015-10-08
1
-2
/
+0
*
i965/fs: Use MRF registers 21-23 for spilling in gen6
Iago Toral Quiroga
2015-09-21
1
-4
/
+7
*
i965: Turn BRW_MAX_MRF into a macro that accepts a hardware generation
Iago Toral Quiroga
2015-09-21
1
-8
/
+8
*
i965: Add a debug option for spilling everything in vec4 code
Iago Toral Quiroga
2015-09-04
1
-1
/
+1
*
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
-2
/
+8
*
i965/fs: Don't do redundant RA setup on IVB+
Jason Ekstrand
2015-08-10
1
-0
/
+9
*
i965/fs: Use dispatch_width instead of reg_width in alloc_reg_sets
Jason Ekstrand
2015-08-10
1
-8
/
+8
*
i965/fs: Don't rely on the default builder to create a null register in emit_...
Francisco Jerez
2015-07-29
1
-1
/
+1
*
i965/fs: don't make unused payload registers interfere
Connor Abbott
2015-07-17
1
-1
/
+6
*
i965/fs: remove special case in setup_payload_interference()
Connor Abbott
2015-07-17
1
-20
/
+0
*
i965/fs: Mark last used ip for all regs read in the payload
Jordan Justen
2015-07-17
1
-1
/
+4
*
i965/fs: Remove the width field from fs_reg
Jason Ekstrand
2015-06-30
1
-3
/
+1
*
i965: Remove the brw_context from the visitors
Jason Ekstrand
2015-06-23
1
-1
/
+0
*
fs/reg_allocate: Remove the MRF hack helpers from fs_visitor
Jason Ekstrand
2015-06-09
1
-12
/
+13
*
i965/fs: Don't let the EOT send message interfere with the MRF hack
Jason Ekstrand
2015-06-09
1
-2
/
+15
*
i965/fs: Migrate register spills and fills to the IR builder.
Francisco Jerez
2015-06-09
1
-14
/
+15
*
i965/cs: Mark g0 as used by CS_OPCODE_CS_TERMINATE
Jordan Justen
2015-05-02
1
-0
/
+4
*
i965: Add an INTEL_DEBUG=spill option to test spilling
Jason Ekstrand
2015-04-23
1
-1
/
+1
*
i965: Add a brw_compiler structure and store the register sets in it
Jason Ekstrand
2015-04-22
1
-27
/
+27
*
i965: Add a devinfo field to backend_visitor and use it for gen checks
Jason Ekstrand
2015-04-22
1
-5
/
+5
*
i965/fs: Calculate delta_x and delta_y together.
Matt Turner
2015-04-21
1
-4
/
+4
*
i965/fs: Ensure delta_x/y are even-aligned registers on Gen6.
Matt Turner
2015-04-21
1
-2
/
+2
*
i965: Remove useless reg_offset >= 0 tests.
Matt Turner
2015-04-11
1
-1
/
+0
*
i965/fs: Remove dependency of fs_inst on the visitor class.
Francisco Jerez
2015-02-10
1
-1
/
+1
*
i965: Factor out virtual GRF allocation to a separate object.
Francisco Jerez
2015-02-10
1
-25
/
+25
*
i965/fs: Use inst->eot rather than opcodes in register allocation.
Kenneth Graunke
2015-02-05
1
-11
/
+10
*
i965/fs: Delete is_last_send(); just check inst->eot.
Kenneth Graunke
2015-02-05
1
-14
/
+1
*
i965: Add SIMD8 URB write low-level IR instruction
Kristian Høgsberg
2014-12-10
1
-1
/
+15
*
i965/fs: Clean up some whitespace in reg_allocate.
Matt Turner
2014-12-01
1
-2
/
+2
*
i965/fs: Don't set dependency hints on instructions with spilled destinations
Jason Ekstrand
2014-10-27
1
-0
/
+8
*
i965/fs: Make scratch write instructions use the correct execution size
Jason Ekstrand
2014-10-27
1
-1
/
+1
*
i965/fs: Use correct spill offsets
Jason Ekstrand
2014-10-27
1
-6
/
+5
*
i965/fs: Don't [un]spill multiple registers at a time in SIMD8 mode
Jason Ekstrand
2014-10-27
1
-2
/
+4
*
i965/fs: Compute q-values for register allocation manually
Jason Ekstrand
2014-10-24
1
-2
/
+56
*
i965/fs: Don't interfere with too many base registers
Jason Ekstrand
2014-10-24
1
-2
/
+2
*
i965/fs: Properly precolor payload registers on GEN5 in SIMD16
Jason Ekstrand
2014-10-24
1
-1
/
+10
*
i965/fs: Add another use of MAX_VGRF_SIZE
Jason Ekstrand
2014-10-24
1
-1
/
+1
*
i965/fs: Use the correct regs_written on unspill instructions
Jason Ekstrand
2014-10-14
1
-0
/
+1
*
i965/fs: Use the correct base_mrf for spilling pairs in SIMD8
Jason Ekstrand
2014-10-02
1
-3
/
+4
[next]