diff options
-rw-r--r-- | src/mesa/state_tracker/st_context.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c index f4ad6d8ad16..63213096484 100644 --- a/src/mesa/state_tracker/st_context.c +++ b/src/mesa/state_tracker/st_context.c @@ -538,6 +538,9 @@ struct st_context *st_create_context(gl_api api, struct pipe_context *pipe, return NULL; } + if (pipe->screen->get_disk_shader_cache) + ctx->Cache = pipe->screen->get_disk_shader_cache(pipe->screen); + st_init_driver_flags(&ctx->DriverFlags); /* XXX: need a capability bit in gallium to query if the pipe |