Mesa (master): freedreno/a6xx: Enable FMT6_10_10_10_2_UNORM blitting

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jul 14 06:27:38 UTC 2020


Module: Mesa
Branch: master
Commit: 77d4aa76876ec64eb500e0eefab8f4c6c9ca6d05
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=77d4aa76876ec64eb500e0eefab8f4c6c9ca6d05

Author: Kristian H. Kristensen <hoegsberg at google.com>
Date:   Fri Jul  3 14:34:28 2020 -0700

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>

---

 src/gallium/drivers/freedreno/a6xx/fd6_blitter.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/gallium/drivers/freedreno/a6xx/fd6_blitter.c b/src/gallium/drivers/freedreno/a6xx/fd6_blitter.c
index 8da308556d6..11654bd1ba9 100644
--- a/src/gallium/drivers/freedreno/a6xx/fd6_blitter.c
+++ b/src/gallium/drivers/freedreno/a6xx/fd6_blitter.c
@@ -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;
 }
 



More information about the mesa-commit mailing list