summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_vertex_buffers.h
diff options
context:
space:
mode:
authorChristian König <deathsimple@vodafone.de>2011-04-17 21:31:31 +0200
committerChristian König <deathsimple@vodafone.de>2011-04-17 21:31:31 +0200
commit38a315b7049946d124409b377e622994feccdcb7 (patch)
tree37b6ee4d81e0dbe6f88743576d94de681f7a8ae3 /src/gallium/auxiliary/vl/vl_vertex_buffers.h
parentb8a6e0e6fc451096d684a1e18529ab4879cdba0a (diff)
downloadexternal_mesa3d-38a315b7049946d124409b377e622994feccdcb7.zip
external_mesa3d-38a315b7049946d124409b377e622994feccdcb7.tar.gz
external_mesa3d-38a315b7049946d124409b377e622994feccdcb7.tar.bz2
[g3dvl] no need for seperate mv vertex states any more
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_vertex_buffers.h')
-rw-r--r--src/gallium/auxiliary/vl/vl_vertex_buffers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/vl/vl_vertex_buffers.h b/src/gallium/auxiliary/vl/vl_vertex_buffers.h
index bafaff7..ce169cc 100644
--- a/src/gallium/auxiliary/vl/vl_vertex_buffers.h
+++ b/src/gallium/auxiliary/vl/vl_vertex_buffers.h
@@ -76,7 +76,7 @@ struct pipe_vertex_buffer vl_vb_upload_pos(struct pipe_context *pipe, unsigned w
void *vl_vb_get_ves_eb(struct pipe_context *pipe, int component);
-void *vl_vb_get_ves_mv(struct pipe_context *pipe, int motionvector);
+void *vl_vb_get_ves_mv(struct pipe_context *pipe);
void vl_vb_init(struct vl_vertex_buffer *buffer,
struct pipe_context *pipe,