diff options
author | Sung Park <sungwoo@gmail.com> | 2012-10-30 14:43:28 +0000 |
---|---|---|
committer | Sung Park <sungwoo@gmail.com> | 2012-10-30 14:43:28 +0000 |
commit | ad65c3b6bad9a34696e47bfa9b484702906bcf13 (patch) | |
tree | 990b559a979a5fa91fa88796d6e25781a83a230b /legacy | |
parent | 9ff072ca6707653ff437b6c8adecfb10c4314fc8 (diff) |
Had put the Evas GL bug fix news in the wrong place in the
earlier commit. Fixed.
SVN revision: 78668
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/evas/NEWS b/legacy/evas/NEWS index 07669f881c..f5428a6ae3 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/NEWS | |||
@@ -32,6 +32,7 @@ Fixes: | |||
32 | * Fix software line drawing c fallback code. | 32 | * Fix software line drawing c fallback code. |
33 | * Fix the vertical line drawing on gl backened. | 33 | * Fix the vertical line drawing on gl backened. |
34 | * Fix potential segfault in gl engine if image internal image is NULL. | 34 | * Fix potential segfault in gl engine if image internal image is NULL. |
35 | * coordinate compute bug for Evas GL direct rendering. | ||
35 | 36 | ||
36 | Removal: | 37 | Removal: |
37 | * No more support s3c6410. | 38 | * No more support s3c6410. |
@@ -224,7 +225,6 @@ Fixes: | |||
224 | * TGA loader detects false positives less and handles alpha TGAs better | 225 | * TGA loader detects false positives less and handles alpha TGAs better |
225 | * repeat event flag not inherited from parent smart like pass events | 226 | * repeat event flag not inherited from parent smart like pass events |
226 | * texture size for nv12 format | 227 | * texture size for nv12 format |
227 | * coordinate compute bug for Evas GL direct rendering. | ||
228 | 228 | ||
229 | Improvements: | 229 | Improvements: |
230 | 230 | ||