Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-05 | Merge 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-02 | gallium: 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-18 | util: 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-16 | util: add generic ringbuffer utitilty | Keith Whitwell | |