diff options
author | Sung Park <sungwoo@gmail.com> | 2013-01-24 04:51:51 +0000 |
---|---|---|
committer | Sung Park <sungwoo@gmail.com> | 2013-01-24 04:51:51 +0000 |
commit | 0c7425a0aa99edcbd34c73218174addacb05981e (patch) | |
tree | ba7e7c784634ec206ce0338854c0ced9845a2d76 /NEWS | |
parent | 5d335bb50be747720f7a85ecaee48b1e2893625b (diff) | |
download | efl-0c7425a0aa99edcbd34c73218174addacb05981e.tar.gz efl-0c7425a0aa99edcbd34c73218174addacb05981e.tar.xz efl-0c7425a0aa99edcbd34c73218174addacb05981e.zip |
Add EVAS_GL_DIRECT_MEM_OPT to enable on-demand fallback memory
allocation policy for EvasGL direct rendering.
Also made some variable name changes and some other minor fixes.
SVN revision: 83199
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ Additions: * evas: - Add ellipsis support in Evas_Object_Text. - Add EVAS_GL_LINE_OFFSET_HACK_DISABLE to turn off line shift correction by evas. + - Add EVAS_GL_DIRECT_MEM_OPT to enable on-demand fallback memory allocation policy for EvasGL direct rendering. * Add ecore_audio API * Added eina_xattr_fd_get(), eina_xattr_fd_set(), eina_xattr_del(), eina_xattr_fd_del(), eina_xattr_copy() and |