[Bug 92066] [ILK, G45, regression] New assertion on BRW_MAX_MRF breaks ilk and g45

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Sep 21 07:47:28 PDT 2015


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

Kenneth Graunke <kenneth at whitecape.org> changed:

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

--- Comment #1 from Kenneth Graunke <kenneth at whitecape.org> ---
Fixed on master with:

commit c1070550c289d48ef389aeb8c564d1abd1123ad1
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Mon Sep 21 07:42:27 2015 -0700

    i965: Fix MRF register number assertions for compr4.

    compr4 is represented by setting the high bit on the MRF number.
    We need to mask it out before sanity checking the register number.

    Fixes ~8000 assert fails on Ironlake and G45.

    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92066
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>

I decided just to push the patch because it was a simple mistake with an
obvious fix, and I'd rather not leave every GL program on G45/ILK broken longer
than I have to :)

-- 
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/20150921/1a5c0d3a/attachment.html>


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