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 585480 - Adapt to premultiplied alpha usage in Cogl
Adapt to premultiplied alpha usage in Cogl
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2009-06-11 19:36 UTC by Owen Taylor
Modified: 2009-06-11 19:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adapt to premultiplied alpha usage in Cogl (2.79 KB, patch)
2009-06-11 19:36 UTC, Owen Taylor
none Details | Review

Description Owen Taylor 2009-06-11 19:36:11 UTC
Cogl's default blend function has been switched to expect premultiplied
alpha. Change the combine function and the colors we use to
modulate alpha to match.
Comment 1 Owen Taylor 2009-06-11 19:36:28 UTC
Created attachment 136352 [details] [review]
Adapt to premultiplied alpha usage in Cogl
Comment 2 Owen Taylor 2009-06-11 19:39:23 UTC
Pushed this ... I've been testing the equvialent code for a while, (older versions attached to http://bugzilla.openedhand.com/show_bug.cgi?id=1406), am pretty confident, and want to get things working again as soon as possible.