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 745061 - st-private: fix cogl orthographic projection matrix
st-private: fix cogl orthographic projection matrix
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2015-02-24 00:42 UTC by Cosimo Cecchi
Modified: 2015-02-24 00:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
st-private: fix cogl orthographic projection matrix (1.20 KB, patch)
2015-02-24 00:42 UTC, Cosimo Cecchi
accepted-commit_now Details | Review

Description Cosimo Cecchi 2015-02-24 00:42:18 UTC
See patch
Comment 1 Cosimo Cecchi 2015-02-24 00:42:22 UTC
Created attachment 297725 [details] [review]
st-private: fix cogl orthographic projection matrix

Commit 1c1f63a7d7a5f0be5a796679d029a6b0c600b838 changed the shadow
pipeline to use cogl_framebuffer_ortographic() instead of cogl_ortho(),
but the two functions take their arguments in a different order.

Fixes graphical corruption for text shadows in the login screen.
Comment 2 Jasper St. Pierre (not reading bugmail) 2015-02-24 00:47:48 UTC
Review of attachment 297725 [details] [review]:

Yes.
Comment 3 Cosimo Cecchi 2015-02-24 00:51:43 UTC
Attachment 297725 [details] pushed as 5bdaffd - st-private: fix cogl orthographic projection matrix