summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/Makefile.sources
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-12-09 17:33:28 +0100
committerMarek Olšák <[email protected]>2012-12-12 13:12:24 +0100
commitcc2d908572d0ed97171e37e446372ab039ed5422 (patch)
tree5189fc00ae4cf30741d659869b62a840dd4f9b74 /src/gallium/auxiliary/Makefile.sources
parent2478fcd87c4361ce288b042cc922373ef40b113c (diff)
gallium/util: add a simple allocator for suballocating from a large buffer
Tested-by: Aaron Watry <[email protected]> Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r--src/gallium/auxiliary/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources
index 724178535e8..e54e9201cba 100644
--- a/src/gallium/auxiliary/Makefile.sources
+++ b/src/gallium/auxiliary/Makefile.sources
@@ -130,6 +130,7 @@ C_SOURCES := \
util/u_slab.c \
util/u_snprintf.c \
util/u_staging.c \
+ util/u_suballoc.c \
util/u_surface.c \
util/u_surfaces.c \
util/u_texture.c \