aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/meson.build
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2019-04-19 15:10:30 -0700
committerEric Anholt <[email protected]>2019-04-23 10:36:07 -0700
commit6345dfc8f3291f5b0a1988d8e90b397a8d2a8ab4 (patch)
tree0ca0bb93055e37953d468aaf77cb831ff2148a97 /src/gallium/auxiliary/meson.build
parent8e31a4f27ff51750535fae77900117eba94038c4 (diff)
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 <[email protected]> Reviewed-by: Jose Fonseca <[email protected]> Reviewed-by: Kristian Høgsberg <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/meson.build')
-rw-r--r--src/gallium/auxiliary/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/meson.build b/src/gallium/auxiliary/meson.build
index 218c0f6fc51..ed0279abb98 100644
--- a/src/gallium/auxiliary/meson.build
+++ b/src/gallium/auxiliary/meson.build
@@ -130,7 +130,6 @@ files_libgallium = files(
'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',