diff options
author | Sven Gothel <[email protected]> | 2013-09-08 19:26:20 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-09-08 19:26:20 +0200 |
commit | fb6440fb6e4fac31d03799d5cf804d02c78f2c38 (patch) | |
tree | 4461a7f1fae2229d8afc8c9d3667ceba69e9a9b3 /make | |
parent | 541701f5803c5005864efcb09a0c4aacecb470f9 (diff) |
NewtCanvasAWT: Implement AWTPrintLifecycle and hence support for AWT printing.
Note: Same bug existing as w/ GLCanvas, i.e.
'GLDrawableUtil.swapGLContextAndAllGLEventListener(gladPre, gladNew)':
If 'gladPre' is onscreen and using MSAA (on NV/GLX),
the ctx cannot be made current in it's new 'gladNew' location.
Same workaround applied, i.e. use onscreen drawable while printing.
Diffstat (limited to 'make')
-rw-r--r-- | make/scripts/tests.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 2b7a2563e..a23ea46d6 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -329,8 +329,9 @@ function testawtswt() { #testnoawt com.jogamp.opengl.test.junit.jogl.tile.TestTiledRendering2NEWT $* #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 $* +#testawt com.jogamp.opengl.test.junit.jogl.tile.TestTiledPrintingGearsAWT $* +#testawt com.jogamp.opengl.test.junit.jogl.tile.TestTiledPrintingGearsSwingAWT $* +testawt com.jogamp.opengl.test.junit.jogl.tile.TestTiledPrintingGearsNewtAWT $* # # core/newt (testnoawt and testawt) |