From 2ce55a9f868c8c5a11a65f8ef9c6c715fb62a111 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Wed, 16 May 2012 21:46:56 +0000 Subject: [PATCH] Missing entries SVN revision: 71181 --- legacy/evas/ChangeLog | 6 +++++- legacy/evas/NEWS | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index 1c18991fb6..cddbb9b581 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/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/legacy/evas/NEWS b/legacy/evas/NEWS index 6122a837d6..498392e125 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/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.