From 713ba7d44d2ec6b8d046176a76b36a8631d84896 Mon Sep 17 00:00:00 2001 From: sung Date: Thu, 31 May 2012 01:16:53 +0000 Subject: [PATCH] Adding MSAA extension define for Evas GL MSAA surface support. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@71570 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/modules/engines/gl_common/evas_gl_common.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/engines/gl_common/evas_gl_common.h b/src/modules/engines/gl_common/evas_gl_common.h index a2b40a8..4ad273c 100644 --- a/src/modules/engines/gl_common/evas_gl_common.h +++ b/src/modules/engines/gl_common/evas_gl_common.h @@ -108,6 +108,9 @@ #ifndef GL_PROGRAM_BINARY_RETRIEVABLE_HINT # define GL_PROGRAM_BINARY_RETRIEVABLE_HINT 0x8257 #endif +#ifndef GL_MAX_SAMPLES_IMG +#define GL_MAX_SAMPLES_IMG 0x9135 +#endif #define SHAD_VERTEX 0 #define SHAD_COLOR 1 -- 2.7.4