From: Emil Velikov Date: Tue, 20 Nov 2018 18:45:32 +0000 (+0000) Subject: mapi/es*api: remove GL_OES_EGL_image entrypoints X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5661ce6c644f2c95bc2db67b2d356eea65c4b273;p=mesa.git 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 Reviewed-by: Erik Faye-Lund --- 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