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:
committed by
Marge Bot
parent
1a58596258
commit
77d4aa7687
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user