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

Heiko <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #40 from Heiko <[email protected]> ---
Created attachment 117445
  --> https://bugs.freedesktop.org/attachment.cgi?id=117445&action=edit
A naïve synchronization within dri2_wait_x.

Seems to workaround the issue.

Note, that Firefox also encountered issues with the X/GL synchronization [1].
They went to use XSync directly.

Additionally, could one extend 95073a2d with something like
-   if (ctx->Driver.Viewport) {
+   if (ctx->Driver.Viewport && (ctx->NewState & _NEW_VIEWPORT)) {
? At least doesn't blow up my machine...


[1] https://bugzilla.mozilla.org/show_bug.cgi?id=687831

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to