panfrost: Fix sRGB clear colour packing
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Thu, 9 Jul 2020 19:21:32 +0000 (15:21 -0400)
committerMarge Bot <eric+marge@anholt.net>
Thu, 16 Jul 2020 19:59:43 +0000 (19:59 +0000)
commit6ffebfbff8a6bc8b4ec14946037378c45136223b
treeb9136e5bff10764707f3473a8f1ef8ab982d9bfb
parent721b5c6eef64ab968373cb977503c63c2c6f2d01
panfrost: Fix sRGB clear colour packing

It should be sRGB transformed first, which the generic path handles but
the RGBA8 special path does not.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5858>
.gitlab-ci/deqp-panfrost-t860-fails.txt
src/gallium/drivers/panfrost/pan_job.c