Mesa (main): pan/mdg: Remove todo we'll probably never get to

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Feb 18 15:28:39 UTC 2022


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

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Fri Feb  4 18:26:00 2022 -0500

pan/mdg: Remove todo we'll probably never get to

Signed-off-by: Alyssa Rosenzweig <alyssa at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14888>

---

 src/panfrost/midgard/midgard_compile.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/panfrost/midgard/midgard_compile.c b/src/panfrost/midgard/midgard_compile.c
index 7ccc2f2c89e..d2badbcfd20 100644
--- a/src/panfrost/midgard/midgard_compile.c
+++ b/src/panfrost/midgard/midgard_compile.c
@@ -2404,9 +2404,6 @@ static void
 emit_texop_native(compiler_context *ctx, nir_tex_instr *instr,
                   unsigned midgard_texop)
 {
-        /* TODO */
-        //assert (!instr->sampler);
-
         nir_dest *dest = &instr->dest;
 
         int texture_index = instr->texture_index;



More information about the mesa-commit mailing list