vbo: Don't bother checking for stride == 0 for "any varying in a VBO".
authorEric Anholt <eric@anholt.net>
Fri, 17 Jun 2011 20:16:45 +0000 (13:16 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 23 Jun 2011 20:43:17 +0000 (13:43 -0700)
commit8f28c05d07c7a1919c938d81b5f524aed2c60228
tree4d95905418be757462422e74694a592e040bd0f6
parentbabe1fc004b56202b2bd54d9689f5208dc4fd607
vbo: Don't bother checking for stride == 0 for "any varying in a VBO".

We would still want to consider that data as being in a VBO even if we
managed to produce this case, which as far as I know we can't.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/vbo/vbo_rebase.c