pipebuffer: New callback to flush all temporary-held buffers.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 18 Sep 2008 02:10:09 +0000 (11:10 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 18 Sep 2008 03:26:19 +0000 (12:26 +0900)
commit1672e8e05996d48e51a1998bd7e9b08b78e012f5
tree2ca4784cd78a276692e8581fd29481a41ac0b944
parenta06d38a74e865a0373a7314aad26b25c27ef8c57
pipebuffer: New callback to flush all temporary-held buffers.

Used mostly to aid debugging memory issues or to clean up resources when
the drivers are long lived.
src/gallium/auxiliary/pipebuffer/pb_buffer_malloc.c
src/gallium/auxiliary/pipebuffer/pb_bufmgr.h
src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c
src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c
src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c
src/gallium/auxiliary/pipebuffer/pb_bufmgr_fenced.c
src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c
src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c
src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c