diff options
author | Roland Scheidegger <sroland@vmware.com> | 2010-03-01 18:41:03 +0100 |
---|---|---|
committer | Roland Scheidegger <sroland@vmware.com> | 2010-03-01 18:41:03 +0100 |
commit | 49d3f662b60be08328e7c1dc381d07f50c384601 (patch) | |
tree | f9ea4eefde3df5c5055a7299e846a51fc6e81d43 /src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h | |
parent | ac4abaecd5f52e416c89bfe19b34ed7f4e014b21 (diff) |
vl: adapt to new vertex element cso interface
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h b/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h index f00b8c7b8b..a11a3e7307 100644 --- a/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h +++ b/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.h @@ -66,8 +66,8 @@ struct vl_mpeg12_mc_renderer struct pipe_buffer *vs_const_buf; struct pipe_buffer *fs_const_buf; struct pipe_framebuffer_state fb_state; - struct pipe_vertex_element vertex_elems[8]; - + void *vertex_elems[3]; + union { void *all[5]; |