pipebuffer: Debug buffer manager to detect buffer under- and overflows.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Wed, 2 Jul 2008 03:24:19 +0000 (12:24 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Wed, 2 Jul 2008 03:29:07 +0000 (12:29 +0900)
commitd16fcd07f876fe7fb29f5f4e3df4e83ff7de3422
tree545b20b25de755b632c35309a1dc9c1f4a96333e
parentea4ca10b1bec67c8a60db0e4e5581318ce9f62f9
pipebuffer: Debug buffer manager to detect buffer under- and overflows.

It should detect both cpu and gpu buffer overflows.
src/gallium/auxiliary/pipebuffer/Makefile
src/gallium/auxiliary/pipebuffer/SConscript
src/gallium/auxiliary/pipebuffer/pb_bufmgr.h
src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c [new file with mode: 0644]