diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-04-14 01:12:35 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-04-14 01:14:58 +0900 |
commit | 9ec8064638be9a8abc779fc40267fea7de0598f3 (patch) | |
tree | c3c78b34481269f7973a106cb49247b81ee6aa80 /ChangeLog | |
parent | 4d703c12b3b34847e32e119fa6679f49fb86af6d (diff) | |
download | efl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |