https://bugs.freedesktop.org/show_bug.cgi?id=94168

--- Comment #9 from Marek Olšák <mar...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to