diff options
author | Sung Park <sungwoo@gmail.com> | 2012-10-30 14:37:54 +0000 |
---|---|---|
committer | Sung Park <sungwoo@gmail.com> | 2012-10-30 14:37:54 +0000 |
commit | 9ff072ca6707653ff437b6c8adecfb10c4314fc8 (patch) | |
tree | a710d6441834fe448c197ccf4bc404a25a33d769 /legacy/evas/NEWS | |
parent | bb68f2db602bf25c8857f4737a00e7439d6d266c (diff) |
EvasGL: fix clip bug while computing coordinates for Evas GL
direct rendering optimization.
SVN revision: 78666
Diffstat (limited to 'legacy/evas/NEWS')
-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 a051939f31..07669f881c 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/NEWS | |||
@@ -224,6 +224,7 @@ Fixes: | |||
224 | * TGA loader detects false positives less and handles alpha TGAs better | 224 | * TGA loader detects false positives less and handles alpha TGAs better |
225 | * repeat event flag not inherited from parent smart like pass events | 225 | * repeat event flag not inherited from parent smart like pass events |
226 | * texture size for nv12 format | 226 | * texture size for nv12 format |
227 | * coordinate compute bug for Evas GL direct rendering. | ||
227 | 228 | ||
228 | Improvements: | 229 | Improvements: |
229 | 230 | ||