summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/tests/check_table.cpp
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-11-20 14:39:27 -0800
committerDylan Baker <dylan@pnwbakers.com>2018-02-06 15:00:17 -0800
commit0316aa432d467a3e747e37e721be62301c42ff8c (patch)
tree7cf3c22cd2275ccff9b6ea5292346c7667f9115a /src/mapi/glapi/tests/check_table.cpp
parenta4f1fc5dd197a0cd107b6a96a222ace4105680dd (diff)
glapi: remove APPLE extensions from test
Fixes: 7009955281260fbb ("mesa: Remove GL_APPLE_vertex_array_object stubs") Signed-off-by: Dylan Baker <dylan.c.baker@intel.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> Acked-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/mapi/glapi/tests/check_table.cpp')
-rw-r--r--src/mapi/glapi/tests/check_table.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mapi/glapi/tests/check_table.cpp b/src/mapi/glapi/tests/check_table.cpp
index 7cded8d352f..30f523ca5fb 100644
--- a/src/mapi/glapi/tests/check_table.cpp
+++ b/src/mapi/glapi/tests/check_table.cpp
@@ -1402,9 +1402,7 @@ const struct name_offset known_dispatch[] = {
{ "glPointParameteri", _O(PointParameteri) },
{ "glPointParameteriv", _O(PointParameteriv) },
{ "glActiveStencilFaceEXT", _O(ActiveStencilFaceEXT) },
- { "glBindVertexArrayAPPLE", _O(BindVertexArrayAPPLE) },
{ "glDeleteVertexArrays", _O(DeleteVertexArrays) },
- { "glGenVertexArraysAPPLE", _O(GenVertexArraysAPPLE) },
{ "glIsVertexArray", _O(IsVertexArray) },
{ "glGetProgramNamedParameterdvNV", _O(GetProgramNamedParameterdvNV) },
{ "glGetProgramNamedParameterfvNV", _O(GetProgramNamedParameterfvNV) },