diff options
author | José Fonseca <[email protected]> | 2008-04-13 14:10:46 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-04-13 15:10:17 +0900 |
commit | 21c302b0ec39480a7eaab7827cce5b609d196606 (patch) | |
tree | 96f89d54fa264ab94babe042f5041b8e008de446 /src/gallium/auxiliary/pipebuffer/Makefile | |
parent | cd5931240688cb8bd12834e3ba23f858f26dbf8c (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/Makefile')
-rw-r--r-- | src/gallium/auxiliary/pipebuffer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/Makefile b/src/gallium/auxiliary/pipebuffer/Makefile index a9fa518c674..0770cad45a1 100644 --- a/src/gallium/auxiliary/pipebuffer/Makefile +++ b/src/gallium/auxiliary/pipebuffer/Makefile @@ -9,6 +9,7 @@ C_SOURCES = \ pb_bufmgr_fenced.c \ pb_bufmgr_mm.c \ pb_bufmgr_pool.c \ + pb_bufmgr_slab.c \ pb_winsys.c include ../../Makefile.template |