[mutter] cogl: Remove some completely unused GL function pointers



commit 82f56054d485215921dd4000f1798052fbf0a235
Author: Adam Jackson <ajax redhat com>
Date:   Thu Oct 17 16:36:35 2019 -0400

    cogl: Remove some completely unused GL function pointers
    
    https://gitlab.gnome.org/GNOME/mutter/merge_requests/866

 .../gl-prototypes/cogl-in-gles-core-functions.h    | 28 ----------------------
 1 file changed, 28 deletions(-)
---
diff --git a/cogl/cogl/gl-prototypes/cogl-in-gles-core-functions.h 
b/cogl/cogl/gl-prototypes/cogl-in-gles-core-functions.h
index 7057bf2f6..0f41f3b8a 100644
--- a/cogl/cogl/gl-prototypes/cogl-in-gles-core-functions.h
+++ b/cogl/cogl/gl-prototypes/cogl-in-gles-core-functions.h
@@ -67,34 +67,6 @@ COGL_EXT_FUNCTION (void, glClearDepthf,
                    (GLclampf depth))
 COGL_EXT_END ()
 
-COGL_EXT_BEGIN (only_in_both_gles_and_gl_1_3,
-                1, 3,
-                COGL_EXT_IN_GLES2,
-                "\0",
-                "\0")
-COGL_EXT_FUNCTION (void, glCompressedTexImage2D,
-                   (GLenum target,
-                    GLint level,
-                    GLenum internalformat,
-                    GLsizei width,
-                    GLsizei height,
-                    GLint border,
-                    GLsizei imageSize,
-                    const GLvoid* data))
-COGL_EXT_FUNCTION (void, glCompressedTexSubImage2D,
-                   (GLenum target,
-                    GLint level,
-                    GLint xoffset,
-                    GLint yoffset,
-                    GLsizei width,
-                    GLsizei height,
-                    GLenum format,
-                    GLsizei imageSize,
-                    const GLvoid* data))
-COGL_EXT_FUNCTION (void, glSampleCoverage,
-                   (GLclampf value, GLboolean invert))
-COGL_EXT_END ()
-
 COGL_EXT_BEGIN (only_in_both_gles_and_gl_1_5,
                 1, 5,
                 COGL_EXT_IN_GLES2,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]