Neil Roberts
6ad668c76b
cogl-texture: Avoid premult conversion if the dst format has no alpha
The _cogl_texture_needs_premult_conversion function was already checking whether the source format had an alpha channel before returning TRUE, but it also doesn't make sense to do the premult conversion if the destination format has no alpha. This patch adds that check in too.
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%