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_live_variables.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Rename GRF to VGRF.
Matt Turner
2015-11-13
1
-4
/
+4
*
i965/vec4: track and use independently each flag channel
Alejandro PiƱeiro
2015-10-22
1
-5
/
+9
*
i965/vec4: fix indentation in vec4_visitor::calculate_live_intervals
Iago Toral Quiroga
2015-10-14
1
-8
/
+8
*
i965/vec4: Fix liveness analysis with BRW_OPCODE_SEL
Iago Toral Quiroga
2015-07-21
1
-1
/
+2
*
i965/vec4_live_variables: Do liveness analysis bottom-to-top
Jason Ekstrand
2015-06-25
1
-19
/
+19
*
i965/vec4: Calculate live intervals with subregister granularity.
Francisco Jerez
2015-03-23
1
-29
/
+39
*
i965/vec4: Define helpers to calculate the common live interval of a range of...
Francisco Jerez
2015-03-23
1
-18
/
+26
*
i965/vec4: Define helper functions to convert a register to a variable index.
Francisco Jerez
2015-03-23
1
-20
/
+14
*
i965/vec4: Remove dependency of vec4_live_variables on the visitor.
Francisco Jerez
2015-03-23
1
-5
/
+6
*
i965: Factor out virtual GRF allocation to a separate object.
Francisco Jerez
2015-02-10
1
-5
/
+5
*
i965/vec4: Track liveness of the flag register.
Matt Turner
2014-12-01
1
-0
/
+28
*
i965: Use local pointer to block_data in live intervals.
Matt Turner
2014-12-01
1
-20
/
+26
*
i965/vec4: Make live_intervals part of the vec4_visitor class.
Matt Turner
2014-12-01
1
-8
/
+7
*
i965/vec4: Don't use instruction list after calculating the cfg.
Matt Turner
2014-09-24
1
-1
/
+1
*
i965: Remove now unneeded calls to calculate_cfg().
Matt Turner
2014-09-24
1
-1
/
+0
*
i965: Remove cfg-invalidating parameter from invalidate_live_intervals.
Matt Turner
2014-09-24
1
-4
/
+1
*
i965: Add invalidate_cfg parameter to invalidate_live_intervals().
Matt Turner
2014-08-22
1
-2
/
+3
*
i965: Add and use foreach_block macro.
Matt Turner
2014-08-18
1
-26
/
+25
*
i965: Add cfg to backend_visitor.
Matt Turner
2014-07-21
1
-7
/
+9
*
i965: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-3
/
+1
*
i965: Add and use foreach_inst_in_block macros.
Matt Turner
2014-07-01
1
-4
/
+1
*
i965/cfg: Embed exec_node in bblock_link.
Matt Turner
2014-05-15
1
-2
/
+1
*
i965/vec4: Track live ranges per-channel, not per vgrf.
Matt Turner
2014-03-24
1
-13
/
+37
*
i965/cfg: Clean up cfg_t constructors.
Matt Turner
2013-12-04
1
-1
/
+1
*
i965/vec4: Add invalidate_live_intervals method.
Matt Turner
2013-11-20
1
-0
/
+6
*
i965: Handle deallocation of some private ralloc contexts explicitly.
Francisco Jerez
2013-10-29
1
-1
/
+1
*
i965/vec4: Reduce working set size of live variables computation.
Eric Anholt
2013-10-29
1
-19
/
+22
*
i965: s/Muchnik/Muchnick/.
Matt Turner
2013-10-25
1
-1
/
+1
*
i965/vs: Make virtual grf live intervals actually cover their used range.
Eric Anholt
2013-05-09
1
-55
/
+20
*
i965/vs: Improve live interval calculation.
Eric Anholt
2012-10-17
1
-0
/
+306