aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_fence.h
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: replace pipe_condvar with cnd_tTimothy Arceri2017-03-071-1/+1
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-071-1/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-2/+2
* llvmpipe: move some fence functions into lp_screen.cKeith Whitwell2010-08-251-0/+12
* llvmpipe: fence debugging, add llvmpipe_finishKeith Whitwell2010-08-251-0/+1
* llvmpipe: move fences from per-bin to per-threadKeith Whitwell2010-07-131-0/+18
* llvmpipe: added lp_fence_signal()Brian Paul2010-03-241-0/+4
* Merge remote branch 'origin/lp-binning'José Fonseca2010-02-051-2/+2
* llvmpipe: initial fence implementationBrian Paul2009-12-111-0/+60