[Bug 84539] brw_fs_register_coalesce.cpp:183: bool fs_visitor::register_coalesce(): Assertion `src_size <= 11' failed.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Oct 27 10:12:12 PDT 2014


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

Matt Turner <mattst88 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Matt Turner <mattst88 at gmail.com> ---
commit 50d0e2e118fb3e42dc83c83de34da3eac0a0d8a1
Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Wed Oct 1 10:54:59 2014 -0700

    i965/fs: Add a MAX_GRF_SIZE define and use it various places

    Previously, we had a MAX_SAMPLER_MESSAGE_SIZE which we used instead.
    However, some FB write messages can validly be longer than this so we need
    something different.  Since MAX_SAMPLER_MESSAGE_SIZE is validly useful on
    its own, we leave it alone and add a new MAX_GRF_SIZE that's big enough for
    FB writes.

    Signed-off-by: Jason Ekstrand <jason.ekstrand at intel.com>
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=84539
    Reviewed-by: Matt Turner <mattst88 at gmail.com>

-- 
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/20141027/9ae99390/attachment.html>


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