pipebuffer: Implement proper buffer validation.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 24 Nov 2008 04:59:06 +0000 (13:59 +0900)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 29 Jan 2009 15:19:31 +0000 (15:19 +0000)
commite06474dbae6979177629fb6187331291ff230c65
tree8a7683a01ddc17c2847717a5e41c3c588621ee31
parent86e86e6cb6efbd06289fb0cc263ab168d4f77112
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