From 0827a05a58660f727b308d3fef5448edf780c822 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 25 Oct 2012 08:02:31 +0000 Subject: evas: give a Warp 10 engine to XPM loader ! NOTE: If anyone know the moron who did think it was a great idea to make XPM the Freedesktop recommanded choice for icons, please give him a huge SPANK for me ! NOTE: There is in fact no reason why CServe2 and default loader code are not shared. The number of different line is small. I highly advise we make the effort to merge them back soon. SVN revision: 78424 --- legacy/evas/NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'legacy/evas/NEWS') diff --git a/legacy/evas/NEWS b/legacy/evas/NEWS index a30f3e37a3..882946aafa 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/NEWS @@ -19,6 +19,7 @@ Improvements: * EVAS_GL_NO_BLACKLIST env var to turn off blacklisted drivers in gl * Evas gl engine can do partial swaps now. * evas_object_del() now takes NULL parameters + * make xpm loader faster (from O(N) to O(log(N))). Fixes: * Fix segmentation fault with the esvg loader. -- cgit v1.2.1