From ad65c3b6bad9a34696e47bfa9b484702906bcf13 Mon Sep 17 00:00:00 2001 From: Sung Park Date: Tue, 30 Oct 2012 14:43:28 +0000 Subject: [PATCH] Had put the Evas GL bug fix news in the wrong place in the earlier commit. Fixed. SVN revision: 78668 --- legacy/evas/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: * 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: