mesa: Fix VAO deletion on GL 3.1 core.
authorEric Anholt <eric@anholt.net>
Thu, 9 Aug 2012 01:44:40 +0000 (18:44 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 29 Aug 2012 22:09:36 +0000 (15:09 -0700)
commit7d8d1c781967e0c29b0523e2c8056c2d7412dd60
treeb5f91893e3d3c5ab9dc8d51f72edee5f9d043b59
parent8a4d560796f0ec3424c363fc82852a02c2701fe5
mesa: Fix VAO deletion on GL 3.1 core.

We were calling through a dispatch table entry that was NULL, since the apple
variant is only on legacy desktop.  Just call the function we mean instead of
indirecting through the dispatch.
src/mesa/main/arrayobj.c