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.
2010-06-22 12:22:47 +01:00
..
2010-06-01 12:08:18 +01:00
2010-03-01 12:56:10 +00:00
2010-03-03 17:02:51 +00:00