aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Also, rename p_tile.[ch] to u_tile.[ch]
* 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
It should detect both cpu and gpu buffer overflows.