[evas_gl] change a max_memcpy_size 512 to 256 97/93797/1
authorJoogab Yun <joogab.yun@samsung.com>
Wed, 26 Oct 2016 04:10:47 +0000 (13:10 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Wed, 26 Oct 2016 04:10:47 +0000 (13:10 +0900)
Change-Id: I9a1c87c8a524c51fc39039397d91c4ad5dd08d2d

src/modules/evas/engines/gl_common/evas_gl_common.h [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index d78b856..76539d5
@@ -155,7 +155,7 @@ struct _Evas_GL_Shared
 #define DEF_ATLAS_H                 512
 
 #define MAX_ATLAS_MEMCPY       1024
-#define DEF_ATLAS_MEMCPY       512
+#define DEF_ATLAS_MEMCPY       256
 
 #define ATLAS_FORMATS_COUNT    12