index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
util
/
u_ringbuffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/util: replace pipe_condvar with cnd_t
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_condvar_signal() with cnd_signal()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/util: replace pipe_condvar_wait() with cnd_wait()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/util: replace pipe_condvar_destroy() with cnd_destroy()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_condvar_init() with cnd_init()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/auxiliary: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-2
/
+2
*
Merge remote branch 'origin/lp-binning'
José Fonseca
2010-02-05
1
-3
/
+18
|
\
|
*
util: fix broken util_ringbuffer_dequeue()
Brian Paul
2010-01-18
1
-3
/
+18
*
|
gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.
José Fonseca
2010-02-02
1
-1
/
+1
|
/
*
util: add generic ringbuffer utitilty
Keith Whitwell
2010-01-16
1
-0
/
+145