aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h
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/pipebuffer/pb_bufmgr.h
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/pipebuffer/pb_bufmgr.h')
-rw-r--r--src/gallium/auxiliary/pipebuffer/pb_bufmgr.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h b/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h
index 45a1aa84f7d..78e0007adcd 100644
--- a/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h
+++ b/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h
@@ -172,11 +172,6 @@ fenced_bufmgr_create(struct pb_manager *provider,
pb_size max_buffer_size,
pb_size max_cpu_total_size);
-
-struct pb_manager *
-pb_alt_manager_create(struct pb_manager *provider1,
- struct pb_manager *provider2);
-
/**
* Debug buffer manager to detect buffer under- and overflows.
*