mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
i915: Fixed weird fence leak when I915_VBUF=true
This commit is contained in:
parent
f2ee51e7d9
commit
6b4798b906
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ intelDisplaySurface(__DRIdrawablePrivate *dPriv,
|
|||
}
|
||||
|
||||
if (intel->last_swap_fence) {
|
||||
driFenceFinish(intel->last_swap_fence, DRM_FENCE_TYPE_EXE, TRUE);
|
||||
driFenceFinish(intel->last_swap_fence, driFenceType(intel->last_swap_fence), GL_FALSE);
|
||||
driFenceUnReference(&intel->last_swap_fence);
|
||||
intel->last_swap_fence = NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue