Mesa (master): egl: Import eglext.h revision 19332

Matt Turner mattst88 at kemper.freedesktop.org
Thu Oct 25 17:48:34 UTC 2012


Module: Mesa
Branch: master
Commit: d654afd89211f15a2d7ea4c7de66b9c7f5dc8ea1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d654afd89211f15a2d7ea4c7de66b9c7f5dc8ea1

Author: Matt Turner <mattst88 at gmail.com>
Date:   Mon Oct 22 13:13:36 2012 -0700

egl: Import eglext.h revision 19332

The version number (14) wasn't updated.

Reviewed-by: Brian Paul <brianp at vmware.com>

---

 include/EGL/eglext.h |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/include/EGL/eglext.h b/include/EGL/eglext.h
index e96c3a4..974b2c0 100644
--- a/include/EGL/eglext.h
+++ b/include/EGL/eglext.h
@@ -34,7 +34,7 @@ extern "C" {
 
 /* Header file version number */
 /* Current version at http://www.khronos.org/registry/egl/ */
-/* $Revision: 18699 $ on $Date: 2012-07-31 03:04:59 -0700 (Tue, 31 Jul 2012) $ */
+/* $Revision: 19332 $ on $Date: 2012-09-28 17:56:20 -0700 (Fri, 28 Sep 2012) $ */
 #define EGL_EGLEXT_VERSION 14
 
 #ifndef EGL_KHR_config_attribs
@@ -435,6 +435,7 @@ typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSTREAMTIMEKHRPROC)(EGLDisplay dpy, E
 #define EGL_CONTEXT_OPENGL_ROBUST_ACCESS_BIT_KHR	    0x00000004
 #define EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT_KHR		    0x00000001
 #define EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT_KHR    0x00000002
+#define EGL_OPENGL_ES3_BIT_KHR				    0x00000040
 #endif
 
 #ifndef EGL_KHR_surfaceless_context
@@ -456,6 +457,11 @@ typedef EGLStreamKHR (EGLAPIENTRYP PFNEGLCREATESTREAMFROMFILEDESCRIPTORKHRPROC)(
 #endif
 #endif
 
+#ifndef EGL_EXT_multiview_window
+#define EGL_EXT_multiview_window 1
+#define EGL_MULTIVIEW_VIEW_COUNT_EXT		0x3134
+#endif
+
 #include <EGL/eglmesaext.h>
 
 #ifdef __cplusplus




More information about the mesa-commit mailing list