broadcom/vc5: Stop trying to swizzle around RGBA4 clear color.
authorEric Anholt <eric@anholt.net>
Wed, 28 Mar 2018 04:52:35 +0000 (21:52 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 29 Mar 2018 00:48:41 +0000 (17:48 -0700)
commit123ee3762722e2703459cc9b966b8cbf64a63769
treea317faa43068f00cb70b979cbf8dd1f2864af4bc
parent2f4c4e10c268a8b9a013b422d85439c5933d8075
broadcom/vc5: Stop trying to swizzle around RGBA4 clear color.

We always want A in the A slot in the tile buffer, and any other swapping
should happen elsewhere.

Fixes RGBA4-using cases in fbo-clear-formats and
GTF-GLES3.gtf.GL3Tests.color_buffer_float.color_buffer_float_clamp_fixed.
src/gallium/drivers/vc5/vc5_draw.c