summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_fence.c
AgeCommit message (Expand)AuthorFilesLines
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_condvar_broadcast() with cnd_broadcast()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_condvar_wait() with cnd_wait()Timothy Arceri1-1/+1
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
2011-02-26Check for out of memory when creating fenceAlan Hourihane1-0/+3
2010-08-25llvmpipe: move some fence functions into lp_screen.cKeith Whitwell1-56/+17
2010-08-25llvmpipe: wake all threads waiting on a fenceKeith Whitwell1-1/+3
2010-08-25llvmpipe: fence debugging, add llvmpipe_finishKeith Whitwell1-2/+14
2010-07-13llvmpipe: move fences from per-bin to per-threadKeith Whitwell1-6/+3
2010-04-14llvmpipe: comments for fence functionsBrian Paul1-0/+26
2010-03-24llvmpipe: added lp_fence_signal()Brian Paul1-0/+16
2010-02-05Merge remote branch 'origin/lp-binning'José Fonseca1-0/+110
2010-01-08Merge remote branch 'origin/master' into lp-binningJosé Fonseca1-1/+1
2009-12-11llvmpipe: initial fence implementationBrian Paul1-0/+109