summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c
Commit message (Expand)AuthorAgeFilesLines
* pb_buffer: switch pb_buffer::size to 64 bitsMarek Olšák2016-04-121-3/+4
* gallium: Remove redundant NULL ptr checksEdward O'Callaghan2015-12-061-6/+4
* gallium/auxiliary: Trivial code style cleanupEdward O'Callaghan2015-12-061-6/+6
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-4/+4
* util: Move gallium's linked list to utilJason Ekstrand2015-05-081-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* pipebuffer: split up assertionBrian Paul2012-04-181-1/+2
* pipebuffer/debug: Fix a recursive mutex lockThomas Hellstrom2011-10-311-6/+3
* pb_buffer: inline 'base' sub-structMarek Olšák2011-09-111-15/+15
* pb: Fix the build, and add notes.José Fonseca2010-09-121-1/+1
* pb: add void * for flush ctx to mapping functionsDave Airlie2010-09-121-3/+3
* Squashed commit of the following:Keith Whitwell2010-04-101-5/+5
* pipebuffer: Don't synchronize when checking for buffer overflows.José Fonseca2010-02-221-1/+3
* gallium: cast to silence waringBrian Paul2010-02-101-1/+1
* gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-021-1/+1
* pipebuffer: Ensure buffer size/alignment is not zero.José Fonseca2010-01-181-0/+3
* pipebuffer: fix printf warningsKeith Whitwell2009-09-241-1/+1
* pipebuffer: Use a type consistently for sizes/offsets.José Fonseca2009-06-181-15/+15
* pb: Save the stack backtrace when creating/mapping a debug buffer.José Fonseca2009-05-081-1/+101
* gallium: Remove remnants of reference counting internals outside of p_refcnt.h.Michel Dänzer2009-03-231-2/+2
* 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