index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
register_allocate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-25
ra: Add a callback for selecting a register from what's available.
Eric Anholt
1
-14
/
+76
2017-07-25
ra: Don't put a node in its own adjacency set.
Eric Anholt
1
-13
/
+10
2017-07-25
ra: Pull the body of a loop out to a helper function.
Eric Anholt
1
-12
/
+19
2015-08-19
util/ra: (trivial) fix c99 loop variable initialization
Roland Scheidegger
1
-7
/
+8
2015-08-18
util/ra: Make allocating conflict lists optional
Jason Ekstrand
1
-9
/
+17
2015-08-18
util/ra: Add a function for making all conflicts on a register transitive
Jason Ekstrand
1
-0
/
+23
2015-08-10
ra: Delete the conflict lists in ra_set_finalize
Jason Ekstrand
1
-0
/
+5
2015-08-10
ra: Refactor ra_set_finalize
Jason Ekstrand
1
-26
/
+25
2015-07-29
util: Avoid double promotion.
Matt Turner
1
-1
/
+1
2015-02-23
ra: Disable round-robin strategy for optimistically colorable nodes.
Francisco Jerez
1
-1
/
+23
2015-02-20
util: Move Mesa's bitset.h to util/.
Eric Anholt
1
-1
/
+1
2014-12-17
util: Silence signed-unsigned comparison warnings
Jan Vesely
1
-6
/
+6
2014-12-01
ra: Don't use regs as the ralloc context.
Matt Turner
1
-1
/
+1
2014-10-24
util: Use reg_belongs_to_class instead of BITSET_TEST
Jason Ekstrand
1
-1
/
+1
2014-09-23
mesa: Move register_allocate.c to util.
Eric Anholt
1
-0
/
+654