diff options
author | Keith Whitwell <[email protected]> | 2008-12-12 12:05:30 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-12-12 12:05:30 +0000 |
commit | 9b3bce6bed36a37293cd67ed4e9a05dd6e1c9d80 (patch) | |
tree | 7df6e0b6781e0b3ab4dc30db421e43d113976f8e /src/gallium/auxiliary/pipebuffer/pb_bufmgr.h | |
parent | 71051f1f40206dd9d86d64cfdc20cc744a15f12c (diff) |
Revert "pipebuffer: Ondemand buffer manager."
This reverts commit 17849eafaacfbb2124d86f561a91b707317d3b31.
Diffstat (limited to 'src/gallium/auxiliary/pipebuffer/pb_bufmgr.h')
-rw-r--r-- | src/gallium/auxiliary/pipebuffer/pb_bufmgr.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h b/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h index 0a8264a9243..8fe2704708f 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h +++ b/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h @@ -183,20 +183,6 @@ pb_alt_manager_create(struct pb_manager *provider1, /** - * Ondemand buffer manager. - * - * Buffers are created in malloc'ed memory (fast and cached), and the constents - * is transfered to a buffer from the provider (typically in slow uncached - * memory) when there is an attempt to validate the buffer. - * - * Ideal for situations where one does not know before hand whether a given - * buffer will effectively be used by the hardware or not. - */ -struct pb_manager * -pb_ondemand_manager_create(struct pb_manager *provider); - - -/** * Debug buffer manager to detect buffer under- and overflows. * * Band size should be a multiple of the largest alignment |