diff options
author | Eric Anholt <[email protected]> | 2019-04-19 15:19:58 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2019-04-23 10:36:07 -0700 |
commit | ec686a66dbf2180631564a3877884b1e4d0c8ea4 (patch) | |
tree | 07248992653d0a1ac1b5dfd820b1888f2dc80acf /src/gallium/auxiliary/pipebuffer/pb_bufmgr.h | |
parent | 6345dfc8f3291f5b0a1988d8e90b397a8d2a8ab4 (diff) |
gallium: Remove the malloc pipebuffer manager.
This has been unused since r600 stopped using it in 2010.
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.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h b/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h index 78e0007adcd..1bd7295081f 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h +++ b/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h @@ -86,15 +86,6 @@ struct pb_manager struct pb_buffer *buf ); }; - -/** - * Malloc buffer provider. - * - * Simple wrapper around pb_malloc_buffer_create for convenience. - */ -struct pb_manager * -pb_malloc_bufmgr_create(void); - /** * Static sub-allocator based the old memory manager. * |