projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3b4b11
)
typo fix. this case still fails.
author
Aapo Tahkola
<aapo@aapo-desktop.(none)>
Thu, 18 Jan 2007 03:30:20 +0000
(
05:30
+0200)
committer
Aapo Tahkola
<aapo@aapo-desktop.(none)>
Thu, 18 Jan 2007 03:30:20 +0000
(
05:30
+0200)
src/mesa/vbo/vbo_split.c
patch
|
blob
|
history
diff --git
a/src/mesa/vbo/vbo_split.c
b/src/mesa/vbo/vbo_split.c
index 171859a18e00682c91f8f18c588df85722fcc755..ef205a3bb1fb47532131c6cc638eb2cc4a81f697 100644
(file)
--- a/
src/mesa/vbo/vbo_split.c
+++ b/
src/mesa/vbo/vbo_split.c
@@
-121,7
+121,7
@@
void vbo_split_prims( GLcontext *ctx,
*/
assert(0);
}
- else if (max_index - min_index > limits->max_verts) {
+ else if (max_index - min_index >
=
limits->max_verts) {
/* The vertex buffers are too large for hardware (or the
* swtnl module). Traverse the indices, re-emitting vertices
* in turn. Use a vertex cache to preserve some of the