vbo: s/drawcount/drawcount_offset
authorBrian Paul <brianp@vmware.com>
Wed, 31 Jan 2018 23:11:12 +0000 (16:11 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 1 Feb 2018 19:17:59 +0000 (12:17 -0700)
commitc7bf05c833e488b3c8b598221910d52abdd8762f
tree3b763d5b97616aaef7ff1a9e141fdd632bbbbfa5
parentb0a2f38db9ec08b79362fb255097423ac5637eea
vbo: s/drawcount/drawcount_offset

This parameter (from the glMultiDrawArraysIndirectCountARB function)
is poorly named.  It's an offset into the buffer which contains the
number of primitives to draw.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Mathias Fröhlich <mathias.froehlich@web.de>
src/mesa/vbo/vbo_exec_array.c