diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2012-07-04 09:39:23 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2012-07-04 09:39:23 +0000 |
commit | 1d415b796bf0f506ef7888195faa8ec0ed1f0d06 (patch) | |
tree | 7b79753ca57cf5d98c831f19609fccc6749aa214 /legacy/evas/NEWS | |
parent | 5ef3b00eaf4886d130dfd938354abbc7a8e5a702 (diff) |
evas: add more infrastructure to the prepare stage of pipe rendering.
NOTE: this improve some test by 10 to 15% some other are down by 5%.
Their is still more tunning and improvement possible now (Particularly
with Map), but it will do for now.
SVN revision: 73264
Diffstat (limited to 'legacy/evas/NEWS')
-rw-r--r-- | legacy/evas/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/legacy/evas/NEWS b/legacy/evas/NEWS index 3ec27d8cc6..3ecd54999d 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/NEWS | |||
@@ -13,7 +13,8 @@ Improvements: | |||
13 | * Don't wake up prepare thread if there is nothing to prepare. | 13 | * Don't wake up prepare thread if there is nothing to prepare. |
14 | * Limit the updated region to fit in CPU cache for Pipe rendering. | 14 | * Limit the updated region to fit in CPU cache for Pipe rendering. |
15 | * Cache convertion from Evas_Map to RGBA_Map. | 15 | * Cache convertion from Evas_Map to RGBA_Map. |
16 | * evas_object_smart_members_get() now returns NULL on non-smart objects | 16 | * evas_object_smart_members_get() now returns NULL on non-smart objects. |
17 | * Pipeline rendering use prepare stage more extensively. | ||
17 | 18 | ||
18 | Fixes: | 19 | Fixes: |
19 | * Add missing files in the tarball. | 20 | * Add missing files in the tarball. |