From 41f0cc8b1a0ab45d6aa05dfe1f5a522317864fd5 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Tue, 8 Jul 2003 09:20:04 +0000 Subject: Added sharing of display lists and textures among OpenGL contexts through new methods in GLDrawableFactory; GLContext has not been exposed in the public API. Tested with new simple TestContextSharing demonstration on Windows, Linux and Mac OS X. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@10 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4 --- make/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make') diff --git a/make/Makefile b/make/Makefile index 754d6c1..a1aa688 100644 --- a/make/Makefile +++ b/make/Makefile @@ -74,6 +74,7 @@ DEMO_JAVAFILES = \ $(SRC_DIR)/demos/infiniteShadowVolumes/InfiniteShadowVolumes.java \ $(SRC_DIR)/demos/proceduralTexturePhysics/ProceduralTexturePhysics.java \ $(SRC_DIR)/demos/proceduralTexturePhysics/Water.java \ + $(SRC_DIR)/demos/testContextSharing/TestContextSharing.java \ $(SRC_DIR)/demos/vertexArrayRange/VertexArrayRange.java \ $(SRC_DIR)/demos/vertexProgRefract/VertexProgRefract.java \ $(SRC_DIR)/demos/vertexProgWarp/VertexProgWarp.java @@ -121,6 +122,7 @@ $(JOGL_DEMOS_JAR) $(JOGL_DEMOS_UTIL_JAR) $(JOGL_DEMOS_DATA_JAR): $(CLASSFILES) demos/hwShadowmapsSimple \ demos/infiniteShadowVolumes \ demos/proceduralTexturePhysics \ + demos/testContextSharing \ demos/vertexArrayRange \ demos/vertexProgRefract \ demos/vertexProgWarp ; \ -- cgit v1.2.3