summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_ringbuffer.c
AgeCommit message (Collapse)Author
2010-02-05Merge remote branch 'origin/lp-binning'José Fonseca
Conflicts: src/gallium/auxiliary/util/u_dl.c src/gallium/auxiliary/util/u_time.h src/gallium/drivers/llvmpipe/lp_state_derived.c src/gallium/drivers/llvmpipe/lp_state_surface.c src/gallium/drivers/llvmpipe/lp_tex_cache.c src/gallium/drivers/llvmpipe/lp_tile_cache.c
2010-02-02gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca
Into os/os_thread.h and util/u_atomic.h respectively.
2010-01-18util: fix broken util_ringbuffer_dequeue()Brian Paul
The tests for an empty ring buffer were incorrect. Fixes glxinfo segfaults. Plus, add a new assertion.
2010-01-16util: add generic ringbuffer utitiltyKeith Whitwell