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/Makefile.sources | |
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/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index b4705683c48..ae0c8f39e27 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -109,7 +109,6 @@ C_SOURCES := \ pipebuffer/pb_buffer_fenced.c \ pipebuffer/pb_buffer_fenced.h \ pipebuffer/pb_buffer.h \ - pipebuffer/pb_buffer_malloc.c \ pipebuffer/pb_bufmgr_cache.c \ pipebuffer/pb_bufmgr_debug.c \ pipebuffer/pb_bufmgr.h \ |