mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
Revert "llvmpipe: Always return some fence in flush (v2)"
This reverts commit f6a6da8131.
With this commit we see massive amounts of asserts triggering
in lp_fence_wait(), assert(f->issued), for instance with libgl_xlib
state tracker and piglit. Not entirely sure if the assert could
just be removed.
This commit is contained in:
parent
e986c1ca1d
commit
0c226d40ef
1 changed files with 0 additions and 2 deletions
|
|
@ -361,8 +361,6 @@ lp_setup_flush( struct lp_setup_context *setup,
|
|||
|
||||
if (fence) {
|
||||
lp_fence_reference((struct lp_fence **)fence, setup->last_fence);
|
||||
if (!*fence)
|
||||
*fence = (struct pipe_fence_handle *)lp_fence_create(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue