summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/pipebuffer/SConscript
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-04-13 14:10:46 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-04-13 15:10:17 +0900
commit21c302b0ec39480a7eaab7827cce5b609d196606 (patch)
tree96f89d54fa264ab94babe042f5041b8e008de446 /src/gallium/auxiliary/pipebuffer/SConscript
parentcd5931240688cb8bd12834e3ba23f858f26dbf8c (diff)
gallium: Initial port of Thomas slab suballocator to pipebuffer.
Not tested yet -- just compiles. This includes only the slab algorithm. Fencing is already implemented in pb_bufmgr_fence and time-based caching will be commited in a separate module shortly.
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 3d41fd84a6..14c3c77e37 100644
--- a/src/gallium/auxiliary/pipebuffer/SConscript
+++ b/src/gallium/auxiliary/pipebuffer/SConscript
@@ -8,6 +8,7 @@ pipebuffer = env.ConvenienceLibrary(
'pb_bufmgr_fenced.c',
'pb_bufmgr_mm.c',
'pb_bufmgr_pool.c',
+ 'pb_bufmgr_slab.c',
'pb_winsys.c',
])