mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
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:
parent
90dea84ef6
commit
2e9ac9278c
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue