From 2e9ac9278c279cae1cb038f9da956f8815a65ade Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Fri, 6 Jan 2023 23:13:07 -0500 Subject: [PATCH] agx: Remove obsolete comment Signed-off-by: Alyssa Rosenzweig Part-of: --- src/gallium/drivers/asahi/agx_pipe.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gallium/drivers/asahi/agx_pipe.c b/src/gallium/drivers/asahi/agx_pipe.c index c13247d258e..b0d05c08500 100644 --- a/src/gallium/drivers/asahi/agx_pipe.c +++ b/src/gallium/drivers/asahi/agx_pipe.c @@ -1103,8 +1103,6 @@ agx_create_context(struct pipe_screen *screen, void *priv, unsigned flags) ctx->writer = _mesa_pointer_hash_table_create(ctx); - /* Upload fixed shaders (TODO: compile them?) */ - pctx->stream_uploader = u_upload_create_default(pctx); if (!pctx->stream_uploader) { FREE(pctx);