From a0c7b5ca791f659d9c98654b47246092aad42665 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 29 Oct 2010 06:30:45 +0200 Subject: JOGL: HashMap ProcAddressTable for all GL profiles incl GLX/WGL/CGL/EGL Reduce (performance/footprint) overhead of ProcAddressTable recreation, instead use a hashmap (major, minor, profile) -> ProcAddressTable. Remove GL2ES12 implementation profile, redundant. --- make/build-jogl.xml | 80 ++++------------------------------------------------- 1 file changed, 6 insertions(+), 74 deletions(-) (limited to 'make/build-jogl.xml') diff --git a/make/build-jogl.xml b/make/build-jogl.xml index c9fe30f5f..27fcc55ac 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -101,9 +101,6 @@ - - @@ -515,18 +512,6 @@ - - - - - - - - @@ -551,7 +536,7 @@ - + - - - - - - - - - @@ -1313,22 +1283,6 @@ - - - - - - - - - - - - - - - - @@ -1435,13 +1389,6 @@ linker.cfg.id="${linker.cfg.id.os}"/> - - - - - - + @@ -1595,15 +1541,7 @@ - - - - - - - + - @@ -1659,7 +1596,7 @@ + excludes="${java.part.awt} ${java.part.util.awt}"> @@ -1668,7 +1605,7 @@ @@ -1705,7 +1642,6 @@ - @@ -1715,11 +1651,7 @@ - - - + excludes="${java.part.gldesktop.dbg}, ${java.part.glugldesktop}"/> -- cgit v1.2.3