diff options
author | Marek Olšák <[email protected]> | 2012-09-12 23:14:57 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-09-30 18:57:56 +0200 |
commit | 59dfe0af604e13445b3cc7d267d6f9f1e4ea0411 (patch) | |
tree | a85826bbb90b90d33e07521b9f78bf96bc675454 /src/gallium/auxiliary/util/u_blitter.h | |
parent | 9cc257ad401feaf5bb94ad8d063523ea98b9d44a (diff) |
gallium/u_blitter: facilitate co-existence with the Draw module
Tested-by: Michel Dänzer <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/util/u_blitter.h')
-rw-r--r-- | src/gallium/auxiliary/util/u_blitter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_blitter.h b/src/gallium/auxiliary/util/u_blitter.h index 680407381a6..d458f692702 100644 --- a/src/gallium/auxiliary/util/u_blitter.h +++ b/src/gallium/auxiliary/util/u_blitter.h @@ -120,6 +120,8 @@ struct blitter_context *util_blitter_create(struct pipe_context *pipe); */ void util_blitter_destroy(struct blitter_context *blitter); +void util_blitter_cache_all_shaders(struct blitter_context *blitter); + /** * Return the pipe context associated with a blitter context. */ |