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
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
2017-11-03
glsl: fix interpolateAtXxx(some_vec[idx], ...) with dynamic idx
Nicolai Hähnle
1
-1
/
+30
2017-11-03
glsl: allow any l-value of an input variable as interpolant in interpolateAt*
Nicolai Hähnle
2
-5
/
+32
2017-11-03
nir/serialize: fix build with gcc 4.4.7
Dave Airlie
1
-19
/
+19
2017-11-03
i915g: remove some unknown cap warnings.
Dave Airlie
1
-0
/
+8
2017-11-03
i915g: make gears run again.
Dave Airlie
4
-4
/
+24
2017-11-03
ac: remove the remaining duplicate llvm types
Timothy Arceri
1
-12
/
+1
2017-11-03
ac: remove usused v4f32
Timothy Arceri
1
-4
/
+0
2017-11-03
ac: add v2f32 to the common code and make use of it
Timothy Arceri
3
-10
/
+7
2017-11-03
ac: use the ac f16 llvm type
Timothy Arceri
1
-3
/
+1
2017-11-03
ac: use the ac f32 llvm type
Timothy Arceri
1
-35
/
+33
2017-11-03
ac: use the ac f64 llvm type
Timothy Arceri
1
-3
/
+1
2017-11-03
ac: use the common v8i32 llvm type
Timothy Arceri
1
-4
/
+2
2017-11-03
ac: use the common v4i32 llvm type
Timothy Arceri
1
-9
/
+7
2017-11-03
ac: add v3i32 to the common code and make use of it
Timothy Arceri
3
-5
/
+5
2017-11-03
ac: add v2i32 to the common code and use it
Timothy Arceri
3
-11
/
+11
2017-11-03
ac: use the ac i64 llvm type
Timothy Arceri
1
-3
/
+1
2017-11-03
ac: remove unused i16 llvm type
Timothy Arceri
1
-2
/
+0
2017-11-03
ac: use the ac ivoidt llvm type
Timothy Arceri
1
-4
/
+2
2017-11-03
ac: use the ac i8 llvm type
Timothy Arceri
1
-6
/
+4
2017-11-03
ac: use the ac i1 llvm type
Timothy Arceri
1
-3
/
+1
2017-11-03
ac: use the ac i32 llvm type
Timothy Arceri
1
-181
/
+179
[next]