summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_idct.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2010-11-27 11:24:24 +0100
committerChristian König <[email protected]>2010-11-27 11:24:24 +0100
commit027704db75a61300e733b0f5a9efbb491189dce5 (patch)
treea2e60b4b28078bfe6d2fa4486165321cb0a39880 /src/gallium/auxiliary/vl/vl_idct.h
parent13e28cff7655adec0f89aed9c5ee74f8481133ab (diff)
[g3dvl] give idct stage 1 & 2 its own sb_state and viewport
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_idct.h')
-rw-r--r--src/gallium/auxiliary/vl/vl_idct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/vl/vl_idct.h b/src/gallium/auxiliary/vl/vl_idct.h
index 084ac36d3e1..037bfe27070 100644
--- a/src/gallium/auxiliary/vl/vl_idct.h
+++ b/src/gallium/auxiliary/vl/vl_idct.h
@@ -36,8 +36,8 @@ struct vl_idct
unsigned max_blocks;
- struct pipe_viewport_state viewport;
- struct pipe_framebuffer_state fb_state;
+ struct pipe_viewport_state viewport[2];
+ struct pipe_framebuffer_state fb_state[2];
struct pipe_resource *destination;