summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2019-04-19 15:10:30 -0700
committerEric Anholt <eric@anholt.net>2019-04-23 10:36:07 -0700
commit6345dfc8f3291f5b0a1988d8e90b397a8d2a8ab4 (patch)
tree0ca0bb93055e37953d468aaf77cb831ff2148a97 /src/gallium/auxiliary/Makefile.sources
parent8e31a4f27ff51750535fae77900117eba94038c4 (diff)
downloadmesa-6345dfc8f3291f5b0a1988d8e90b397a8d2a8ab4.tar.gz
gallium: Remove the "alt" pipebuffer manager interface.
This one would allocate from two underlying pools, but has never been used. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Jose Fonseca <jfonseca@vmware.com> Reviewed-by: Kristian Høgsberg <hoegsberg@gmail.com>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r--src/gallium/auxiliary/Makefile.sources1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources
index 634ba678fc7..b4705683c48 100644
--- a/src/gallium/auxiliary/Makefile.sources
+++ b/src/gallium/auxiliary/Makefile.sources
@@ -110,7 +110,6 @@ C_SOURCES := \
pipebuffer/pb_buffer_fenced.h \
pipebuffer/pb_buffer.h \
pipebuffer/pb_buffer_malloc.c \
- pipebuffer/pb_bufmgr_alt.c \
pipebuffer/pb_bufmgr_cache.c \
pipebuffer/pb_bufmgr_debug.c \
pipebuffer/pb_bufmgr.h \