summaryrefslogtreecommitdiffstats
path: root/src/mapi/es2api
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2014-03-26 13:11:29 -0700
committerIan Romanick <[email protected]>2014-03-31 14:47:25 -0700
commit4c035706dc3213d835dbd592655db14732296067 (patch)
treebf18da8b9227c74b6aa83ac629498a31d2de4b2d /src/mapi/es2api
parent1a59f9a131318e1239b47b9ea4fe7c84f461cf37 (diff)
mapi_abi: Remove ABI-check work arounds for functions that are no longer exported
The previous commit stopped exporting 21 libGLESv2 and 88 libGLESv1_CM functions. This removes the work-arounds for those functions from ABI-check. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Matt Turner <[email protected]> Acked-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/mapi/es2api')
-rwxr-xr-xsrc/mapi/es2api/ABI-check28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/mapi/es2api/ABI-check b/src/mapi/es2api/ABI-check
index 4a61050059b..abbb55c2232 100755
--- a/src/mapi/es2api/ABI-check
+++ b/src/mapi/es2api/ABI-check
@@ -2,16 +2,8 @@
# Print defined gl.* functions not in GL ES 3.0 or in
# (FIXME, none of these should be part of the ABI)
-# GL_EXT_discard_framebuffer
-# GL_EXT_map_buffer_range
# GL_EXT_multi_draw_arrays
-# GL_NV_draw_buffers
-# GL_NV_read_buffer
# GL_OES_EGL_image
-# GL_OES_get_program_binary
-# GL_OES_mapbuffer
-# GL_OES_texture_3D
-# GL_OES_vertex_array_object
FUNCS=$(nm -D --defined-only ${1-.libs/libGLESv2.so.2} | grep -o 'T gl.*' | cut -c 3- | while read func; do
( grep -q "^$func$" || echo $func ) <<EOF
@@ -29,7 +21,6 @@ glBindSampler
glBindTexture
glBindTransformFeedback
glBindVertexArray
-glBindVertexArrayOES
glBlendColor
glBlendEquation
glBlendEquationSeparate
@@ -52,15 +43,12 @@ glColorMask
glCompileShader
glCompressedTexImage2D
glCompressedTexImage3D
-glCompressedTexImage3DOES
glCompressedTexSubImage2D
glCompressedTexSubImage3D
-glCompressedTexSubImage3DOES
glCopyBufferSubData
glCopyTexImage2D
glCopyTexSubImage2D
glCopyTexSubImage3D
-glCopyTexSubImage3DOES
glCreateProgram
glCreateShader
glCullFace
@@ -75,18 +63,15 @@ glDeleteSync
glDeleteTextures
glDeleteTransformFeedbacks
glDeleteVertexArrays
-glDeleteVertexArraysOES
glDepthFunc
glDepthMask
glDepthRangef
glDetachShader
glDisable
glDisableVertexAttribArray
-glDiscardFramebufferEXT
glDrawArrays
glDrawArraysInstanced
glDrawBuffers
-glDrawBuffersNV
glDrawElements
glDrawElementsInstanced
glDrawRangeElements
@@ -100,10 +85,8 @@ glFenceSync
glFinish
glFlush
glFlushMappedBufferRange
-glFlushMappedBufferRangeEXT
glFramebufferRenderbuffer
glFramebufferTexture2D
-glFramebufferTexture3DOES
glFramebufferTextureLayer
glFrontFace
glGenBuffers
@@ -115,7 +98,6 @@ glGenSamplers
glGenTextures
glGenTransformFeedbacks
glGenVertexArrays
-glGenVertexArraysOES
glGetActiveAttrib
glGetActiveUniform
glGetActiveUniformBlockiv
@@ -127,7 +109,6 @@ glGetBooleanv
glGetBufferParameteri64v
glGetBufferParameteriv
glGetBufferPointerv
-glGetBufferPointervOES
glGetError
glGetFloatv
glGetFragDataLocation
@@ -138,7 +119,6 @@ glGetIntegeri_v
glGetIntegerv
glGetInternalformativ
glGetProgramBinary
-glGetProgramBinaryOES
glGetProgramInfoLog
glGetProgramiv
glGetQueryiv
@@ -182,22 +162,17 @@ glIsSync
glIsTexture
glIsTransformFeedback
glIsVertexArray
-glIsVertexArrayOES
glLineWidth
glLinkProgram
-glMapBufferOES
glMapBufferRange
-glMapBufferRangeEXT
glMultiDrawArraysEXT
glMultiDrawElementsEXT
glPauseTransformFeedback
glPixelStorei
glPolygonOffset
glProgramBinary
-glProgramBinaryOES
glProgramParameteri
glReadBuffer
-glReadBufferNV
glReadPixels
glReleaseShaderCompiler
glRenderbufferStorage
@@ -219,7 +194,6 @@ glStencilOp
glStencilOpSeparate
glTexImage2D
glTexImage3D
-glTexImage3DOES
glTexParameterf
glTexParameterfv
glTexParameteri
@@ -228,7 +202,6 @@ glTexStorage2D
glTexStorage3D
glTexSubImage2D
glTexSubImage3D
-glTexSubImage3DOES
glTransformFeedbackVaryings
glUniform1f
glUniform1fv
@@ -265,7 +238,6 @@ glUniformMatrix4fv
glUniformMatrix4x2fv
glUniformMatrix4x3fv
glUnmapBuffer
-glUnmapBufferOES
glUseProgram
glValidateProgram
glVertexAttrib1f