[Mesa-dev] [Bug 90264] [Regression, bisected] Tooltip corruption in Chrome

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Sep 13 16:04:05 PDT 2015


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

--- Comment #50 from Furkan <falaca at gmail.com> ---
It was brought to my attention on IRC that the proposed patch only fixes the
issue with DRI2, but not DRI3. I tried applying the same fix to dri3_glx.c, but
it doesn't seem to have any effect. Any ideas why? Or does it work for anybody
else?

diff --git a/src/glx/dri3_glx.c b/src/glx/dri3_glx.c
index 96f13e6..4676166 100644
--- a/src/glx/dri3_glx.c
+++ b/src/glx/dri3_glx.c
@@ -723,6 +723,9 @@ dri3_wait_x(struct glx_context *gc)
    struct dri3_screen *psc;
    struct dri3_buffer *front;

+   if (gc->currentDpy != NULL)
+      XSync(gc->currentDpy, False);
+
    if (priv == NULL || !priv->have_fake_front)
       return;

-- 
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/20150913/833aa22a/attachment-0001.html>


More information about the mesa-dev mailing list