diff options
author | Christian König <[email protected]> | 2011-04-08 22:07:30 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2011-04-08 22:07:30 +0200 |
commit | 255033e4819b096491dd987c3ca4d8ee32a7cdb6 (patch) | |
tree | 1045f8deb59af5a8c2587de123580a8971bc4392 /src/gallium/auxiliary/vl/vl_compositor.h | |
parent | 574ffb440dbd878d51fc9b9794a6396cbe6f75bb (diff) |
[g3dvl] use scissor to handle compositor dst_area
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_compositor.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_compositor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/vl/vl_compositor.h b/src/gallium/auxiliary/vl/vl_compositor.h index 0e4badb65d2..c7da533c988 100644 --- a/src/gallium/auxiliary/vl/vl_compositor.h +++ b/src/gallium/auxiliary/vl/vl_compositor.h @@ -56,6 +56,7 @@ struct vl_compositor void *sampler; void *blend; + void *rast; void *vertex_elems_state; void *vs; |