draw: add missing function parameter
authorBrian Paul <brianp@vmware.com>
Wed, 28 Apr 2010 17:43:54 +0000 (11:43 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 28 Apr 2010 17:43:54 +0000 (11:43 -0600)
src/gallium/auxiliary/draw/draw_vs_aos.c

index e7121f3654139ce4da701e093a5fe95b7cd9fec2..e1e07e0f029e8edb42147d25f5dc70951a8c41c7 100644 (file)
@@ -2093,7 +2093,8 @@ static boolean build_vertex_program( struct draw_vs_varient_aos_sse *varient,
 static void vaos_set_buffer( struct draw_vs_varient *varient,
                              unsigned buf,
                              const void *ptr,
-                             unsigned stride )
+                             unsigned stride,
+                             unsigned max_stride)
 {
    struct draw_vs_varient_aos_sse *vaos = (struct draw_vs_varient_aos_sse *)varient;