[Mesa-dev] [PATCH 5/5] panfrost: Elucidate texture op scheduling comment

Alyssa Rosenzweig alyssa at rosenzweig.io
Sat Feb 9 01:25:41 UTC 2019


Signed-off-by: Alyssa Rosenzweig <alyssa at rosenzweig.io>
---
 src/gallium/drivers/panfrost/midgard/midgard_compile.c | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/src/gallium/drivers/panfrost/midgard/midgard_compile.c b/src/gallium/drivers/panfrost/midgard/midgard_compile.c
index 07e35132786..541f0f609ef 100644
--- a/src/gallium/drivers/panfrost/midgard/midgard_compile.c
+++ b/src/gallium/drivers/panfrost/midgard/midgard_compile.c
@@ -2346,15 +2346,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;
         }
 
-- 
2.20.1



More information about the mesa-dev mailing list