GNOME Bugzilla – Bug 655064
Drop ClutterGLXTexturePixmap
Last modified: 2011-07-22 10:48:27 UTC
The class has been deprecated, and it's been a simple compatibility API for longer than that.
Created attachment 192389 [details] [review] Use Cogl API to check for TfP extension support Do not use the ClutterGLXTexturePixmap method, since it's been deprecated and it's just a convenience function around the Cogl API anyway.
Created attachment 192390 [details] [review] Do not use ClutterGLXTexturePixmap MetaShapedTexture can be a ClutterX11TexturePixmap sub-class, given that ClutterGLXTexturePixmap is just a shim compatibility layer since Clutter 1.4, and it's been deprecated.
Created attachment 192391 [details] [review] Do not check for clutter-glx-texture-pixmap.h Nothing uses that header any more.
Review of attachment 192389 [details] [review]: Sure fine. (Last time this check came up, I think I just wanted to kill it, but other people saw value in it.)
Review of attachment 192390 [details] [review]: Sure
Review of attachment 192391 [details] [review]: Sure
thanks for the quick review Attachment 192389 [details] pushed as ffa2310 - Use Cogl API to check for TfP extension support Attachment 192390 [details] pushed as f396a7a - Do not use ClutterGLXTexturePixmap Attachment 192391 [details] pushed as 385887c - Do not check for clutter-glx-texture-pixmap.h