summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <ystreet00@gmail.com>2014-06-26 10:30:41 +1000
committerMatthew Waters <ystreet00@gmail.com>2014-06-26 10:31:41 +1000
commit8ef71b5db7ad997dbcebd13b8f8ea798cf68ce97 (patch)
tree6e9f6e6875ac4c7149e6062f39f4a1ec18ef5585
parent22dfd9aef361c6e630fe32d6b7f6c07588a2dff9 (diff)
downloadgstreamer-plugins-bad-8ef71b5db7ad997dbcebd13b8f8ea798cf68ce97.tar.gz
gl: update gles2 compatability header
-rw-r--r--gst-libs/gst/gl/glprototypes/gstgl_gles2compat.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/gst-libs/gst/gl/glprototypes/gstgl_gles2compat.h b/gst-libs/gst/gl/glprototypes/gstgl_gles2compat.h
index 54659613e..b185e6a3d 100644
--- a/gst-libs/gst/gl/glprototypes/gstgl_gles2compat.h
+++ b/gst-libs/gst/gl/glprototypes/gstgl_gles2compat.h
@@ -28,30 +28,14 @@
G_BEGIN_DECLS
/* SUPPORTED */
-/* FIXME: On iOS this exists but maps to an actual BGRA extension */
-#ifdef __APPLE__
-#ifdef GL_BGRA
-#undef GL_BGRA
-#endif
-#endif
-
//FIXME:
#define GL_RGB16 GL_RGB565
#define GL_RGB8 GL_RGB
#define GL_RGBA8 GL_RGBA
-#define GL_BGRA GL_RGBA
-#define GL_BGR GL_RGB
-#define GL_UNSIGNED_INT_8_8_8_8 GL_UNSIGNED_BYTE
-#define GL_UNSIGNED_INT_8_8_8_8_REV GL_UNSIGNED_BYTE
//END FIXME
/* UNSUPPORTED */
-#define GL_YCBCR_MESA 0
-#define GL_UNSIGNED_SHORT_8_8_MESA 0
-#define GL_UNSIGNED_SHORT_8_8_MESA 0
-#define GL_UNSIGNED_SHORT_8_8_REV_MESA 0
-
#define GL_COLOR_ATTACHMENT1 0
#define GL_COLOR_ATTACHMENT2 0
#ifndef GL_TEXTURE_ENV