[Mesa-dev] [Bug 90264] [Regression, bisected] Tooltip corruption in Chrome
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Jul 29 10:38:10 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=90264
Heiko <lil_tux at web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lil_tux at web.de
--- Comment #40 from Heiko <lil_tux at web.de> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150729/3d03b842/attachment.html>
More information about the mesa-dev
mailing list