meta: Consistenly use non-Apple VAO functions
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 14 Dec 2013 19:27:29 +0000 (11:27 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Sun, 2 Feb 2014 15:49:09 +0000 (16:49 +0100)
commitabfa65ca811099332c8683dada9a2ee44cc01dc9
treebd161a341a727c3633ff653f7a2634fc3f7bd808
parent070f55d8935af6fee62506b54bc86c1bf5049a82
meta: Consistenly use non-Apple VAO functions

For these objects, meta was already using the non-Apple function to
delete the objects.  Everywhere else in the file uses
_mesa_GenVertexArrays and _mesa_BindVertexArrays.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Cc: "9.1 9.2 10.0" <mesa-stable@lists.freedesktop.org>
src/mesa/drivers/common/meta.c