projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2479c3f
)
draw: add missing function parameter
author
Brian Paul
<brianp@vmware.com>
Wed, 28 Apr 2010 17:43:54 +0000
(11:43 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 28 Apr 2010 17:43:54 +0000
(11:43 -0600)
src/gallium/auxiliary/draw/draw_vs_aos.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/draw/draw_vs_aos.c
b/src/gallium/auxiliary/draw/draw_vs_aos.c
index e7121f3654139ce4da701e093a5fe95b7cd9fec2..e1e07e0f029e8edb42147d25f5dc70951a8c41c7 100644
(file)
--- 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;