<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [Debug mesa only]. crash happens when blit framebuffer"
href="https://bugs.freedesktop.org/show_bug.cgi?id=107892#c19">Comment # 19</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [Debug mesa only]. crash happens when blit framebuffer"
href="https://bugs.freedesktop.org/show_bug.cgi?id=107892">bug 107892</a>
from <span class="vcard"><a class="email" href="mailto:vadym.shovkoplias@globallogic.com" title="vadym <vadym.shovkoplias@globallogic.com>"> <span class="fn">vadym</span></a>
</span></b>
<pre>Hi Jason,
Looks like there is an issue with the float comparison. It works perfectly fine
for me if it is compared with some precision:
if( (fabsf(*dstX1 - *dstX0) < 1e-8F) || (fabsf(*dstY1 - *dstY0) < 1e-8F) ) {
return true;</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>