From: Alyssa Rosenzweig Date: Sat, 9 Feb 2019 01:14:34 +0000 (+0000) Subject: panfrost: Elucidate texture op scheduling comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=245879725655d47a2e4cbf3434a9842f917fc586;p=mesa.git panfrost: Elucidate texture op scheduling comment Signed-off-by: Alyssa Rosenzweig --- diff --git a/src/gallium/drivers/panfrost/midgard/midgard_compile.c b/src/gallium/drivers/panfrost/midgard/midgard_compile.c index 2dc5555548e..6b6a405d963 100644 --- a/src/gallium/drivers/panfrost/midgard/midgard_compile.c +++ b/src/gallium/drivers/panfrost/midgard/midgard_compile.c @@ -2335,15 +2335,8 @@ schedule_bundle(compiler_context *ctx, midgard_block *block, midgard_instruction break; } -#if 0 - - case TAG_TEXTURE_4: - /* TODO: Schedule texture ops */ - break; -#endif - default: - /* XXX: What happens with textures? */ + /* Texture ops default to single-op-per-bundle scheduling */ break; }