ttn: Add new allow_disk_cache parameter
For now this parameter doesn't do anything. It means the implementation is allowed to use a cache on disk. Signed-off-by: Axel Davy <davyaxel0@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4993>
This commit is contained in:
@@ -2466,7 +2466,7 @@ vc4_shader_state_create(struct pipe_context *pctx,
|
||||
tgsi_dump(cso->tokens, 0);
|
||||
fprintf(stderr, "\n");
|
||||
}
|
||||
s = tgsi_to_nir(cso->tokens, pctx->screen);
|
||||
s = tgsi_to_nir(cso->tokens, pctx->screen, false);
|
||||
}
|
||||
|
||||
if (s->info.stage == MESA_SHADER_VERTEX)
|
||||
|
Reference in New Issue
Block a user