[Mesa-stable] [Mesa-dev] [PATCH 1/2] radv: Fix SRGB compute copies.
Dave Airlie
airlied at gmail.com
Sun May 20 23:47:52 UTC 2018
On 21 May 2018 at 09:34, Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl> wrote:
> SRGB stores are broken. We had compensation code in the
> resolve path but none in the copy path. Since we don't
> want any conversion and it does not matter for DCC,
> just make everything UNORM instead.
>
> This happened to cause wrong colors for the PRIME path, as
> that uses image->buffer copies which always use the compute
> path.
>
> CC: 18.0 18.1 <mesa-stable at lists.freedesktop.org>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106587
for both,
Reviewed-by: Dave Airlie <airlied at redhat.com>
Dave.
More information about the mesa-stable
mailing list