commit | c4c8c8e8fbd30968a43159cee0add48449f27a3b | [log] [tgz] |
---|---|---|
author | Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> | Thu Aug 06 10:31:28 2020 -0400 |
committer | Tomeu Vizoso <tomeu.vizoso@collabora.com> | Thu Aug 13 08:55:16 2020 +0200 |
tree | 2a1cfab6d5c11b0108f91dd61a2f278dd0b4d704 | |
parent | 6afd4addefa111c112b82a88824db7af61003407 [diff] |
panfrost: Don't mask coverage mask to 4-bits While it is correct for MSAA 4x, it will break for MSAA 8x and 16x, and it is only dubiously correct for no-MSAA. Drop the mask. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6195>