[Bug 107892] [Debug mesa only]. crash happens when blit framebuffer

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Oct 29 16:32:15 UTC 2018


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

--- Comment #19 from vadym <vadym.shovkoplias at globallogic.com> ---
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;

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20181029/7fcdd752/attachment.html>


More information about the intel-3d-bugs mailing list