Signed-off-by: Alyssa Rosenzweig <[email protected]>
---
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
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev