diff options
Diffstat (limited to 'src/gallium/winsys/svga/drm/vmw_fence.h')
-rw-r--r-- | src/gallium/winsys/svga/drm/vmw_fence.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/winsys/svga/drm/vmw_fence.h b/src/gallium/winsys/svga/drm/vmw_fence.h index 403ae266d5e..56f1a0ab05d 100644 --- a/src/gallium/winsys/svga/drm/vmw_fence.h +++ b/src/gallium/winsys/svga/drm/vmw_fence.h @@ -29,7 +29,7 @@ #include "pipe/p_compiler.h" - +#include "pipebuffer/pb_buffer_fenced.h" struct pipe_fence_handle; struct pb_fence_ops; @@ -37,7 +37,8 @@ struct vmw_winsys_screen; struct pipe_fence_handle * -vmw_fence_create(uint32_t handle, uint32_t mask); +vmw_fence_create(struct pb_fence_ops *fence_ops, + uint32_t handle, uint32_t seqno, uint32_t mask); int vmw_fence_finish(struct vmw_winsys_screen *vws, |