diff options
author | Younes Manton <[email protected]> | 2010-05-23 19:56:12 -0400 |
---|---|---|
committer | Younes Manton <[email protected]> | 2010-05-23 19:56:12 -0400 |
commit | 0e59cd33e6a38567801c7da541e4caffbd6cccd3 (patch) | |
tree | 04aac05bd29c2694ecac9eb3bb3eff51ec4fb31e /src/gallium/auxiliary/vl/vl_compositor.h | |
parent | 2c29a93e875dd96fb08c65ec659efc3eb2d5c15e (diff) |
vl: Get softpipe working again.
Still segfaults on softpipe->destroy() in the draw module when
freeing a vertex buffer.
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_compositor.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_compositor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/vl/vl_compositor.h b/src/gallium/auxiliary/vl/vl_compositor.h index 4b0cdd6be5f..026ae559ed7 100644 --- a/src/gallium/auxiliary/vl/vl_compositor.h +++ b/src/gallium/auxiliary/vl/vl_compositor.h @@ -34,6 +34,7 @@ #include "vl_types.h" struct pipe_context; +struct keymap; #define VL_COMPOSITOR_MAX_LAYERS 16 @@ -59,6 +60,8 @@ struct vl_compositor struct pipe_video_rect layer_src_rects[VL_COMPOSITOR_MAX_LAYERS]; struct pipe_video_rect layer_dst_rects[VL_COMPOSITOR_MAX_LAYERS]; unsigned dirty_layers; + + struct keymap *texview_map; }; bool vl_compositor_init(struct vl_compositor *compositor, struct pipe_context *pipe); |