summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/auxiliary: Trivial code style cleanupEdward O'Callaghan2015-12-061-1/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-3/+3
* util: Move gallium's linked list to utilJason Ekstrand2015-05-081-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* pb_buffer: inline 'base' sub-structMarek Olšák2011-09-111-9/+9
* pb: Fix the build, and add notes.José Fonseca2010-09-121-1/+4
* pb: add void * for flush ctx to mapping functionsDave Airlie2010-09-121-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-2/+2
* pipebuffer: slab: if size < alignment, use alignment to find bucketLuca Barbieri2010-02-231-1/+5
* gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-021-1/+1
* gallium: Move enum pipe_error into p_defines.h.José Fonseca2009-10-251-1/+0
* pipebuffer: Use a type consistently for sizes/offsets.José Fonseca2009-06-181-18/+18
* gallium: Remove remnants of reference counting internals outside of p_refcnt.h.Michel Dänzer2009-03-231-1/+1
* gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom2009-03-161-1/+1
* gallium: Unify reference counting.Michel Dänzer2009-03-041-3/+3
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* 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