[cogl/rstrode/wip/prepare-for-mutter-merge: 1/12] renderer: drop PowerVR winsys



commit 97e811dc146c086b667dd931756f55b447dcb04c
Author: Ray Strode <rstrode redhat com>
Date:   Tue Jan 12 16:25:47 2016 -0500

    renderer: drop PowerVR winsys

 cogl/Makefile.am                   |    5 -
 cogl/cogl-renderer.c               |    6 -
 cogl/winsys/cogl-winsys-egl-null.c |  246 ------------------------------------
 configure.ac                       |   17 ---
 4 files changed, 0 insertions(+), 274 deletions(-)
---
diff --git a/cogl/Makefile.am b/cogl/Makefile.am
index 7de750c..1c39712 100644
--- a/cogl/Makefile.am
+++ b/cogl/Makefile.am
@@ -482,11 +482,6 @@ cogl_sources_c += \
        winsys/cogl-winsys-egl-x11.c \
        winsys/cogl-winsys-egl-x11-private.h
 endif
-if SUPPORT_EGL_PLATFORM_POWERVR_NULL
-cogl_sources_c += \
-       winsys/cogl-winsys-egl-null.c \
-       winsys/cogl-winsys-egl-null-private.h
-endif
 if SUPPORT_EGL_PLATFORM_GDL
 cogl_sources_c += \
        winsys/cogl-winsys-egl-gdl.c \
diff --git a/cogl/cogl-renderer.c b/cogl/cogl-renderer.c
index b11c62a..a518a18 100644
--- a/cogl/cogl-renderer.c
+++ b/cogl/cogl-renderer.c
@@ -69,9 +69,6 @@
 #ifdef COGL_HAS_EGL_PLATFORM_MIR_SUPPORT
 #include "cogl-winsys-egl-mir-private.h"
 #endif
-#ifdef COGL_HAS_EGL_PLATFORM_POWERVR_NULL_SUPPORT
-#include "cogl-winsys-egl-null-private.h"
-#endif
 #ifdef COGL_HAS_GLX_SUPPORT
 #include "cogl-winsys-glx-private.h"
 #endif
@@ -219,9 +216,6 @@ static CoglWinsysVtableGetter _cogl_winsys_vtable_getters[] =
 #ifdef COGL_HAS_EGL_PLATFORM_MIR_SUPPORT
   _cogl_winsys_egl_mir_get_vtable,
 #endif
-#ifdef COGL_HAS_EGL_PLATFORM_POWERVR_NULL_SUPPORT
-  _cogl_winsys_egl_null_get_vtable,
-#endif
 #ifdef COGL_HAS_WGL_SUPPORT
   _cogl_winsys_wgl_get_vtable,
 #endif
diff --git a/configure.ac b/configure.ac
index e9d24d4..8d226d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1009,23 +1009,6 @@ AS_IF([test "x$SUPPORT_SDL2" = "xyes" -a "x$SUPPORT_SDL" = "xyes"],
 EGL_PLATFORM_COUNT=0
 
 AC_ARG_ENABLE(
-  [null-egl-platform],
-  [AC_HELP_STRING([--enable-null-egl-platform=@<:@no/yes@:>@], [Enable support for the NULL egl platform 
@<:@default=no@:>@])],
-  [],
-  enable_null_egl_platform=no
-)
-AS_IF([test "x$enable_null_egl_platform" = "xyes"],
-      [
-        EGL_PLATFORM_COUNT=$((EGL_PLATFORM_COUNT+1))
-        NEED_EGL=yes
-        EGL_PLATFORMS="$EGL_PLATFORMS null"
-
-        COGL_DEFINES_SYMBOLS="$COGL_DEFINES_SYMBOLS COGL_HAS_EGL_PLATFORM_POWERVR_NULL_SUPPORT"
-      ])
-AM_CONDITIONAL(SUPPORT_EGL_PLATFORM_POWERVR_NULL,
-               [test "x$enable_null_egl_platform" = "xyes"])
-
-AC_ARG_ENABLE(
   [gdl-egl-platform],
   [AC_HELP_STRING([--enable-gdl-egl-platform=@<:@no/yes@:>@], [Enable support for the GDL egl platform 
@<:@default=no@:>@])],
   [],


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