diff options
author | José Fonseca <[email protected]> | 2008-05-08 15:28:42 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-05-08 15:29:20 +0900 |
commit | 82dd0225e7e21a35ca66d439dce8cfa39d782470 (patch) | |
tree | 400674f1a10fb5a6442c73be339d834800e66928 /src/gallium/auxiliary/pipebuffer/SConscript | |
parent | 665b327a47ce80d136e91cfafedbc165227ea168 (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/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/SConscript b/src/gallium/auxiliary/pipebuffer/SConscript index 604a217982e..9db0c0eae3b 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', ]) |