aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom2009-03-161-2/+2
* gallium: Unify reference counting.Michel Dänzer2009-03-041-4/+4
* pipebuffer: Allow asymmetric guard sizes for under/overflow detection.José Fonseca2009-02-241-6/+10
* 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/+25
* Revert "pipebuffer: Implement proper buffer validation."Keith Whitwell2008-12-121-25/+1
* pipebuffer: Implement proper buffer validation.José Fonseca2008-11-241-1/+25
* pipebuffer: New callback to flush all temporary-held buffers.José Fonseca2008-09-181-0/+11
* pipebuffer: Fix/add detail to the under- overflow report messages.José Fonseca2008-08-281-5/+8
* pipebuffer: Check buffer over- & underflows when mapping/unmapping too.José Fonseca2008-08-281-16/+52
* gallium: include u_memory.h, u_math.hBrian2008-08-241-0/+1
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* pipebuffer: More detailed description of bufer over-/undereflows.José Fonseca2008-07-201-15/+34
* pb: buffer over/underflows are errors.José Fonseca2008-07-131-2/+2
* pipebuffer: Debug buffer manager to detect buffer under- and overflows.José Fonseca2008-07-021-0/+297