pipebuffer: Implement proper buffer validation.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 24 Nov 2008 04:59:06 +0000 (13:59 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 24 Nov 2008 04:59:06 +0000 (13:59 +0900)
commita6d866f72c88d48d2bcfb3e3c882fdb639b5a8ce
tree200cb8e07bf58d0dd8e220ba6b5af0b074804b15
parentd600c805c08288757185ce3af24b5f0a866bb0b2
pipebuffer: Implement proper buffer validation.
14 files changed:
src/gallium/auxiliary/pipebuffer/pb_buffer.h
src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.h
src/gallium/auxiliary/pipebuffer/pb_buffer_malloc.c
src/gallium/auxiliary/pipebuffer/pb_bufmgr.h
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
src/gallium/auxiliary/pipebuffer/pb_validate.c
src/gallium/auxiliary/pipebuffer/pb_validate.h
src/gallium/auxiliary/pipebuffer/pb_winsys.c