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