diff options
author | Emil Velikov <[email protected]> | 2018-11-20 18:45:32 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2019-01-24 18:13:25 +0000 |
commit | 5661ce6c644f2c95bc2db67b2d356eea65c4b273 (patch) | |
tree | 18b82056d0ad465e13458fb6f62fec8ba9567382 /src/mapi | |
parent | 9f86f1da7c68b5b900cd6f60925610ff1225a72d (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')
-rwxr-xr-x | src/mapi/es1api/ABI-check | 3 | ||||
-rwxr-xr-x | src/mapi/es2api/ABI-check | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/mapi/es1api/ABI-check b/src/mapi/es1api/ABI-check index 11b4923dea2..d8501e5d8c5 100755 --- a/src/mapi/es1api/ABI-check +++ b/src/mapi/es1api/ABI-check @@ -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 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 |