cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=dde9a1e97785b579662349397009e5c97d7daba7
commit dde9a1e97785b579662349397009e5c97d7daba7 Author: Cedric Bail <[email protected]> Date: Sat Aug 16 15:05:56 2014 +0200 evas: allocate enougth atlas for all supported format. --- src/modules/evas/engines/gl_common/evas_gl_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/evas/engines/gl_common/evas_gl_common.h b/src/modules/evas/engines/gl_common/evas_gl_common.h index ca775e9..94d6c09 100644 --- a/src/modules/evas/engines/gl_common/evas_gl_common.h +++ b/src/modules/evas/engines/gl_common/evas_gl_common.h @@ -416,7 +416,7 @@ struct _Evas_GL_Shared #define MAX_ATLAS_H 512 #define DEF_ATLAS_H 512 -#define ATLAS_FORMATS_COUNT 10 +#define ATLAS_FORMATS_COUNT 12 Eina_List *cspaces; // depend on the values of etc1, etc2 and st3c --
