mesa: add APPLE_vertex_array_object stubs
APPLE_vertex_array_object support was removed in7927d0378f. However it turns out we can't remove the functions because this can cause issues when libglapi is used together with DRI drivers built prior to said commit Fixes:7927d0378f("mesa: drop APPLE_vertex_array_object support") Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
@@ -1404,7 +1404,9 @@ 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) },
|
||||
|
||||
Reference in New Issue
Block a user