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:
Roland Scheidegger 2019-01-09 17:25:52 +01:00
parent e986c1ca1d
commit 0c226d40ef

View file

@ -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);
}
}