diff options
author | Christian König <[email protected]> | 2010-12-01 18:47:11 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2010-12-03 19:04:01 +0100 |
commit | 29840040af128fe3f3542defd9448e1f66c23f03 (patch) | |
tree | fddd59dc38f8125418d6bc3f98ae799bc194c65e /src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h | |
parent | 27016941bca40a6563dd2122369745351102bc0c (diff) |
add rasterizer state
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h | 2 |
1 files changed, 2 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 c6e9ef880ef..2b6c21aa5c2 100644 --- a/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h +++ b/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h @@ -85,6 +85,8 @@ struct vl_mpeg12_mc_renderer struct vl_idct idct_y, idct_cb, idct_cr; + void *rs_state; + union { void *all[5]; |