diff options
author | Sung W. Park <dunamis.park@samsung.com> | 2013-03-04 20:23:49 +0900 |
---|---|---|
committer | Sung W. Park <dunamis.park@samsung.com> | 2013-03-04 20:23:49 +0900 |
commit | 64aa5a2670dd60851939a240beaa0fa9207f416f (patch) | |
tree | f804145b8fefade0c7a8a6a57343d8575fc66d5f /ChangeLog | |
parent | 2b191fd8353a5ac1db7b9a6202625a76ce181131 (diff) | |
download | efl-master.tar.gz efl-master.tar.xz efl-master.zip |
Resource contexts/surfaces are used for creating resources within Evas_GL.
In oder to handle Evas_GL runnig from different thread than the main one,
a resource context/surface pool was used. This turned out to be unnecssary
as they are not used very frequently. So, I got rid of the pool and
made the resources create as needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +2013-03-04 Sung W. Park (sung_) + + * Evas Evas_GL: removed resource surface/context pool in favor of + creating on-demand. resource surface/contexts are used for creating + GL resources for Evas_GL. + + 2013-02-28 Tom Hacohen (TAsn) * Evas textblock: Added proper size adjustments for @@ -5,8 +12,8 @@ 2013-02-28 Mike Blumenkrantz - * fix custom states for edje SPACER parts - * fix edje program filters + * fix custom states for edje SPACER parts + * fix edje program filters 2013-02-28 Cedric Bail |