vbo/dlist: remove vbo_save_context::buffer_map
authorPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Thu, 12 Aug 2021 14:01:26 +0000 (16:01 +0200)
committerPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Thu, 9 Sep 2021 14:42:16 +0000 (16:42 +0200)
commit776445468be6867f8a5f2074db9a47acbc7b3e77
tree23babeb837f0fc23809f7f817838c207263979e5
parent6a63a4a14f71815474921360bcd24269a90fb494
vbo/dlist: remove vbo_save_context::buffer_map

buffer_map pointed to the first vertex in the store for the current list.

With the previous commit, the first vertex is always at index 0, so we
can drop buffer_map.

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