index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util
/
register_allocate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: stop including files from mesa/main
Marek Olšák
2020-03-27
1
-2
/
+3
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
1
-1
/
+1
*
util/ra: move NO_REG to header
Rob Clark
2020-03-10
1
-2
/
+0
*
util/ra: spiff out select_reg_callback
Rob Clark
2020-03-10
1
-6
/
+3
*
util: Remove tmp argument from BITSET_FOREACH_SET macro
Matt Turner
2020-01-23
1
-2
/
+1
*
ir3: Set up full/half register conflicts correctly
Kristian H. Kristensen
2020-01-09
1
-0
/
+25
*
util/ra: Add a getter for a node class
Alyssa Rosenzweig
2019-07-25
1
-0
/
+7
*
util/ra: Assert nodes are in-bounds in add_node_interference
Jason Ekstrand
2019-05-14
1
-0
/
+1
*
util/ra: Don't destroy the graph in ra_allocate()
Jason Ekstrand
2019-05-14
1
-76
/
+102
*
util/ra: Add a helper for resetting a node's interference
Jason Ekstrand
2019-05-14
1
-0
/
+36
*
util/ra: Add helpers for adding nodes to an interference graph
Jason Ekstrand
2019-05-14
1
-20
/
+70
*
util/ra: Improve the performance of ra_simplify
Jason Ekstrand
2019-05-14
1
-30
/
+119
*
util/ra: Only update q_total if the reg is not assigned
Jason Ekstrand
2019-05-14
1
-1
/
+1
*
util/ra: Only update best_optimistic_node if !progress
Jason Ekstrand
2019-05-14
1
-1
/
+5
*
util/ra: Make in_stack a bitset in the graph
Jason Ekstrand
2019-05-14
1
-18
/
+15
*
util/ra: Get rid of tabs
Jason Ekstrand
2019-05-14
1
-24
/
+24
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-1
/
+0
*
util/ra: fix memory leak
Eric Engestrom
2017-07-31
1
-0
/
+2
*
ra: Add a callback for selecting a register from what's available.
Eric Anholt
2017-07-25
1
-14
/
+76
*
ra: Don't put a node in its own adjacency set.
Eric Anholt
2017-07-25
1
-13
/
+10
*
ra: Pull the body of a loop out to a helper function.
Eric Anholt
2017-07-25
1
-12
/
+19
*
util/ra: (trivial) fix c99 loop variable initialization
Roland Scheidegger
2015-08-19
1
-7
/
+8
*
util/ra: Make allocating conflict lists optional
Jason Ekstrand
2015-08-18
1
-9
/
+17
*
util/ra: Add a function for making all conflicts on a register transitive
Jason Ekstrand
2015-08-18
1
-0
/
+23
*
ra: Delete the conflict lists in ra_set_finalize
Jason Ekstrand
2015-08-10
1
-0
/
+5
*
ra: Refactor ra_set_finalize
Jason Ekstrand
2015-08-10
1
-26
/
+25
*
util: Avoid double promotion.
Matt Turner
2015-07-29
1
-1
/
+1
*
ra: Disable round-robin strategy for optimistically colorable nodes.
Francisco Jerez
2015-02-23
1
-1
/
+23
*
util: Move Mesa's bitset.h to util/.
Eric Anholt
2015-02-20
1
-1
/
+1
*
util: Silence signed-unsigned comparison warnings
Jan Vesely
2014-12-17
1
-6
/
+6
*
ra: Don't use regs as the ralloc context.
Matt Turner
2014-12-01
1
-1
/
+1
*
util: Use reg_belongs_to_class instead of BITSET_TEST
Jason Ekstrand
2014-10-24
1
-1
/
+1
*
mesa: Move register_allocate.c to util.
Eric Anholt
2014-09-23
1
-0
/
+654