Bug 1406 - Handling of premultiplication in clutter
authorRobert Bragg <robert@linux.intel.com>
Thu, 11 Jun 2009 14:16:27 +0000 (15:16 +0100)
committerRobert Bragg <robert@linux.intel.com>
Thu, 11 Jun 2009 15:00:28 +0000 (16:00 +0100)
commit96827db74089054763c596e28aa180bc0fb1b7c5
tree629243cd45fa6a653be6110dbb08f8f74a70a60d
parenteb55397423181272914c4bdb861eb55b72808dc6
parentec77b9139820207962ba38b3cd2ecc491144592f
Bug 1406 - Handling of premultiplication in clutter

Merge branch 'premultiplication'

[cogl-texture docs] Improves the documentation of the internal_format args
[test-premult] Adds a unit test for texture upload premultiplication semantics
[fog] Document that fogging only works with opaque or unmultipled colors
[test-blend-strings] Explicitly request RGBA_888 tex format for test textures
[premultiplication] Be more conservative with what data gets premultiplied
[bitmap] Fixes _cogl_bitmap_fallback_unpremult
[cogl-bitmap] Fix minor copy and paste error in _cogl_bitmap_fallback_premult
Avoid unnecesary unpremultiplication when saving to local data
Don't unpremultiply Cairo data
Default to a blend function that expects premultiplied colors
Implement premultiplication for CoglBitmap
Use correct texture format for pixmap textures and FBO's
Add cogl_color_premultiply()
clutter/clutter-stage.c
clutter/cogl/cogl-material.h
clutter/cogl/cogl.h.in
tests/conform/test-conform-main.c