Mesa (master): draw: add missing function parameter

Brian Paul brianp at kemper.freedesktop.org
Wed Apr 28 17:44:05 UTC 2010


Module: Mesa
Branch: master
Commit: dd3b98bdf67df9a5b1127bf7d50bbb6691597bfb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd3b98bdf67df9a5b1127bf7d50bbb6691597bfb

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Apr 28 11:43:54 2010 -0600

draw: add missing function parameter

---

 src/gallium/auxiliary/draw/draw_vs_aos.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/draw/draw_vs_aos.c b/src/gallium/auxiliary/draw/draw_vs_aos.c
index e7121f3..e1e07e0 100644
--- a/src/gallium/auxiliary/draw/draw_vs_aos.c
+++ b/src/gallium/auxiliary/draw/draw_vs_aos.c
@@ -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;
 




More information about the mesa-commit mailing list