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/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
*
i965/fs: Add a MAX_GRF_SIZE define and use it various places
Jason Ekstrand
2014-10-02
1
-1
/
+1
*
i965/fs: Use the GRF for FB writes on gen >= 7
Jason Ekstrand
2014-09-30
1
-1
/
+33
*
i965/fs: Determine partial writes based on the destination width
Jason Ekstrand
2014-09-30
1
-3
/
+1
*
i965/fs_reg: Allocate double the number of vgrfs in SIMD16 mode
Jason Ekstrand
2014-09-30
1
-61
/
+132
*
i965/fs: Use offset a lot more places
Jason Ekstrand
2014-09-30
1
-2
/
+2
*
i965: Add and use functions to get next/prev blocks.
Matt Turner
2014-09-24
1
-2
/
+2
*
i965: Make instruction lists local to the bblocks.
Matt Turner
2014-09-24
1
-3
/
+3
*
i965/fs: Make count_to_loop_end() use basic blocks.
Matt Turner
2014-09-24
1
-15
/
+16
*
i965/fs: Don't use instruction list after calculating the cfg.
Matt Turner
2014-09-24
1
-5
/
+5
*
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: Mark delta_x/y as BAD_FILE if remapped away completely.
Kenneth Graunke
2014-09-16
1
-0
/
+1
*
i965/fs: Preserve CFG in register allocation.
Matt Turner
2014-08-22
1
-8
/
+12
*
ra: cleanup the public API
Connor Abbott
2014-08-13
1
-1
/
+1
*
i965/fs: set virtual_grf_count in assign_regs()
Connor Abbott
2014-08-10
1
-0
/
+4
*
i965/fs: don't read from uninitialized memory while assigning registers
Connor Abbott
2014-08-10
1
-6
/
+6
*
i965: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-18
/
+6
*
i965/fs: Loop from 0 to inst->sources, not 0 to 3.
Matt Turner
2014-06-01
1
-3
/
+3
*
i965: Give dump_instructions() a filename argument.
Matt Turner
2014-06-01
1
-1
/
+1
*
i965/fs: Move payload register info from brw_wm_compile to fs_visitor.
Kenneth Graunke
2014-05-18
1
-3
/
+3
*
i965/fs: Move c->last_scratch into fs_visitor.
Kenneth Graunke
2014-05-18
1
-2
/
+2
*
i965: Allocate register sets at screen creation, not context creation.
Kenneth Graunke
2014-03-18
1
-23
/
+25
*
i965/fs: Remove fs_reg::smear.
Francisco Jerez
2014-02-12
1
-2
/
+2
*
i965/fs: Add support for specifying register horizontal strides.
Francisco Jerez
2014-02-12
1
-2
/
+2
*
i965/fs: Add support for sub-register byte offsets to the FS back-end IR.
Francisco Jerez
2014-02-12
1
-11
/
+9
*
i965/fs: Add and use MAX_SAMPLER_MESSAGE_SIZE definition.
Matt Turner
2014-01-21
1
-1
/
+2
*
i965: Replace 8-wide and 16-wide with SIMD8 and SIMD16.
Eric Anholt
2014-01-17
1
-4
/
+4
*
i965/fs: Try a different pre-scheduling heuristic if the first spills.
Eric Anholt
2013-11-12
1
-7
/
+3
*
i965/fs: Use the gen7 scratch read opcode when possible.
Eric Anholt
2013-10-30
1
-3
/
+12
*
i965: Merge together opcodes for SHADER_OPCODE_GEN4_SCRATCH_READ/WRITE
Eric Anholt
2013-10-30
1
-5
/
+7
*
i965/fs: Fix register unspills from a reg_offset.
Eric Anholt
2013-10-30
1
-3
/
+3
[next]