<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - mesa 9.2 is causing GPU to hang on VERDE"
href="https://bugs.freedesktop.org/show_bug.cgi?id=66515#c12">Comment # 12</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - mesa 9.2 is causing GPU to hang on VERDE"
href="https://bugs.freedesktop.org/show_bug.cgi?id=66515">bug 66515</a>
from <span class="vcard"><a class="email" href="mailto:mchehab@infradead.org" title="Mauro Carvalho Chehab <mchehab@infradead.org>"> <span class="fn">Mauro Carvalho Chehab</span></a>
</span></b>
<pre>Bisecting didn't help. So, I decided to check if any changes at the configured
options changed from Fedora 18 and Fedora 19 could be affecting the issue. So,
I compiled mesa 9.2 (actually, git changeset 8edb79f1ef) with Fedora 18, and
the issue disappeared.
As reference, those are the changes at the configure that happened between F18
and F19:
--- Fedora_18 2013-08-04 14:46:45.655278805 -0300
+++ Fedora_19 2013-08-04 14:45:19.505487516 -0300
@@ -1,37 +1,40 @@
sudo ls configure
./configure \
--build=x86_64-redhat-linux-gnu \
--host=x86_64-redhat-linux-gnu \
--program-prefix= \
--disable-dependency-tracking \
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--datadir=/usr/share \
--includedir=/usr/include \
--libdir=/usr/lib64 \
--libexecdir=/usr/libexec \
--localstatedir=/var \
--sharedstatedir=/var/lib \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--enable-selinux \
---enable-pic \
--enable-osmesa \
---enable-xcb \
--with-dri-driverdir=/usr/lib64/dri \
--enable-egl \
---enable-gles1 \
+--disable-gles1 \
--enable-gles2 \
--disable-gallium-egl \
+--disable-xvmc \
+--enable-vdpau \
--with-egl-platforms=x11,drm,wayland \
--enable-shared-glapi \
--enable-gbm \
--disable-opencl \
+--enable-glx-tls \
+--enable-texture-float=yes \
--enable-gallium-llvm \
--with-llvm-shared-libs \
+--enable-dri \
--enable-xa \
---with-gallium-drivers=svga,r300,r600,radeonsi,nouveau,swrast \
+--with-gallium-drivers=svga,radeonsi,swrast,r600,r300,nouveau \
--with-dri-drivers=nouveau,radeon,r200,i915,i965</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>