[Mesa-dev] [PATCH 16/18] mapi/es2api: remove no longer present entrypoints

Erik Faye-Lund erik.faye-lund at collabora.com
Thu Dec 6 17:06:07 UTC 2018


For patch 14-16:

Reviewed-by: Erik Faye-Lund <erik.faye-lund at collabora.com>

On Wed, 2018-11-21 at 12:04 +0000, Emil Velikov wrote:
> From: Emil Velikov <emil.velikov at collabora.com>
> 
> With the previous scripts API from the following was incorrectly
> exported. Drop them from the list, since they're no longer around.
> 
> GL_EXT_blend_func_extended
> GL_EXT_texture_integer
> 
> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
> ---
>  src/mapi/es2api/ABI-check | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/src/mapi/es2api/ABI-check b/src/mapi/es2api/ABI-check
> index 594f9a2d6a4..e709c8c945c 100755
> --- a/src/mapi/es2api/ABI-check
> +++ b/src/mapi/es2api/ABI-check
> @@ -31,7 +31,6 @@ glBindAttribLocation
>  glBindBuffer
>  glBindBufferBase
>  glBindBufferRange
> -glBindFragDataLocationEXT
>  glBindFramebuffer
>  glBindImageTexture
>  glBindProgramPipeline
> @@ -195,9 +194,7 @@ glGetSynciv
>  glGetTexLevelParameterfv
>  glGetTexLevelParameteriv
>  glGetTexParameterIiv
> -glGetTexParameterIivEXT
>  glGetTexParameterIuiv
> -glGetTexParameterIuivEXT
>  glGetTexParameterfv
>  glGetTexParameteriv
>  glGetTransformFeedbackVarying
> @@ -311,9 +308,7 @@ glTexBufferRange
>  glTexImage2D
>  glTexImage3D
>  glTexParameterIiv
> -glTexParameterIivEXT
>  glTexParameterIuiv
> -glTexParameterIuivEXT
>  glTexParameterf
>  glTexParameterfv
>  glTexParameteri



More information about the mesa-dev mailing list