projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e986c1c
)
Revert "llvmpipe: Always return some fence in flush (v2)"
author
Roland Scheidegger
<sroland@vmware.com>
Wed, 9 Jan 2019 16:25:52 +0000
(17:25 +0100)
committer
Roland Scheidegger
<sroland@vmware.com>
Wed, 9 Jan 2019 16:28:53 +0000
(17:28 +0100)
This reverts commit
f6a6da8131383d8eeee07cd59326a70f4b15866b
.
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.
src/gallium/drivers/llvmpipe/lp_setup.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_setup.c
b/src/gallium/drivers/llvmpipe/lp_setup.c
index e72e119c8a1b0aaf6bb78776ab9179f83d43bbb6..b08736947325a8e1241b63ba6f5a281cf6616f1d 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_setup.c
+++ b/
src/gallium/drivers/llvmpipe/lp_setup.c
@@
-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);
}
}