GNOME Bugzilla – Bug 683483
st-texture-cache: Fix stretched textures
Last modified: 2012-09-06 11:57:39 UTC
See patch.
Created attachment 223632 [details] [review] st-texture-cache: Fix stretched textures st_texture_cache_load_from_raw() enforces a square ClutterTexture, resulting in the texture being stretched if the passed in image data has a different width:height ratio. Add padding in those cases as we already do when loading from pixbufs.
Review of attachment 223632 [details] [review]: Ok
Attachment 223632 [details] pushed as 6b016c2 - st-texture-cache: Fix stretched textures