mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
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:
parent
31e49dc54e
commit
e45579e50b
1 changed files with 3 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue