index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
util
/
u_ringbuffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-07
gallium/util: replace pipe_condvar with cnd_t
Timothy Arceri
1
-1
/
+1
2017-03-07
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
1
-2
/
+2
2017-03-07
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
1
-2
/
+2
2017-03-07
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
1
-1
/
+1
2017-03-07
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
1
-1
/
+1
2017-03-07
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
1
-1
/
+1
2017-03-07
gallium/util: replace pipe_condvar_signal() with cnd_signal()
Timothy Arceri
1
-2
/
+2
2017-03-07
gallium/util: replace pipe_condvar_wait() with cnd_wait()
Timothy Arceri
1
-2
/
+2
2017-03-07
gallium/util: replace pipe_condvar_destroy() with cnd_destroy()
Timothy Arceri
1
-1
/
+1
2017-03-07
gallium/util: replace pipe_condvar_init() with cnd_init()
Timothy Arceri
1
-1
/
+1
2015-12-06
gallium/auxiliary: Sanitize NULL checks into canonical form
Edward O'Callaghan
1
-1
/
+1
2015-07-21
gallium: replace INLINE with inline
Ilia Mirkin
1
-2
/
+2
2010-02-05
Merge remote branch 'origin/lp-binning'
José Fonseca
1
-3
/
+18
2010-02-02
gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.
José Fonseca
1
-1
/
+1
2010-01-18
util: fix broken util_ringbuffer_dequeue()
Brian Paul
1
-3
/
+18
2010-01-16
util: add generic ringbuffer utitilty
Keith Whitwell
1
-0
/
+145