After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 610862 - Support and require Clutter 1.1
Support and require Clutter 1.1
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
: 610454 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-02-23 17:39 UTC by Owen Taylor
Modified: 2010-03-11 20:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Support and require Clutter 1.1 (11.55 KB, patch)
2010-02-23 17:39 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2010-02-23 17:39:24 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()
Comment 1 Owen Taylor 2010-02-23 17:39:26 UTC
Created attachment 154525 [details] [review]
Support and require Clutter 1.1
Comment 2 Owen Taylor 2010-02-23 17:40:39 UTC
*** Bug 610454 has been marked as a duplicate of this bug. ***
Comment 3 Owen Taylor 2010-02-23 17:42:21 UTC
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.)
Comment 4 Colin Walters 2010-02-26 14:07:38 UTC
Can we land just the cogl_*unref patch in the meantime as it breaks the build even with clutter 1.0?
Comment 5 Owen Taylor 2010-03-11 20:07:29 UTC
Fixed (with a trivial change to the version to 1.2.0 from 1.1.x)