summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-04-24 01:59:57 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-04-24 02:13:41 +0900
commita75a3df851339c782e045e01c2b21ffadb1e09f5 (patch)
tree1a845631a907fc0ba00b82d64ae84c9a31d0a3de /src/gallium/auxiliary/pipebuffer/pb_bufmgr.h
parent53cf833af9776d47bd4c14906784aa8f2027dc4b (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.h3
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 96f9af3825..8de286e3f9 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.