diff options
| author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-07-02 12:24:19 +0900 |
|---|---|---|
| committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-07-02 12:29:07 +0900 |
| commit | d16fcd07f876fe7fb29f5f4e3df4e83ff7de3422 (patch) | |
| tree | 545b20b25de755b632c35309a1dc9c1f4a96333e /src/gallium/auxiliary/pipebuffer/SConscript | |
| parent | ea4ca10b1bec67c8a60db0e4e5581318ce9f62f9 (diff) | |
pipebuffer: Debug buffer manager to detect buffer under- and overflows.
It should detect both cpu and gpu buffer overflows.
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 e52177bc79..56a40dda0d 100644 --- a/src/gallium/auxiliary/pipebuffer/SConscript +++ b/src/gallium/auxiliary/pipebuffer/SConscript @@ -7,6 +7,7 @@ pipebuffer = env.ConvenienceLibrary( 'pb_buffer_malloc.c', 'pb_bufmgr_alt.c', 'pb_bufmgr_cache.c', + 'pb_bufmgr_debug.c', 'pb_bufmgr_fenced.c', 'pb_bufmgr_mm.c', 'pb_bufmgr_pool.c', |
