From e1c716511d4c36b3a6ae82eceeb74147a3001dfe Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 18 Jul 2008 12:24:17 +0000 Subject: - Using new config feature: 'IgnoreExtendedInterfaceSymbols ' and get rid of manual 'Ignore' configs for common stuff in the base interfaces. - Add: GLUnsupportedException: - Using new config feature 'UnsupportedExceptionType GLUnsupportedException' - GLUnsupportedException is used for anything 'UnsupportedOperationException' - GLU: - GLU itself is no more abstract - GLU contains the tesselator implementation - name, return type, modifiers and arguments - createGLU(..) - operated by profile name now. - GLU itself will be used for GLES2 - Cleanup: - gluegen/GL configs .. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1725 232f8b59-042b-4e1e-8c03-345bb8c30851 --- make/gl-es1.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'make/gl-es1.cfg') diff --git a/make/gl-es1.cfg b/make/gl-es1.cfg index db32adba6..db236180c 100755 --- a/make/gl-es1.cfg +++ b/make/gl-es1.cfg @@ -2,6 +2,9 @@ JavaOutputDir ../build/gensrc/classes NativeOutputDir ../build/gensrc/native/jogl/es1 +IgnoreExtendedInterfaceSymbols ../build/gensrc/classes/javax/media/opengl/GL.java +IgnoreExtendedInterfaceSymbols ../build/gensrc/classes/javax/media/opengl/GL2ES1.java + # There are a few routines we don't handle yet Ignore glGetBufferPointervOES Package javax.media.opengl @@ -15,8 +18,7 @@ Implements GLES1Impl GL Implements GLES1Impl GL2ES1 HierarchicalNativeOutput false Include gl-common.cfg -Include gl-ignore-gl2_es-enums.cfg -Include gl-ignore-gl2_es1-enums.cfg +Include gl-common-extensions.cfg EmitProcAddressTable true ProcAddressTableClassName GLES1ProcAddressTable -- cgit v1.2.3