summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2003-07-08 09:20:04 +0000
committerKenneth Russel <[email protected]>2003-07-08 09:20:04 +0000
commit41f0cc8b1a0ab45d6aa05dfe1f5a522317864fd5 (patch)
tree9f4149db4630cea4bf592c958ce4fa28236755c1 /make
parentfd3d6d767cb0ef079e430545d27760f91c182758 (diff)
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
Diffstat (limited to 'make')
-rw-r--r--make/Makefile2
1 files changed, 2 insertions, 0 deletions
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 ; \