Mesa (master): pan/midgard: Remove old comment

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jan 2 23:03:49 UTC 2020


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

Author: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Date:   Thu Jan  2 12:28:41 2020 -0500

pan/midgard: Remove old comment

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>

---

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

diff --git a/src/panfrost/midgard/midgard_compile.c b/src/panfrost/midgard/midgard_compile.c
index 24765f3da2a..19da6f44f40 100644
--- a/src/panfrost/midgard/midgard_compile.c
+++ b/src/panfrost/midgard/midgard_compile.c
@@ -1547,7 +1547,6 @@ emit_intrinsic(compiler_context *ctx, nir_intrinsic_instr *instr)
                 reg = nir_src_index(ctx, &instr->src[0]);
 
                 if (ctx->stage == MESA_SHADER_FRAGMENT) {
-                        /* Determine number of render targets */
                         emit_fragment_store(ctx, reg, offset);
                 } else if (ctx->stage == MESA_SHADER_VERTEX) {
                         /* We should have been vectorized, though we don't




More information about the mesa-commit mailing list