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:
José Fonseca 2010-01-21 15:27:26 -08:00
parent 31e49dc54e
commit e45579e50b

View file

@ -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,