summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_ringbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-07gallium/util: replace pipe_condvar with cnd_tTimothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-2/+2
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri1-2/+2
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_condvar_signal() with cnd_signal()Timothy Arceri1-2/+2
2017-03-07gallium/util: replace pipe_condvar_wait() with cnd_wait()Timothy Arceri1-2/+2
2017-03-07gallium/util: replace pipe_condvar_destroy() with cnd_destroy()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_condvar_init() with cnd_init()Timothy Arceri1-1/+1
2015-12-06gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan1-1/+1
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-2/+2
2010-02-05Merge remote branch 'origin/lp-binning'José Fonseca1-3/+18
2010-02-02gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca1-1/+1
2010-01-18util: fix broken util_ringbuffer_dequeue()Brian Paul1-3/+18
2010-01-16util: add generic ringbuffer utitiltyKeith Whitwell1-0/+145