summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAnders Bakken <anders.bakken@nokia.com>2009-05-28 13:20:48 -0700
committerAnders Bakken <anders.bakken@nokia.com>2009-05-28 13:20:48 -0700
commit2a986b86f841b798cc754fe5c5390c6fee95ce71 (patch)
tree41b6b7afc204683408335417a045af20a1de4495 /dist
parent36bc35c451b6123b0e237430343a80db8a600b24 (diff)
Changes for DirectFB
Reviewed-by: TrustMe
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.5.220
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/changes-4.5.2 b/dist/changes-4.5.2
index 1e0020840f..dcb77d6d47 100644
--- a/dist/changes-4.5.2
+++ b/dist/changes-4.5.2
@@ -139,6 +139,26 @@ Qt for Windows CE
* Plugins *
****************************************************************************
+- directfb
+ * Make sure we pick an approriate format for pixmaps. E.g. use the same as
+ the primary surface for opaque pixmaps and pick an appropriate one for
+ transparent pixmaps if the primary surface format is not transparent.
+ * Properly fall back to the raster engine for pens that aren't solidcolor
+ * Properly fall back to raster engine with "mirrored" scales
+ * Make sure window surfaces are the approriate pixel format and created in
+ video memory if supported
+ * Fix clipping bug that would cause painting errors
+ * Fix various crash bugs
+ * Fix bugs when transforming/copying pixmaps with alpha channel
+ * Fix various bugs with regards to painting with alpha channel/porter duff
+ * Optimize a coupld of internal functions to slightly speed up drawing
+ * Optimize raster fall backs
+ * Allow more customization for Flipping options
+ * Fix drawing with opacity != 1.0
+ * Support for better logging when trying to debug performance problems.
+ * Fix bug in keyboard handling that caused modifiers not to work
+ * Get rid of some compiler warnings
+
****************************************************************************
* Important Behavior Changes *