mutter/cogl/cogl-pango
Carlos Garnacho e8ea5ecd8a cogl-pango: Factor in default color alpha again
In commit d846fabda we moved to using the override color alpha, however
it was missed that the actor opacity is transferred to the PangoRenderer
through the default color alpha, and the reason it was used there.

We actually want to factor in both alpha values, in order to respect
both foreground color alpha and actor opacity. This is done on the
unpremultiplied color, so we just need to change the alpha value.

Fixes effects on text actors that involve actor opacity.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1158
2020-03-28 12:48:11 +01:00
..
cogl-pango-display-list.c cogl-pango: Factor in default color alpha again 2020-03-28 12:48:11 +01:00
cogl-pango-display-list.h
cogl-pango-fontmap.c cogl: Drop _COGL_RETURN_VAL_IF_FAIL macro 2019-06-19 21:46:22 +02:00
cogl-pango-glyph-cache.c cogl: Remove CoglError wrapper 2019-06-20 18:25:04 +02:00
cogl-pango-glyph-cache.h cogl: Mark exported cogl symbols using COGL_EXPORT 2020-03-26 09:05:38 +01:00
cogl-pango-pipeline-cache.c cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00
cogl-pango-pipeline-cache.h cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00
cogl-pango-private.h cogl: Remove CoglBool, use gboolean instead 2019-02-15 16:35:46 +01:00
cogl-pango-render.c cogl-pango: Special case alpha of 0 2020-03-28 01:04:17 +01:00
cogl-pango.h cogl: Mark exported cogl symbols using COGL_EXPORT 2020-03-26 09:05:38 +01:00
cogl-pango.symbols cogl/pango: Remove deprecated API using implicit fb stack 2019-12-03 19:02:14 +00:00
meson.build cogl: Mark exported cogl symbols using COGL_EXPORT 2020-03-26 09:05:38 +01:00
mutter-cogl-pango.pc.in