mesa: Fix VAO buffer object tracking.
authorMathias Fröhlich <mathias.froehlich@web.de>
Sun, 4 Feb 2018 12:18:34 +0000 (13:18 +0100)
committerMathias Fröhlich <mathias.froehlich@web.de>
Fri, 9 Feb 2018 03:21:36 +0000 (04:21 +0100)
commit2f9eb0aad5a0d2177b52a22d012fd53438edf9fe
tree8da210fa6de69cc50626468d4cdd74b19228fd17
parentd8bca3809db504b919f18f530f4d88f29078a3e5
mesa: Fix VAO buffer object tracking.

When changing the attribute binding in the VAO we also need to
account for getting rid of non vbo bits from VertexAttribBufferMask.

Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/varray.c