diff options
author | José Fonseca <[email protected]> | 2008-04-24 01:59:57 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-04-24 02:13:41 +0900 |
commit | a75a3df851339c782e045e01c2b21ffadb1e09f5 (patch) | |
tree | 1a845631a907fc0ba00b82d64ae84c9a31d0a3de /src/gallium/auxiliary/pipebuffer/pb_bufmgr.h | |
parent | 53cf833af9776d47bd4c14906784aa8f2027dc4b (diff) |
pipebuffer: New function to flush the buffer cache.
Diffstat (limited to 'src/gallium/auxiliary/pipebuffer/pb_bufmgr.h')
-rw-r--r-- | src/gallium/auxiliary/pipebuffer/pb_bufmgr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h b/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h index 96f9af3825f..8de286e3f94 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h +++ b/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h @@ -144,6 +144,9 @@ struct pb_manager * pb_cache_manager_create(struct pb_manager *provider, unsigned usecs); +void +pb_cache_flush(struct pb_manager *mgr); + /** * Fenced buffer manager. |