diff options
author | Younes Manton <[email protected]> | 2011-07-20 13:43:24 -0400 |
---|---|---|
committer | Younes Manton <[email protected]> | 2011-07-20 13:52:45 -0400 |
commit | 8082816e27a0ee376e679c4d81ff8a3f0611ea9e (patch) | |
tree | ee53ed425e32e58f595824919b049cba4eab66c7 /src/gallium/auxiliary/vl/vl_compositor.h | |
parent | 3875526926123259521514de9c8d675e3797275a (diff) |
g3dvl: Init/clean pipe fully when a shader-based decoder isn't used.
Fixes VDPAU CSC-only mode.
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 87ad39be1be..0a9a7411a61 100644 --- a/src/gallium/auxiliary/vl/vl_compositor.h +++ b/src/gallium/auxiliary/vl/vl_compositor.h @@ -68,6 +68,7 @@ struct vl_compositor void *sampler_nearest; void *blend; void *rast; + void *dsa; void *vertex_elems_state; void *vs; |