aboutsummaryrefslogtreecommitdiffstats
path: root/make/gl-if-gl2_es2.cfg
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2008-07-21 00:18:02 +0000
committerSven Gothel <[email protected]>2008-07-21 00:18:02 +0000
commit3e43ef1a81bca32d2840c714c8e791d192ad88cc (patch)
treef607023a72696db5112b0e1f2236f0e4467964a3 /make/gl-if-gl2_es2.cfg
parentde0eaef37caf13314114ab37cc53edc48610a7bf (diff)
- New profile GL2ES12 (desktop)
- Intersection of GL2 + GLES1 + GLES2 - Common set of GLES1 + GLES2 - Utilized new 'ExtendedInterfaceSymbolsOnly' gluegen config - DroppingUniqVendorExtension + 3DFX + APPLE - Some APPLE enumerates are manually provided! - Removing of 'jogl.oswin.jar' - since it is redundant now! - Proper partitioning of 'jogl.gl2' and 'jogl.gl2es12' for - x11, win and osx - Profile selection/trial for e.g. GL2ES1 is now in the following order: 1) GLES1 2) GL2ES12 3) GL2 - Footprint for all profiles below 1/2 MB, NEWT: ES1: 284 kB ES2: 280 kB GL2ES12: 332 kB GL2: 456 kB git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1729 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/gl-if-gl2_es2.cfg')
-rwxr-xr-xmake/gl-if-gl2_es2.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/gl-if-gl2_es2.cfg b/make/gl-if-gl2_es2.cfg
index 549cfcdc8..56a776035 100755
--- a/make/gl-if-gl2_es2.cfg
+++ b/make/gl-if-gl2_es2.cfg
@@ -4,7 +4,7 @@ Style InterfaceOnly
JavaClass GL2ES2
Extends GL2ES2 GL
-IgnoreExtendedInterfaceSymbols ../build/gensrc/classes/javax/media/opengl/GL.java
+ExtendedInterfaceSymbols ../build/gensrc/classes/javax/media/opengl/GL.java
HierarchicalNativeOutput false
Include gl-common.cfg