summaryrefslogtreecommitdiffstats
path: root/src/mapi/es2api
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2018-11-20 18:45:32 +0000
committerEmil Velikov <[email protected]>2019-01-24 18:13:25 +0000
commit5661ce6c644f2c95bc2db67b2d356eea65c4b273 (patch)
tree18b82056d0ad465e13458fb6f62fec8ba9567382 /src/mapi/es2api
parent9f86f1da7c68b5b900cd6f60925610ff1225a72d (diff)
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 <[email protected]> Reviewed-by: Erik Faye-Lund <[email protected]>
Diffstat (limited to 'src/mapi/es2api')
-rwxr-xr-xsrc/mapi/es2api/ABI-check3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mapi/es2api/ABI-check b/src/mapi/es2api/ABI-check
index a04b03d7d60..2d92d1c0028 100755
--- a/src/mapi/es2api/ABI-check
+++ b/src/mapi/es2api/ABI-check
@@ -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