projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bfe312
)
vbo: fix build breakage...oops
author
Brian Paul
<brianp@vmware.com>
Thu, 21 May 2009 23:07:33 +0000
(17:07 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 21 May 2009 23:07:33 +0000
(17:07 -0600)
src/mesa/vbo/vbo_exec_array.c
patch
|
blob
|
history
diff --git
a/src/mesa/vbo/vbo_exec_array.c
b/src/mesa/vbo/vbo_exec_array.c
index 564f7f71abb109570effba660a38b38df911209d..df444932bc683ba0743ead89bc364e77427ded4a 100644
(file)
--- a/
src/mesa/vbo/vbo_exec_array.c
+++ b/
src/mesa/vbo/vbo_exec_array.c
@@
-366,7
+366,7
@@
vbo_exec_DrawRangeElements(GLenum mode,
/* the max element is out of bounds of one or more enabled arrays */
_mesa_warning(ctx, "glDraw[Range]Elements(start %u, end %u, count %d, "
"type 0x%x) index=%u is out of bounds (max=%u)",
- start, end, count, type, end
,
+ start, end, count, type, end
);
if (0)
_mesa_print_arrays(ctx);
return;