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_idct.h | |
parent | 27016941bca40a6563dd2122369745351102bc0c (diff) |
add rasterizer state
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_idct.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_idct.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/vl/vl_idct.h b/src/gallium/auxiliary/vl/vl_idct.h index 94a5c73977f..462863b0008 100644 --- a/src/gallium/auxiliary/vl/vl_idct.h +++ b/src/gallium/auxiliary/vl/vl_idct.h @@ -42,6 +42,8 @@ struct vl_idct struct pipe_resource *destination; + void *rs_state; + void *vertex_elems_state; union |