mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
mapi/es*api: remove GL_OES_EGL_image entrypoints
As some point in the past we fixed the scripts so, these are no longer exported. Drop them from the list. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
This commit is contained in:
parent
9f86f1da7c
commit
5661ce6c64
2 changed files with 0 additions and 6 deletions
|
|
@ -4,7 +4,6 @@ set -eu
|
|||
# Print defined gl.* functions not in GL ES 1.1 or in
|
||||
# (FIXME, none of these should be part of the ABI)
|
||||
# GL_EXT_multi_draw_arrays
|
||||
# GL_OES_EGL_image
|
||||
|
||||
# or in extensions that are part of the ES 1.1 extension pack.
|
||||
# (see http://www.khronos.org/registry/gles/specs/1.1/opengles_spec_1_1_extension_pack.pdf)
|
||||
|
|
@ -65,8 +64,6 @@ glDisable
|
|||
glDisableClientState
|
||||
glDrawArrays
|
||||
glDrawElements
|
||||
glEGLImageTargetRenderbufferStorageOES
|
||||
glEGLImageTargetTexture2DOES
|
||||
glEnable
|
||||
glEnableClientState
|
||||
glFinish
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ set -eu
|
|||
# Print defined gl.* functions not in GL ES 3.0 or in
|
||||
# (FIXME, none of these should be part of the ABI)
|
||||
# GL_EXT_multi_draw_arrays
|
||||
# GL_OES_EGL_image
|
||||
|
||||
case "$(uname)" in
|
||||
Darwin)
|
||||
|
|
@ -118,8 +117,6 @@ glDrawElementsInstanced
|
|||
glDrawElementsInstancedBaseVertex
|
||||
glDrawRangeElements
|
||||
glDrawRangeElementsBaseVertex
|
||||
glEGLImageTargetRenderbufferStorageOES
|
||||
glEGLImageTargetTexture2DOES
|
||||
glEnable
|
||||
glEnableVertexAttribArray
|
||||
glEnablei
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue