aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_ringbuffer.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'origin/lp-binning'José Fonseca2010-02-051-3/+18
|\ | | | | | | | | | | | | | | | | | | 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
| * util: fix broken util_ringbuffer_dequeue()Brian Paul2010-01-181-3/+18
| | | | | | | | | | | | | | The tests for an empty ring buffer were incorrect. Fixes glxinfo segfaults. Plus, add a new assertion.
* | gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-021-1/+1
|/ | | | Into os/os_thread.h and util/u_atomic.h respectively.
* util: add generic ringbuffer utitiltyKeith Whitwell2010-01-161-0/+145