<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - assertion failure in update_framebuffer_size"
href="https://bugs.freedesktop.org/show_bug.cgi?id=102038#c10">Comment # 10</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - assertion failure in update_framebuffer_size"
href="https://bugs.freedesktop.org/show_bug.cgi?id=102038">bug 102038</a>
from <span class="vcard"><a class="email" href="mailto:bruce.cherniak@intel.com" title="Bruce Cherniak <bruce.cherniak@intel.com>"> <span class="fn">Bruce Cherniak</span></a>
</span></b>
<pre>For llvmpipe, this fails in the same way as before. Unless
llvmpipe_is_format_supported is changed in the same way that you modified
svga_is_format_supported:
- if (sample_count > 1)
+ if (sample_count > 0)
However, this is the change that Roland has issue with.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>