[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
Sat Jun 14 22:32:24 PDT 2014


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

--- Comment #13 from Chris Wilson <chris at chris-wilson.co.uk> ---
Ok, can you try

diff --git a/src/sna/sna_dri2.c b/src/sna/sna_dri2.c
index efc790f..3d3c50d 100644
--- a/src/sna/sna_dri2.c
+++ b/src/sna/sna_dri2.c
@@ -1485,6 +1485,8 @@ can_xchg(struct sna * sna,
        WindowPtr win = (WindowPtr)draw;
        PixmapPtr pixmap;

+       return false;
+
        if (draw->type == DRAWABLE_PIXMAP)
                return false;

to see if it using xchg swaps or if it is a side-effect of that patch on the
regular code that broke Mathematica?

-- 
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/c5ce6572/attachment.html>


More information about the intel-gfx-bugs mailing list