vbo/dlist: remove vbo_save_context::vert_count
authorPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Fri, 13 Aug 2021 13:39:17 +0000 (15:39 +0200)
committerPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Thu, 9 Sep 2021 14:42:16 +0000 (16:42 +0200)
commitdd55d9f2b3e7e857e90bf3d054d3793274ddae0f
tree3ae878f8286c03522ccd237e15ff2e341a50ab38
parent2671b9c90fd71bf66b6c90b98c32315c2bccb17d
vbo/dlist: remove vbo_save_context::vert_count

The same property can be deduced directly from the vertex_store,
so remove this one to avoid sync problems between the two and
simplify the code.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12646>
src/mesa/vbo/vbo.h
src/mesa/vbo/vbo_save_api.c