mesa: Introduce a yet unused _DrawVAO.
authorMathias Fröhlich <mathias.froehlich@web.de>
Wed, 24 Aug 2016 06:45:05 +0000 (08:45 +0200)
committerMathias Fröhlich <mathias.froehlich@web.de>
Fri, 23 Feb 2018 04:33:43 +0000 (05:33 +0100)
commit08c7474189da25729e4e0bc8755b676e13c2c2c8
tree15c2aa92d5f5c54d8124dcf0fde8ea99990c6a38
parentce3d2421a0bc0dd2e99fa6a54a127ca5fc57ba15
mesa: Introduce a yet unused _DrawVAO.

During the patch series this VAO gets populated with either the currently
bound VAO or an internal VAO that will be used for immediate mode and
dlist rendering.

v2: More comments about the _DrawVAO, filter and enabled mask.
    Rename _DrawVAOEnabled to _DrawVAOEnabledAttribs.
v3: Fix and move comment.

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