Missing entries

SVN revision: 71181
This commit is contained in:
Vincent Torri 2012-05-16 21:46:56 +00:00
parent 61656c2ecc
commit 2ce55a9f86
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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.