mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-25 07:00:45 +02:00
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:
parent
05f8558b27
commit
a41214ca3e
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue