[Bug 73781] [r600g] SIGFPE at ../../../../../src/gallium/drivers/r600/r600_state.c:3109

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jan 22 23:50:51 PST 2014


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

--- Comment #2 from Michel Dänzer <michel at daenzer.net> ---
(In reply to comment #0)
> Created attachment 92368 [details]

I don't see how ((0x0000ffff << 2) / pitch) can be > 0xfffffff8, so I'm afraid
this isn't a proper fix but just avoids the problem by accident.

I think a proper solution would need to set cheight to 1 if (pitch >
(0x0000ffff << 2)) and do several copies for each line.

BTW, in general it's better to submit patches directly to the mesa-dev mailing
list than to attach them in bugzilla.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140123/eb2506b7/attachment.html>


More information about the dri-devel mailing list