[Mesa-dev] [Bug 90264] [Regression, bisected] Tooltip corruption in Chrome
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Aug 7 08:04:07 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=90264
--- Comment #45 from Chris Wilson <chris at chris-wilson.co.uk> ---
Alternatively,
diff --git a/src/glx/dri2_glx.c b/src/glx/dri2_glx.c
index 5767026..01b5c28 100644
--- a/src/glx/dri2_glx.c
+++ b/src/glx/dri2_glx.c
@@ -656,6 +656,8 @@ dri2_wait_x(struct glx_context *gc)
struct dri2_drawable *priv = (struct dri2_drawable *)
GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable);
+ dri2InvalidateBuffers(gc->currentDpy, gc->currentDrawable);
+
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/20150807/aaea927e/attachment.html>
More information about the mesa-dev
mailing list