[Bug 107892] [Debug mesa only]. crash happens when blit framebuffer
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Apr 18 11:30:21 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=107892
Denis <denys.kostin at globallogic.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #20 from Denis <denys.kostin at globallogic.com> ---
hi guys. As I see, this issue was fixed by this commit:
commit 72a921e12ac1828998d2a32966e1dd0123eabfdf
Author: Sergii Romantsov <sergii.romantsov at globallogic.com>
Date: Thu Feb 28 13:35:54 2019 +0200
i965,iris/blorp: do not blit 0-sizes
Seems there is no sense in blitting 0-sized sources
or destinations.
Additionaly it may cause segfaults for i965.
v2: Function call replaced with inline check
v3: Added check to avoid devision by zero (L. Landwerlin)
v4: Added simillar check for Iris (L. Landwerlin)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110239
Signed-off-by: Sergii Romantsov <sergii.romantsov at globallogic.com>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
I tested it and test is passing now and don't crash Chromium (previous commit
crashed). So closing as fixed.
--
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/20190418/7619934c/attachment-0001.html>
More information about the intel-3d-bugs
mailing list