From b520b60b8150b63283d42011041003efcf15b4aa Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 4 May 2011 06:15:11 +0000 Subject: [PATCH] chlog++ SVN revision: 59168 --- legacy/evas/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index 0b20311a94..ecbd24b1cd 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/ChangeLog @@ -295,3 +295,10 @@ * Improved table layout for homogenous mode to handle not column or row multiple sized table better. + +2011-05-04 Jiyoun Park + + * OpenGL binary shader ability to cache (save and load back + later) to avoid re-compiling shaders on every time an app starts and + uses the GL engine. Faster startup time. +