summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h
diff options
context:
space:
mode:
authorCooper Yuan <cooperyuan@gmail.com>2009-11-05 15:59:27 +0800
committerCooper Yuan <cooperyuan@gmail.com>2009-11-05 15:59:27 +0800
commitc621c100b25c83ee9790ed39b27bd95a13a69377 (patch)
tree835a585c5204932ca29e65932795b4dcafc91100 /src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h
parentc2e47191d72e16aaa1fae4f47bbed7639c2ff201 (diff)
g3dvl: add scissor setting
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h')
-rw-r--r--src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h b/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h
index 5d2c1273ee..64184337a0 100644
--- a/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h
+++ b/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h
@@ -62,6 +62,7 @@ struct vl_mpeg12_mc_renderer
unsigned macroblocks_per_batch;
struct pipe_viewport_state viewport;
+ struct pipe_scissor_state scissor;
struct pipe_constant_buffer vs_const_buf;
struct pipe_constant_buffer fs_const_buf;
struct pipe_framebuffer_state fb_state;