diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-06-19 15:18:41 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-06-20 17:35:04 +0900 |
commit | c9c77a4004bd2500302fc975db8997ee84902f1c (patch) | |
tree | 3cd7a8799075e7888761643d302ed7335f6a1256 /NEWS | |
parent | 5ca64106a2b608497b1c5689f1cc87f64ea57802 (diff) |
evas: fast path for map with same color on all corner.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -190,6 +190,7 @@ Improvements: | |||
190 | * Partial rendering support in evas for several gl drivers. | 190 | * Partial rendering support in evas for several gl drivers. |
191 | * edje: use eo array of callbacks to reduce callbacks memory footprint. | 191 | * edje: use eo array of callbacks to reduce callbacks memory footprint. |
192 | * evas: use eo array of callbacks to reduce callbacks memory footprint of Evas_Object_Box and Evas_Object_Table. | 192 | * evas: use eo array of callbacks to reduce callbacks memory footprint of Evas_Object_Box and Evas_Object_Table. |
193 | * evas: optimized path for when map use the same color for all corner. | ||
193 | 194 | ||
194 | Fixes: | 195 | Fixes: |
195 | * Fix a memory leak in ecore_con_dns when using ecore_con_server_connect | 196 | * Fix a memory leak in ecore_con_dns when using ecore_con_server_connect |