diff options
author | Sung Park <sungwoo@gmail.com> | 2012-08-21 07:42:08 +0000 |
---|---|---|
committer | Sung Park <sungwoo@gmail.com> | 2012-08-21 07:42:08 +0000 |
commit | d1eea33285dd577aaa83874218eceb8267081e12 (patch) | |
tree | 1fecdde0a5022f9756f48dbd81b89d6194a180c2 /legacy/evas/NEWS | |
parent | f4d20be0c2fa8ab71625a7dfa5d2b7191d35efa6 (diff) |
Fix evas_gl current_context update issue when evas_gl context is deleted.
SVN revision: 75490
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy/evas/NEWS b/legacy/evas/NEWS index 6abd81c219..4455de4fc5 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/NEWS | |||
@@ -28,6 +28,7 @@ Fixes: | |||
28 | * Handle proxy with the right context. | 28 | * Handle proxy with the right context. |
29 | * Force proxied object to stay active to keep track of change in them. | 29 | * Force proxied object to stay active to keep track of change in them. |
30 | * Fix evas_gl's internal resource surface bug when evas' window is deleted/recreated. | 30 | * Fix evas_gl's internal resource surface bug when evas' window is deleted/recreated. |
31 | * Fix evas_gl current_context update issue when evas_gl context is deleted. | ||
31 | 32 | ||
32 | Removal: | 33 | Removal: |
33 | * Remove EVAS_FRAME_QUEUING, EVAS_SLI, METRIC_CACHE and WORD_CACHE. | 34 | * Remove EVAS_FRAME_QUEUING, EVAS_SLI, METRIC_CACHE and WORD_CACHE. |