From 3e43ef1a81bca32d2840c714c8e791d192ad88cc Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 21 Jul 2008 00:18:02 +0000 Subject: - 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 --- make/build.xml | 168 +++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 127 insertions(+), 41 deletions(-) (limited to 'make/build.xml') diff --git a/make/build.xml b/make/build.xml index 82a0dfe2b..6c89758b4 100644 --- a/make/build.xml +++ b/make/build.xml @@ -155,8 +155,26 @@ - + + + + + + + + + + + + + @@ -174,29 +192,17 @@ value="javax/media/opengl/TraceGLES2.*, javax/media/opengl/DebugGLES2.*"/> + value="com/sun/opengl/impl/jawt/**, javax/media/opengl/awt/**, com/sun/opengl/impl/**/awt/**, com/sun/opengl/impl/packrect/*"/> + value="javax/media/opengl/util/awt/**, com/sun/opengl/util/**/awt/**"/> - - - - - - - - @@ -214,7 +220,7 @@ + value="${java.part.gl2es12.x11}, ${java.part.gl2es12.win}, ${java.part.gl2es12.osx}, ${java.part.gl2es12.dbg}, ${java.part.gl2.x11}, ${java.part.gl2.win}, ${java.part.gl2.osx}, ${java.part.gl2.dbg}, ${java.part.util.gl2}, ${java.part.glugl2}"> @@ -258,14 +264,6 @@ - - - - - - - @@ -277,7 +275,7 @@ - + @@ -433,12 +431,17 @@ - + + + + + + + - @@ -621,6 +624,16 @@ + + + + + + + - + + + + + + + + + + @@ -938,6 +966,14 @@ + + + + + + + + @@ -1267,6 +1303,25 @@ + + + + + + + + + + + + + + + + + + + @@ -1369,7 +1424,7 @@ - + @@ -1411,6 +1466,13 @@ linker.cfg.id="${linker.cfg.id.gl2}"/> + + + + - + @@ -1490,7 +1552,7 @@ + excludes="${java.excludes.fixme} ${java.part.egl}, ${java.part.gl2es12.x11}, ${java.part.gl2es12.win}, ${java.part.gl2es12.osx}, ${java.part.gl2es12.dbg}, ${java.part.gl2.x11}, ${java.part.gl2.win}, ${java.part.gl2.osx}, ${java.part.gl2.dbg}, ${java.part.es1}, ${java.part.es1.dbg}, ${java.part.es2}, ${java.part.es2.dbg}, ${java.part.awt}, ${java.part.glutess}, ${java.part.glugl2es1}, ${java.part.glugl2}, ${java.part.util} ${java.part.util.awt} ${java.part.util.gl2}, ${java.part.newt}, ${java.part.newt.awt}"/> - + + + + + + + + + + + + + + + + + + + @@ -1538,9 +1629,9 @@ + includes="${java.part.awt}" /> + @@ -1549,11 +1640,6 @@ - - -