[Bug 107728] Wrong background in Sascha Willem's Multisampling Demo

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jan 4 23:59:12 UTC 2019


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

Jason Ekstrand <jason at jlekstrand.net> changed:

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

--- Comment #7 from Jason Ekstrand <jason at jlekstrand.net> ---
This is fixed by the following commit now in master:

commit 19c608fe43ae7e1578920326690a361ff1be9d88 (HEAD -> master, public/master)
Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Fri Jan 4 11:32:40 2019 -0600

    intel/blorp: Be more conservative about copying clear colors

    In 92eb5bbc68d7324 we attempted to avoid copying clear colors whenever
    we weren't doing a resolve.  However, this broke MSAA resolves because
    we need the clear color in the source.  This patch makes blorp much more
    conservative such that it only avoids the clear color copy if either
    aux_usage == NONE or it's explicitly doing a fast-clear.

    Fixes: 92eb5bbc68d7 "intel/blorp: Only copy clear color when doing..."
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107728
    Reviewed-by: Rafael Antognolli <rafael.antognolli at intel.com>

Sorry it took so long. :-(

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


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