panfrost: Elucidate texture op scheduling comment
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Sat, 9 Feb 2019 01:14:34 +0000 (01:14 +0000)
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>
Sun, 10 Feb 2019 00:51:57 +0000 (00:51 +0000)
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
src/gallium/drivers/panfrost/midgard/midgard_compile.c

index 2dc5555548ed56c47b3dca80c190c4bdc0c8b228..6b6a405d963312d83731f4a8166a9bcb0c76c222 100644 (file)
@@ -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;
         }