evas : changed TILESIZE to 16 48/170648/3
authorJoogab Yun <joogab.yun@samsung.com>
Wed, 21 Feb 2018 07:03:49 +0000 (16:03 +0900)
committerjoogab yun <joogab.yun@samsung.com>
Tue, 27 Feb 2018 02:05:50 +0000 (02:05 +0000)
Change-Id: If50a4684cdbf7da69d95028e0bc32f74462601bd

src/lib/evas/include/evas_common_private.h

index 9ed5fe0..524b235 100755 (executable)
@@ -239,7 +239,7 @@ extern EAPI int _evas_log_dom_global;
 
 /* use exact rects for updates not tiles */
 //#define NEWTILER
-#define TILESIZE 8
+#define TILESIZE 16
 #define IMG_MAX_SIZE 65000
 
 #define IMG_TOO_BIG(w, h) \