[Bug 93358] [HSW] Unreal Elemental demo - assertion error in copy_image_with_blitter

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jan 7 21:37:38 PST 2016


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

--- Comment #2 from Jason Ekstrand <jason at jlekstrand.net> ---
(In reply to Ilia Mirkin from comment #1)
> I wonder if this is related to my ARB_copy_image fix:
> 
> commit 912babba7bf1abd3caa49f6372d581ae1afe7e84
> Author: Ilia Mirkin <imirkin at alum.mit.edu>
> Date:   Sun Nov 8 04:46:38 2015 -0500
> 
>     mesa/copyimage: allow width/height to not be multiples of block

Quite possibly.  Mind actually bisecting (or just checking either side of that
commit) or are you going to make us do it? :-)

Looking at that assert, we probably just need to remove the width and height
asserts and use DIV_ROUND_UP instead of regular divide.

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


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