From 221f81aa5faf310df513a1da5dc0e740f446f576 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Mon, 17 Dec 2012 21:32:25 +0000 Subject: [PATCH] evas: Update ChangeLog SVN revision: 81190 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2d8a3ee299..56ef5d1ba9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2012-12-17 Leandro Pereira + + * Get rid of unused `ref` field in RGBA_Image struct. + * Prepare soil to land threaded render. + * Use refcounted glyph arrays. + * Common code to draw lines, polygons, rectangles, maps, + and scaling. + 2012-12-13 Cedric Bail * Fix potential segv in software engine native_set code.