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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-06
mesa: flush and wait after creating a fallback texture
fences-threads-ddebug
Nicolai Hähnle
1
-0
/
+5
2017-11-06
mesa: increase MaxServerWaitTimeout
Nicolai Hähnle
1
-1
/
+1
2017-11-06
st/mesa: use asynchronous flushes (TODO)
Nicolai Hähnle
2
-4
/
+26
2017-11-06
st/mesa: remove redundant flushes from st_flush
Nicolai Hähnle
3
-3
/
+6
2017-11-06
st/dri: use stapi flush instead of pipe flush when creating fences
Nicolai Hähnle
1
-5
/
+6
2017-11-06
radeonsi: use a threaded context even for debug contexts
Nicolai Hähnle
1
-9
/
+2
2017-11-06
radeonsi: record and dump time of flush
Nicolai Hähnle
3
-1
/
+8
2017-11-06
ddebug: optionally handle transfer commands like draws
Nicolai Hähnle
4
-66
/
+288
2017-11-06
ddebug: dump context and before/after times of draws
Nicolai Hähnle
2
-0
/
+10
2017-11-06
ddebug: generalize print_named_xxx via a PRINT_NAMED macro
Nicolai Hähnle
1
-15
/
+10
2017-11-06
ddebug: rewrite to always use a threaded approach
Nicolai Hähnle
4
-515
/
+546
2017-11-06
ddebug: use an atomic increment when numbering files
Nicolai Hähnle
1
-1
/
+3
2017-11-06
dd/util: extract dd_get_debug_filename_and_mkdir
Nicolai Hähnle
1
-12
/
+18
2017-11-06
gallium/u_dump: add and use util_dump_transfer_usage
Nicolai Hähnle
4
-16
/
+61
2017-11-06
gallium/u_dump: add util_dump_ns
Nicolai Hähnle
2
-0
/
+13
2017-11-06
gallium/u_dump: export util_dump_ptr
Nicolai Hähnle
2
-2
/
+5
2017-11-06
radeonsi: implement PIPE_FLUSH_{TOP,BOTTOM}_OF_PIPE
Nicolai Hähnle
1
-1
/
+88
2017-11-06
radeonsi: document some subtle details of fence_finish & fence_server_sync
Nicolai Hähnle
1
-0
/
+22
2017-11-06
gallium: add pipe_context::callback
Nicolai Hähnle
3
-0
/
+58
2017-11-06
gallium/u_threaded: implement pipe_context::set_log_context
Nicolai Hähnle
1
-0
/
+11
2017-11-06
gallium/u_threaded: avoid syncs for get_query_result
Nicolai Hähnle
1
-17
/
+48
2017-11-06
gallium/u_threaded: implement asynchronous flushes
Nicolai Hähnle
6
-27
/
+238
2017-11-06
gallium/u_threaded: mark queries flushed only for non-deferred flushes
Nicolai Hähnle
2
-4
/
+6
2017-11-06
radeonsi: move fence functions to si_fence.c
Nicolai Hähnle
6
-267
/
+312
2017-11-06
winsys/amdgpu: handle cs_add_fence_dependency for deferred/unsubmitted fences
Nicolai Hähnle
4
-12
/
+41
2017-11-03
gallium: add PIPE_FLUSH_{TOP,BOTTOM}_OF_PIPE bits
Nicolai Hähnle
2
-0
/
+16
2017-11-03
gallium: add PIPE_FLUSH_ASYNC and PIPE_FLUSH_HINT_FINISH
Nicolai Hähnle
3
-1
/
+18
2017-11-03
util/u_queue: add util_queue_fence_wait_timeout
Nicolai Hähnle
4
-26
/
+121
2017-11-03
threads: update for late C11 changes
Nicolai Hähnle
4
-64
/
+60
2017-11-03
gallium: remove unused and deprecated u_time.h
Nicolai Hähnle
8
-157
/
+1
2017-11-03
util: move os_time.[ch] to src/util
Nicolai Hähnle
57
-78
/
+76
2017-11-03
radeonsi: always use async compiles when creating shader/compute states
Nicolai Hähnle
2
-34
/
+50
2017-11-03
radeonsi: fix potential use-after-free of debug callbacks
Nicolai Hähnle
1
-0
/
+4
2017-11-03
radeonsi: move pipe debug callback to si_context
Nicolai Hähnle
6
-19
/
+19
2017-11-03
u_queue: add util_queue_finish for waiting for previously added jobs
Nicolai Hähnle
2
-0
/
+37
2017-11-03
util: move pipe_barrier into src/util and rename to util_barrier
Nicolai Hähnle
5
-88
/
+87
2017-11-03
gallium: add async debug message forwarding helper
Nicolai Hähnle
4
-0
/
+192
2017-11-03
st/mesa: guard sampler views changes with a mutex
Nicolai Hähnle
5
-96
/
+250
2017-11-03
st/mesa: re-arrange st_finalize_texture
Nicolai Hähnle
2
-8
/
+11
2017-11-03
gallium: clarify the constraints on sampler_view_destroy
Nicolai Hähnle
3
-7
/
+20
2017-11-03
radeonsi: reduce the scope of sel->mutex in si_shader_select_with_key
Nicolai Hähnle
1
-4
/
+4
2017-11-03
radeonsi: use ready fences on all shaders, not just optimized ones
Nicolai Hähnle
3
-26
/
+67
2017-11-03
u_queue: add a futex-based implementation of fences
Nicolai Hähnle
3
-0
/
+99
2017-11-03
u_queue: add util_queue_fence_reset
Nicolai Hähnle
2
-3
/
+14
2017-11-03
u_queue: export util_queue_fence_signal
Nicolai Hähnle
2
-1
/
+2
2017-11-03
u_queue: group fence functions together
Nicolai Hähnle
1
-9
/
+10
2017-11-03
util/u_atomic: add p_atomic_xchg
Nicolai Hähnle
1
-1
/
+31
2017-11-03
util: move futex helpers into futex.h
Nicolai Hähnle
4
-19
/
+56
2017-11-03
TODO some simple_mtx.h fixups
Nicolai Hähnle
1
-1
/
+3
2017-11-03
mesa: Add new fast mtx_t mutex type for basic use cases
Timothy Arceri
2
-0
/
+149
[next]