For patch 14-16: Reviewed-by: Erik Faye-Lund <[email protected]>
On Wed, 2018-11-21 at 12:04 +0000, Emil Velikov wrote: > From: Emil Velikov <[email protected]> > > 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 <[email protected]> > --- > 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 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
