diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-01-02 12:28:41 -0500 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2020-01-02 15:20:55 -0500 |
commit | 5063ab6a9c2a20aea0c61d17751da5cd53ca149e (patch) | |
tree | e1ff4ebafb84852a363505ed7172a11ecd0fb464 /src/panfrost/midgard | |
parent | 5bc62af2a08c96f2e90740bbd1503d26efa2b669 (diff) |
pan/midgard: Remove old comment
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/panfrost/midgard')
-rw-r--r-- | src/panfrost/midgard/midgard_compile.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |