[Bug 79999] Mathematica 3D graphics not displayed anymore with xf86-video-intel-2.99.912-125.1.x86_64

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jun 15 13:32:47 PDT 2014


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

--- Comment #19 from Chris Wilson <chris at chris-wilson.co.uk> ---
The issue is:

diff --git a/src/sna/sna_dri2.c b/src/sna/sna_dri2.c
index a8b0db4..ba7b429 100644
--- a/src/sna/sna_dri2.c
+++ b/src/sna/sna_dri2.c
@@ -341,6 +341,8 @@ static struct kgem_bo *sna_pixmap_set_dri(struct sna *sna,
        if (priv->gpu_bo->tiling != tiling)
                sna_pixmap_change_tiling(pixmap, tiling);

+       priv->clear = false;
+       priv->cpu = false;
        return priv->gpu_bo;
 }


But I need to actually worry about this a little more.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140615/46eeb554/attachment.html>


More information about the intel-gfx-bugs mailing list