diff options
Diffstat (limited to 'src/gallium/auxiliary/pipebuffer/pb_bufmgr.h')
-rw-r--r-- | src/gallium/auxiliary/pipebuffer/pb_bufmgr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h b/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h index fe4c8c20071..3044ec881fd 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h +++ b/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h @@ -162,7 +162,8 @@ pb_slab_range_manager_create(struct pb_manager *provider, struct pb_manager * pb_cache_manager_create(struct pb_manager *provider, unsigned usecs, - unsigned size_factor); + unsigned size_factor, + unsigned bypass_usage); struct pb_fence_ops; |