From: caro Date: Wed, 16 May 2012 21:46:56 +0000 (+0000) Subject: Missing entries X-Git-Tag: submit/trunk/20120815.174732~330 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd5175c6195c889a2ac4fbab862b5ab4b536a808;p=profile%2Fivi%2Fevas.git Missing entries git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@71181 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/ChangeLog b/ChangeLog index 1c18991..cddbb9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -739,7 +739,11 @@ 2012-05-14 Sanghee Park - * Add Multisample Anti-Anliased surface format for Evas GL. + * Add Multisample Anti-Anliased surface format for Evas GL. The formats are divided into High, Med, Low, None, where High represent max number of samples. Currently, this feature is only supported in GLES2 environment with GL_IMG_multisampled_render_to_texture extension supported. + +2012-05-16 Vincent Torri + + * Use Esvg for svg rendering. If not found, librsvg is still used. diff --git a/NEWS b/NEWS index 6122a83..498392e 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,7 @@ Improvements: Fixes: * Add missing files in the tarball. + * Add svg rendering with Esvg Removal: * Remove EVAS_FRAME_QUEUING, EVAS_SLI, METRIC_CACHE and WORD_CACHE.