GNOME Bugzilla – Bug 610862
Support and require Clutter 1.1
Last modified: 2010-03-11 20:07:31 UTC
- Specify a minimum version of Clutter-1.1.3 - Remove conditionalizatin and always use Clutter-1.1 framebuffer API rather than raw GL fbos - Replace deprecated cogl_material/texture_unref() with cogl_handle_unref()
Created attachment 154525 [details] [review] Support and require Clutter 1.1
*** Bug 610454 has been marked as a duplicate of this bug. ***
The one blocking factor for me is Clutter-1.1 bugs with GL_TEXTURE_RECTANGLE_ARB ... I'm going to see if I can fix those over the next few days. (That will probably motivate a higher required version in the configure.ac than is in this version of the patch ... I just used a version that should be new enough to compile the code.)
Can we land just the cogl_*unref patch in the meantime as it breaks the build even with clutter 1.0?
Fixed (with a trivial change to the version to 1.2.0 from 1.1.x)