diff options
author | Christian König <[email protected]> | 2011-04-27 15:28:13 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2011-04-27 15:28:13 +0200 |
commit | 221e1b7ababe67efe80f38f8ab2236be5cacfddf (patch) | |
tree | 36835243a1cb6b0bc302c36a4209d1e74cc724a3 /src/gallium/include | |
parent | 0d53cb2e83cafb7007068192674a8b5b57a27ca4 (diff) |
[g3dvl] make reset_dirty_area a public interface
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_video_context.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_video_context.h b/src/gallium/include/pipe/p_video_context.h index 41f2e320580..933b377a0c3 100644 --- a/src/gallium/include/pipe/p_video_context.h +++ b/src/gallium/include/pipe/p_video_context.h @@ -265,6 +265,11 @@ struct pipe_video_compositor void (*set_csc_matrix)(struct pipe_video_compositor *compositor, const float mat[16]); /** + * reset dirty area, so it's cleared with the clear colour + */ + void (*reset_dirty_area)(struct pipe_video_compositor *compositor); + + /** * set overlay samplers */ /*@{*/ |