diff options
author | Sven Gothel <[email protected]> | 2019-12-04 06:52:11 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-04 06:52:11 +0100 |
commit | 0094f906b423ea4ad21da5de34076e066b9122b9 (patch) | |
tree | 024a67070b063e43024d9e5df0ef98383e86c548 /make/scripts | |
parent | ab18bcac9b258e32d99707aecf6e2dd6e1d4f417 (diff) |
Bug 1406: demos.Launcher0: More tests ..
Misc:
- Remove unused SysExit..
- showFPS=true default
- allow setting 'useDoubleBuffer' via '-single'
- demos.es2.GearsES2: Don't be verbose on display even w/o animator
IF '-noanim', issue glWindow.display() from main thread
instead of using the animator thread otherwise.
This shall test the swap buffering code in single threaded mode!
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/test-demo-launcher0.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/scripts/test-demo-launcher0.sh b/make/scripts/test-demo-launcher0.sh index 5258047ba..d39707663 100644 --- a/make/scripts/test-demo-launcher0.sh +++ b/make/scripts/test-demo-launcher0.sh @@ -45,10 +45,12 @@ X_ARGS="-Djava.awt.headless=true $X_ARGS" #D_ARGS="-Djogamp.common.utils.locks.Lock.timeout=600000" #D_ARGS="-Djogamp.debug=all" -D_ARGS="-Dnativewindow.debug=all" +#D_ARGS="-Dnativewindow.debug=all" #D_ARGS="-Djogl.debug=all" #D_ARGS="-Djogl.debug=all -Dnewt.debug=all -Djogl.debug.DebugGL" #D_ARGS="-Dnewt.debug=all" +#D_ARGS="-Dnewt.disable.LinuxKeyEventTracker -Dnewt.disable.LinuxMouseTracker" +D_ARGS="-Dnewt.disable.LinuxKeyEventTracker" #D_ARGS="-Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all -Dnewt.disable.LinuxKeyEventTracker -Dnewt.disable.LinuxMouseTracker" #D_ARGS="-Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all -Dnewt.disable.LinuxKeyEventTracker" #D_ARGS="-Dnativewindow.debug=all -Djogl.debug=all -Dnewt.debug=all -Dnewt.disable.LinuxMouseTracker" |