From a3c5266cfac921fcb9401f99baffd197b9552b6f Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 3 Jul 2012 09:26:29 +0000 Subject: [PATCH] Evas: Update ChangeLog with better description(s) of changes. NB: These are my own descriptions based on changes as they Tizen git commit logs are useless. SVN revision: 73217 --- legacy/evas/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index 45d793e664..bddda5f49b 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/ChangeLog @@ -842,3 +842,13 @@ * upstream merge * Merge remote-tracking branch 'remotes/origin/upstream' +2012-07-03 Christopher Michael + + * Merge Tizen changes to upstream EFL. + * Support gif scaling in evas gif loader. + * Create vertex & fragment shader(s) in the gl_common engine. + * Don't call glGetTexLevelParameteriv unless it is supported. + * Support evas_cserve2 in the wayland_shm engine. + * When freeing a gl_x11 window, make sure to call eglMakeCurrent with a null surface + to inform EGL that this window is no longer valid. +