Had put the Evas GL bug fix news in the wrong place in the

earlier commit. Fixed. 


SVN revision: 78668
This commit is contained in:
Sung Park 2012-10-30 14:43:28 +00:00
parent 9ff072ca67
commit ad65c3b6ba
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,7 @@ Fixes:
* Fix software line drawing c fallback code.
* Fix the vertical line drawing on gl backened.
* Fix potential segfault in gl engine if image internal image is NULL.
* coordinate compute bug for Evas GL direct rendering.
Removal:
* No more support s3c6410.
@ -224,7 +225,6 @@ Fixes:
* TGA loader detects false positives less and handles alpha TGAs better
* repeat event flag not inherited from parent smart like pass events
* texture size for nv12 format
* coordinate compute bug for Evas GL direct rendering.
Improvements: