Mesa (main): panfrost: Don't handle nir_texop_txf_ms_mcs

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jul 23 16:25:50 UTC 2021


Module: Mesa
Branch: main
Commit: cdde108af5100a5bdbaae43a9b41862b0cc866fa
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cdde108af5100a5bdbaae43a9b41862b0cc866fa

Author: Jason Ekstrand <jason at jlekstrand.net>
Date:   Fri Jul  9 10:57:39 2021 -0500

panfrost: Don't handle nir_texop_txf_ms_mcs

It's an intel-specific opcode and will never be seen on panfrost

Reviewed-by: Alyssa Rosenzweig <alyssa at collabora.com>
Reviewed-by: Connor Abbott <cwabbott0 at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11775>

---

 src/panfrost/bifrost/bifrost_compile.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/panfrost/bifrost/bifrost_compile.c b/src/panfrost/bifrost/bifrost_compile.c
index e9ec6f7c637..858808e3d99 100644
--- a/src/panfrost/bifrost/bifrost_compile.c
+++ b/src/panfrost/bifrost/bifrost_compile.c
@@ -2457,7 +2457,6 @@ bi_tex_op(nir_texop op)
         case nir_texop_txf:
         case nir_texop_txf_ms:
         case nir_texop_txf_ms_fb:
-        case nir_texop_txf_ms_mcs:
         case nir_texop_tg4:
                 return BIFROST_TEX_OP_FETCH;
         case nir_texop_txs:



More information about the mesa-commit mailing list