freedreno/a6xx: Enable FMT6_10_10_10_2_UNORM blitting
authorKristian H. Kristensen <hoegsberg@google.com>
Fri, 3 Jul 2020 21:34:28 +0000 (14:34 -0700)
committerMarge Bot <eric+marge@anholt.net>
Tue, 14 Jul 2020 06:12:22 +0000 (06:12 +0000)
Now that we correctly program the _DEST version for the blit
destination and use float16 internal format, these formats work with
the blitter.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5717>

src/gallium/drivers/freedreno/a6xx/fd6_blitter.c

index 8da308556d67706ec1aa3329eea4962fe1f6cd3c..11654bd1ba9ec9dc316cae3bb8c716aa337dbd91 100644 (file)
@@ -148,9 +148,6 @@ ok_format(enum pipe_format pfmt)
        if (fmt == FMT6_NONE)
                return false;
 
-       if (fmt == FMT6_10_10_10_2_UNORM_DEST)
-               return false;
-
        return true;
 }