[Mesa-dev] [Bug 94168] Incorrect rendering when running Populous 3 on wine using DDraw->WineD3D->OpenGL wrapper [apitrace]
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun May 1 09:56:54 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=94168
--- Comment #9 from Marek Olšák <maraeo at gmail.com> ---
This hack fixes the bug:
diff --git a/src/mesa/state_tracker/st_manager.c
b/src/mesa/state_tracker/st_manager.c
index a983d64..806ca60 100644
--- a/src/mesa/state_tracker/st_manager.c
+++ b/src/mesa/state_tracker/st_manager.c
@@ -194,8 +194,6 @@ st_framebuffer_validate(struct st_framebuffer *stfb,
return;
new_stamp = p_atomic_read(&stfb->iface->stamp);
- if (stfb->iface_stamp == new_stamp)
- return;
/* validate the fb */
do {
These stamps are like black magic to me.
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160501/d074a3c2/attachment.html>
More information about the mesa-dev
mailing list