summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-09-04 16:56:19 +0200
committerSven Gothel <[email protected]>2013-09-04 16:56:19 +0200
commitb1c921edf01605e1626953c5cf76f72845b01746 (patch)
tree17a95c0f8f20294f52635bbb1fd3cdb9adcd12a0 /make
parentb02fb06099e36b678a54f9ce26d127042f95e44f (diff)
TileRenderer: Unify TileRenderer, add RandomTileRenderer (both utilizing GLPixelBuffer, and pre/post GLEventListener)
Diffstat (limited to 'make')
-rw-r--r--make/scripts/tests.sh10
1 files changed, 7 insertions, 3 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh
index c391f7cdc..bbb8c6ece 100644
--- a/make/scripts/tests.sh
+++ b/make/scripts/tests.sh
@@ -315,9 +315,6 @@ function testawtswt() {
#testnoawt com.jogamp.opengl.test.junit.jogl.demos.gl2.newt.TestTeapotNEWT $*
#testnoawt com.jogamp.opengl.test.junit.jogl.demos.gl3.newt.TestGeomShader01TextureGL3NEWT $*
-testawt com.jogamp.opengl.test.junit.jogl.demos.gl2.TestTiledRendering1GL2 $*
-#testawt com.jogamp.opengl.test.junit.jogl.demos.gl2.TestTiledRendering2GL2 $*
-
#
# av demos
#
@@ -326,6 +323,13 @@ testawt com.jogamp.opengl.test.junit.jogl.demos.gl2.TestTiledRendering1GL2 $*
#testnoawt com.jogamp.opengl.test.junit.jogl.demos.es2.av.MovieSimple $*
#
+# tile rendring / printing w/ & w/o AWT
+#
+testnoawt com.jogamp.opengl.test.junit.jogl.tile.TestTiledRendering1GL2 $*
+testnoawt com.jogamp.opengl.test.junit.jogl.tile.TestTiledRendering2GL2 $*
+testnoawt com.jogamp.opengl.test.junit.jogl.tile.TestRandomTiledRendering2GL2 $*
+
+#
# core/newt (testnoawt and testawt)
#
#testnoawt com.jogamp.nativewindow.NativeWindowVersion $*