cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=f78bc0f22ad9f58fd52686420b5b4ff20f6be495

commit f78bc0f22ad9f58fd52686420b5b4ff20f6be495
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Tue May 26 09:17:50 2015 +0200

    evas: define EGL_OPENGL_ES3_BIT_KHR in all case for better portability.
---
 src/modules/evas/engines/gl_common/evas_gl_common.h | 3 +++
 1 file changed, 3 insertions(+)

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 1875624..2c4ec56 100644
--- a/src/modules/evas/engines/gl_common/evas_gl_common.h
+++ b/src/modules/evas/engines/gl_common/evas_gl_common.h
@@ -238,6 +238,9 @@
 #ifndef EGL_IMAGE_PRESERVED_KHR
 #define EGL_IMAGE_PRESERVED_KHR 0x30D2
 #endif
+#ifndef EGL_OPENGL_ES3_BIT_KHR
+#define EGL_OPENGL_ES3_BIT_KHR            0x00000040
+#endif
 
 // Evas_3d require GL_BGR, but that's an extention and will not be necessary 
once we move to Evas_GL_Image
 #ifndef GL_BGR

-- 


Reply via email to