summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/pipebuffer/SConscript
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-05-08 15:28:42 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-05-08 15:29:20 +0900
commit82dd0225e7e21a35ca66d439dce8cfa39d782470 (patch)
tree400674f1a10fb5a6442c73be339d834800e66928 /src/gallium/auxiliary/pipebuffer/SConscript
parent665b327a47ce80d136e91cfafedbc165227ea168 (diff)
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.
Diffstat (limited to 'src/gallium/auxiliary/pipebuffer/SConscript')
-rw-r--r--src/gallium/auxiliary/pipebuffer/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/SConscript b/src/gallium/auxiliary/pipebuffer/SConscript
index 604a217982..9db0c0eae3 100644
--- a/src/gallium/auxiliary/pipebuffer/SConscript
+++ b/src/gallium/auxiliary/pipebuffer/SConscript
@@ -10,6 +10,7 @@ pipebuffer = env.ConvenienceLibrary(
'pb_bufmgr_mm.c',
'pb_bufmgr_pool.c',
'pb_bufmgr_slab.c',
+ 'pb_validate.c',
'pb_winsys.c',
])