pipebuffer: Preliminary buffer validation.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 8 May 2008 06:28:42 +0000 (15:28 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 8 May 2008 06:29:20 +0000 (15:29 +0900)
commit82dd0225e7e21a35ca66d439dce8cfa39d782470
tree400674f1a10fb5a6442c73be339d834800e66928
parent665b327a47ce80d136e91cfafedbc165227ea168
pipebuffer: Preliminary buffer validation.

Use table to store a list of buffers to validate. Unfortunately cso_hash
shrinks/regrows the hash every time, so still has to be addressed.

Multi-thread validation is still WIP.
src/gallium/auxiliary/pipebuffer/Makefile
src/gallium/auxiliary/pipebuffer/SConscript
src/gallium/auxiliary/pipebuffer/pb_validate.c [new file with mode: 0644]
src/gallium/auxiliary/pipebuffer/pb_validate.h [new file with mode: 0644]