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);