gallium/util: use uint sampler for stencil-reads
[mesa.git] / src / gallium / auxiliary / util / u_live_shader_cache.h
index 5d8cfc1bafc26aed615515efe164ddda9e7eb436..b6e6e32c76ea629d5ffd2c784cfc40281583c1e1 100644 (file)
@@ -80,7 +80,8 @@ util_live_shader_cache_deinit(struct util_live_shader_cache *cache);
 void *
 util_live_shader_cache_get(struct pipe_context *ctx,
                            struct util_live_shader_cache *cache,
-                           const struct pipe_shader_state *state);
+                           const struct pipe_shader_state *state,
+                           bool* cache_hit);
 
 void
 util_shader_reference(struct pipe_context *ctx,