mapi/es2api: remove no longer present entrypoints
With the previous scripts API from the following was incorrectly exported. Drop them from the list, since they're no longer around. GL_EXT_blend_func_extended GL_EXT_texture_integer Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
This commit is contained in:

committed by
Emil Velikov

parent
05f8558b27
commit
a41214ca3e
@@ -31,7 +31,6 @@ glBindAttribLocation
|
||||
glBindBuffer
|
||||
glBindBufferBase
|
||||
glBindBufferRange
|
||||
glBindFragDataLocationEXT
|
||||
glBindFramebuffer
|
||||
glBindImageTexture
|
||||
glBindProgramPipeline
|
||||
@@ -195,9 +194,7 @@ glGetSynciv
|
||||
glGetTexLevelParameterfv
|
||||
glGetTexLevelParameteriv
|
||||
glGetTexParameterIiv
|
||||
glGetTexParameterIivEXT
|
||||
glGetTexParameterIuiv
|
||||
glGetTexParameterIuivEXT
|
||||
glGetTexParameterfv
|
||||
glGetTexParameteriv
|
||||
glGetTransformFeedbackVarying
|
||||
@@ -311,9 +308,7 @@ glTexBufferRange
|
||||
glTexImage2D
|
||||
glTexImage3D
|
||||
glTexParameterIiv
|
||||
glTexParameterIivEXT
|
||||
glTexParameterIuiv
|
||||
glTexParameterIuivEXT
|
||||
glTexParameterf
|
||||
glTexParameterfv
|
||||
glTexParameteri
|
||||
|
Reference in New Issue
Block a user