cogl: deprecates cogl_check_extension
authorRobert Bragg <robert@linux.intel.com>
Fri, 5 Feb 2010 16:32:19 +0000 (16:32 +0000)
committerRobert Bragg <robert@linux.intel.com>
Fri, 12 Feb 2010 14:05:00 +0000 (14:05 +0000)
commit8c9472bc4c0350bc28f6ca152e82a0a507063d19
tree872a9d59e030199ea75053a31474e10f05756f7a
parentb898f0e227aeabeb0513d1228a8f432c467d95b9
cogl: deprecates cogl_check_extension

OpenGL is an implementation detail for Cogl so it's not appropriate to
expose OpenGL extensions through the Cogl API.

Note: Clutter is currently still using this API, because it is still
doing raw GL calls in ClutterGLXTexturePixmap, so this introduces a
couple of (legitimate) build warnings while compiling Clutter.
clutter/cogl/cogl/cogl-feature-private.c
clutter/cogl/cogl/cogl-internal.h
clutter/cogl/cogl/cogl.c
clutter/cogl/cogl/cogl.h
clutter/cogl/cogl/driver/gl/cogl.c
clutter/cogl/cogl/driver/gles/cogl.c
clutter/glx/clutter-backend-glx.c
clutter/glx/clutter-glx-texture-pixmap.c