[cogl/wip/rstrode/prepare-for-mutter-merge: 10/13] fixup! renderer: drop PowerVR winsys



commit e23024053b0bfc2208b837de1b92bce41a90668b
Author: Ray Strode <rstrode redhat com>
Date:   Tue Jan 12 16:58:53 2016 -0500

    fixup! renderer: drop PowerVR winsys

 cogl/cogl-renderer.h                       |    2 -
 cogl/winsys/cogl-winsys-egl-null-private.h |   39 ----------------------------
 2 files changed, 0 insertions(+), 41 deletions(-)
---
diff --git a/cogl/cogl-renderer.h b/cogl/cogl-renderer.h
index abc580d..20c7906 100644
--- a/cogl/cogl-renderer.h
+++ b/cogl/cogl-renderer.h
@@ -161,7 +161,6 @@ cogl_renderer_new (void);
  * @COGL_WINSYS_ID_STUB: Use the no-op stub backend
  * @COGL_WINSYS_ID_GLX: Use the GLX window system binding API
  * @COGL_WINSYS_ID_EGL_XLIB: Use EGL with the X window system via XLib
- * @COGL_WINSYS_ID_EGL_NULL: Use EGL with the PowerVR NULL window system
  * @COGL_WINSYS_ID_EGL_KMS: Use EGL with the KMS platform
  *
  * Identifies specific window system backends that Cogl supports.
@@ -175,7 +174,6 @@ typedef enum
   COGL_WINSYS_ID_STUB,
   COGL_WINSYS_ID_GLX,
   COGL_WINSYS_ID_EGL_XLIB,
-  COGL_WINSYS_ID_EGL_NULL,
   COGL_WINSYS_ID_EGL_KMS,
 } CoglWinsysID;
 


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