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
/
drivers
/
llvmpipe
/
lp_fence.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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_condvar_broadcast() with cnd_broadcast()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_condvar_wait() with cnd_wait()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
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
*
Check for out of memory when creating fence
Alan Hourihane
2011-02-26
1
-0
/
+3
*
llvmpipe: move some fence functions into lp_screen.c
Keith Whitwell
2010-08-25
1
-56
/
+17
*
llvmpipe: wake all threads waiting on a fence
Keith Whitwell
2010-08-25
1
-1
/
+3
*
llvmpipe: fence debugging, add llvmpipe_finish
Keith Whitwell
2010-08-25
1
-2
/
+14
*
llvmpipe: move fences from per-bin to per-thread
Keith Whitwell
2010-07-13
1
-6
/
+3
*
llvmpipe: comments for fence functions
Brian Paul
2010-04-14
1
-0
/
+26
*
llvmpipe: added lp_fence_signal()
Brian Paul
2010-03-24
1
-0
/
+16
*
Merge remote branch 'origin/lp-binning'
José Fonseca
2010-02-05
1
-0
/
+1
*
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2010-01-08
1
-1
/
+1
*
llvmpipe: initial fence implementation
Brian Paul
2009-12-11
1
-0
/
+109