aboutsummaryrefslogtreecommitdiffstats
path: root/make/egl.cfg
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2008-11-13 20:26:57 +0000
committerSven Gothel <[email protected]>2008-11-13 20:26:57 +0000
commitc25a62a71154340da6b50e56ceef3fa780f89a93 (patch)
tree8fdec21df1774d491e165814e1a2e0067b84289f /make/egl.cfg
parent9802bc053ef45140690bb58232429d225dfe0f75 (diff)
- Removed StaticGLInfo usage.
Function availability is checked by the dynamic ProcAddressTable, so it works as described/desired and removed around 30 kB of text. - Adding EGLExt to support EGLImage to share video buffers between another API (e.g. OpenMax) - EGL: Added platform extension query support - EGLClientBuffer is opaque long - GLXExt: Removed duplicated enumerates from GLX - GLContext: Promoted getPlatformExtensionsString() - GLProfile.setProfile<GL*>(void) changed order of setting the GL profile to: highest -> lowest: GL2 .. GL2ES12 .. GLES2 .. GLES1 git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1784 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/egl.cfg')
-rwxr-xr-xmake/egl.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/egl.cfg b/make/egl.cfg
index 5e2e108fe..53dfd1603 100755
--- a/make/egl.cfg
+++ b/make/egl.cfg
@@ -38,12 +38,14 @@ ForceProcAddressGen __ALL__
# Treat all of the EGL types as opaque longs
# Opaque long EGLConfig
+Opaque long EGLConfig
Opaque long EGLContext
Opaque long EGLDisplay
Opaque long EGLSurface
Opaque long EGLNativeDisplayType
Opaque long EGLNativeWindowType
Opaque long EGLNativePixmapType
+Opaque long EGLClientBuffer
# Opaque long EGLClientBuffer