freedreno/a6xx: Enable FMT6_10_10_10_2_UNORM blitting

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>
This commit is contained in:
Kristian H. Kristensen 2020-07-03 14:34:28 -07:00 committed by Marge Bot
parent 1a58596258
commit 77d4aa7687
1 changed files with 0 additions and 3 deletions

View 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;
}