vmw/wgl: Update for pipebuffer changes.
This is a minimum change to keep things building and running minimally -- it might cause applications to fail to allocate buffers due to out of GMR memory. A proper update will be commited later.
This commit is contained in:
@@ -60,7 +60,9 @@ vmw_pools_init(struct vmw_winsys_screen *vws)
|
||||
|
||||
vws->pools.gmr_fenced = fenced_bufmgr_create(
|
||||
vws->pools.gmr_mm,
|
||||
vmw_fence_ops_create(vws));
|
||||
vmw_fence_ops_create(vws),
|
||||
0,
|
||||
0);
|
||||
|
||||
#ifdef DEBUG
|
||||
vws->pools.gmr_fenced = pb_debug_manager_create(vws->pools.gmr_fenced,
|
||||
|
||||
Reference in New Issue
Block a user