summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c
Commit message (Expand)AuthorAgeFilesLines
* pb: fix numDelayed accountingDave Airlie2010-10-051-0/+1
* pb: don't keep checking buffers after first busyDave Airlie2010-10-051-13/+19
* pb: add void * for flush ctx to mapping functionsDave Airlie2010-09-121-3/+3
* Squashed commit of the following:Keith Whitwell2010-04-101-1/+1
* gallium: cached bufmgr add map busy checkDave Airlie2010-03-211-0/+9
* pipebuffer: avoid assert due to increasing a zeroed refcntLuca Barbieri2010-02-231-1/+1
* gallium: use os_time.h in pb_bufmgr_cache.cBrian Paul2010-02-101-9/+9
* gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-021-1/+1
* gallium: fix ref counting bug in pb_bufmgrJosé Fonseca2009-12-031-4/+1
* gallium: fix reference counting functions to be strict-aliasing compliantRoland Scheidegger2009-12-031-0/+3
* pipebuffer: Use a type consistently for sizes/offsets.José Fonseca2009-06-181-4/+4
* gallium: Remove remnants of reference counting internals outside of p_refcnt.h.Michel Dänzer2009-03-231-3/+3
* gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom2009-03-161-3/+3
* gallium: Unify reference counting.Michel Dänzer2009-03-041-5/+6
* util: Move p_debug.h into util module.José Fonseca2009-02-181-1/+1
* pipebuffer: Drop (most of) pipe winsys stuff.José Fonseca2009-02-011-1/+0
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+1
* pipebuffer: Implement proper buffer validation.José Fonseca2009-01-291-1/+22
* Revert "pipebuffer: Implement proper buffer validation."Keith Whitwell2008-12-121-22/+1
* pipebuffer: Implement proper buffer validation.José Fonseca2008-11-241-1/+22
* pipebuffer: New callback to flush all temporary-held buffers.José Fonseca2008-09-181-3/+8
* pipebuffer: Add missing break statement to cache lookup logic.José Fonseca2008-09-021-6/+14
* gallium: thread wrapper clean-upBrian Paul2008-08-261-9/+9
* 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-3/+7
* pipebuffer: Be more lenient when matching cached buffer sizes.José Fonseca2008-06-101-2/+5
* pipebuffer: New function to flush the buffer cache.José Fonseca2008-04-241-3/+9
* gallium: Several fixes to buffer caching.José Fonseca2008-04-151-14/+53
* gallium: Buffer cache.José Fonseca2008-04-131-0/+299