vbo: optimize vertex copying when 'wrapping'
authorBrian Paul <brianp@vmware.com>
Wed, 21 Oct 2015 19:38:23 +0000 (13:38 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 22 Oct 2015 23:19:20 +0000 (17:19 -0600)
commit9919f560996cc0014df757cc542bf477c5402c00
tree65992c903546eb4ff622288d96083bde3910d493
parent7b636581253fe858ac883e3d3eec21173ac069d4
vbo: optimize vertex copying when 'wrapping'

Instead of calling memcpy() 'n' times, we can do it all at once since
the source and dest regions are all contiguous.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/vbo/vbo_exec_api.c
src/mesa/vbo/vbo_save_api.c