summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2013-04-14 01:12:35 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2013-04-14 01:14:58 +0900
commit9ec8064638be9a8abc779fc40267fea7de0598f3 (patch)
treec3c78b34481269f7973a106cb49247b81ee6aa80 /ChangeLog
parent4d703c12b3b34847e32e119fa6679f49fb86af6d (diff)
downloadefl-9ec8064638be9a8abc779fc40267fea7de0598f3.tar.gz
Work around new intel Mesa/xorg bug where alpha
channel in NON-ARGB windows is not filled in with 0xff even if all the code does things right.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7c165df47..463da60cfc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-04-14 Carsten Haitzler (The Rasterman)
+
+ * Evas: Work around new intel Mesa/xorg bug where alpha
+ channel in NON-ARGB windows is not filled in with 0xff even if all the
+ code does things right.
+
2013-04-13 ChunEon Park
* Evas: Don't be crashed even if the map image size is 0.