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 609657 - Use cogl multitexture API when drawing MutterShapedTexture
Use cogl multitexture API when drawing MutterShapedTexture
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2010-02-11 15:37 UTC by Tomas Frydrych
Modified: 2010-02-12 11:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to use cogl_rectangles_with_texture_coords (2.20 KB, patch)
2010-02-11 15:37 UTC, Tomas Frydrych
committed Details | Review

Description Tomas Frydrych 2010-02-11 15:37:51 UTC
Created attachment 153539 [details] [review]
Patch to use cogl_rectangles_with_texture_coords

The older code relied on Clutter providing default texture coords for any
layers for which texture coords were not specified, which no longer works, so painting of decorations for themes that use rounded corners is broken.
Comment 1 Owen Taylor 2010-02-11 18:01:42 UTC
Review of attachment 153539 [details] [review]:

Seems like a random 1.0 => 1.2 incompatibility in COGL, but patch looks fine.
Comment 2 Tomas Frydrych 2010-02-12 11:42:37 UTC
Pushed as fb3d352d3ae7bbfba50d7264a85775dbfec2ef61.