mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
i915tex: Actually wait for previous commands to complete for glFinish().
This commit is contained in:
parent
bdfd9afead
commit
a08c02f1a8
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ intelFinish(GLcontext * ctx)
|
|||
intelFlush(ctx);
|
||||
if (intel->batch->last_fence) {
|
||||
driFenceFinish(intel->batch->last_fence,
|
||||
0, GL_FALSE);
|
||||
DRM_FENCE_TYPE_EXE | DRM_I915_FENCE_TYPE_RW, GL_FALSE);
|
||||
driFenceUnReference(intel->batch->last_fence);
|
||||
intel->batch->last_fence = NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue