mesa: Copy bitmask of VBOs in the VAO on gl{Push,Pop}Attrib.
authorMathias Fröhlich <mathias.froehlich@web.de>
Mon, 1 Aug 2016 04:55:35 +0000 (06:55 +0200)
committerMathias Fröhlich <Mathias.Froehlich@gmx.net>
Sat, 6 Aug 2016 04:27:37 +0000 (06:27 +0200)
commit62d41162bbde86b181afd9e550d49b918fa02831
tree7f4cb76125cffb44c3db0fb3938bb4d53e7884d0
parentc495c18b24d6ea5ba346709daf673e2037172a39
mesa: Copy bitmask of VBOs in the VAO on gl{Push,Pop}Attrib.

On gl{Push,Pop}Attrib(GL_CLIENT_VERTEX_ARRAY_BIT) take
care that gl_vertex_array_object::VertexAttribBufferMask
matches the bound buffer object in the
gl_vertex_array_object::VertexBinding array.

Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Fredrik Höglund <fredrik@kde.org>
src/mesa/main/attrib.c