agx: Remove obsolete comment

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20559>
This commit is contained in:
Alyssa Rosenzweig 2023-01-06 23:13:07 -05:00 committed by Marge Bot
parent 90dea84ef6
commit 2e9ac9278c

View file

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