diff options
author | Sven Gothel <[email protected]> | 2013-09-06 23:14:11 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-09-06 23:14:11 +0200 |
commit | b780eff49b626bd8429e1e87609f7a917f7b094e (patch) | |
tree | 40211bcd92c25aea0a005e0de57106ec540498bc /make/scripts | |
parent | 95d49687f5b9b783f3d8008df86df58cc0f9bfab (diff) |
GLCanvas Printing WIP: Add GLJPanel; GLCanvas TILE_SIZE 512; print(Graphics): Don't force on AWT-EDT -> Deadlock; releasePrint(): perform reshape/display!
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 2921bd409..65ec1d992 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -330,6 +330,7 @@ function testawtswt() { #testnoawt com.jogamp.opengl.test.junit.jogl.tile.TestRandomTiledRendering2GL2NEWT $* #testawt com.jogamp.opengl.test.junit.jogl.tile.TestRandomTiledRendering3GL2AWT $* testawt com.jogamp.opengl.test.junit.jogl.tile.TestTiledPrintingGearsAWT $* +testawt com.jogamp.opengl.test.junit.jogl.tile.TestTiledPrintingGearsSwingAWT $* # # core/newt (testnoawt and testawt) |