<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:bugs@linkmauve.fr" title="Link Mauve <bugs@linkmauve.fr>"> <span class="fn">Link Mauve</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Weston crashes when running an OpenGL program on i965"
href="https://bugs.freedesktop.org/show_bug.cgi?id=101982">bug 101982</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Weston crashes when running an OpenGL program on i965"
href="https://bugs.freedesktop.org/show_bug.cgi?id=101982#c10">Comment # 10</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Weston crashes when running an OpenGL program on i965"
href="https://bugs.freedesktop.org/show_bug.cgi?id=101982">bug 101982</a>
from <span class="vcard"><a class="email" href="mailto:bugs@linkmauve.fr" title="Link Mauve <bugs@linkmauve.fr>"> <span class="fn">Link Mauve</span></a>
</span></b>
<pre>It doesn’t happen anymore on master, as of
fe2f5cfdc7439cbe481d4bea393b46395967a8a3.
The main difference is that programs were using the I915_FORMAT_MOD_X_TILED
modifier with create_immed, which was failing (and still is) on my HD4000 for
some reason. Now Mesa is using both I915_FORMAT_MOD_Y_TILED (which works fine
here) and doesn’t crash the compositor anymore on an unsupported modifier.
As an aside, when I revert 85ef0215dd3fac2d2a141018467361cff92f4bab I still get
a crash of the compositor, so this glvnd change was indeed needed (this was
asked by Emil).</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>