aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c
Commit message (Expand)AuthorAgeFilesLines
* pipebuffer: Implement proper buffer validation.José Fonseca2009-01-291-0/+21
* Revert "pipebuffer: Implement proper buffer validation."Keith Whitwell2008-12-121-21/+0
* pipebuffer: Implement proper buffer validation.José Fonseca2008-11-241-0/+21
* pipebuffer: New callback to flush all temporary-held buffers.José Fonseca2008-09-181-0/+26
* pipebuffer: Comment the slab code. Remove the freeSlabs list.José Fonseca2008-09-021-27/+77
* gallium: thread wrapper clean-upBrian Paul2008-08-261-10/+10
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* pipebuffer: Verify usage flag consistency. Minor cleanups.José Fonseca2008-07-021-2/+7
* pipebuffer: Allow slab allocations of buffers of inequal size.José Fonseca2008-05-271-2/+2
* pipebuffer: Don't retry allocating in slab suballocator.José Fonseca2008-05-221-18/+5
* gallium: Several fixes to buffer caching.José Fonseca2008-04-151-11/+4
* gallium: Allow to use a single slab.José Fonseca2008-04-151-121/+194
* gallium: Initial port of Thomas slab suballocator to pipebuffer.José Fonseca2008-04-131-0/+429