Adding MSAA extension define for Evas GL MSAA surface support.
authorSung Park <sungwoo@gmail.com>
Thu, 31 May 2012 01:16:53 +0000 (01:16 +0000)
committerSung Park <sungwoo@gmail.com>
Thu, 31 May 2012 01:16:53 +0000 (01:16 +0000)
SVN revision: 71570

legacy/evas/src/modules/engines/gl_common/evas_gl_common.h

index a2b40a8..4ad273c 100644 (file)
 #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