[Mesa-dev] [PATCH 0/2] Fix and tweak to the VAO

Mathias.Froehlich at gmx.net Mathias.Froehlich at gmx.net
Sun Feb 4 21:12:54 UTC 2018


From: Mathias Fröhlich <Mathias.Froehlich at gmx.net>

Hi,

Those two patches fix a bug in tracking the VAO vertex buffer
object state and reduce the amount of possible unneeded updates
of the dependent gl_vertex_array array.
Both changes are as well in preparation to more internal use
of vertex array objects.

Please review!

best

Mathias


Mathias Fröhlich (2):
  mesa: Fix VAO buffer object tracking.
  mesa: Only update enabled VAO gl_vertex_array entries.

 src/mesa/main/varray.c | 10 ++++++----
 src/mesa/main/varray.h | 26 +++++++++++++++-----------
 2 files changed, 21 insertions(+), 15 deletions(-)

-- 
2.14.3



More information about the mesa-dev mailing list