diff options
author | Sven Gothel <[email protected]> | 2012-03-25 03:37:28 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-03-25 03:37:28 +0200 |
commit | 2b9c6ce89136af53458c2b810ad971ab28e6874d (patch) | |
tree | 6d145d552d7f547651a5d06fee7d0691e5aa1fc3 /make | |
parent | 3ed491213f8f7f05d7b9866b50d764370d8ff5f6 (diff) |
X11GLXContext: Remove DEBUG_GLX_MAKECURRENT
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/tests.sh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 6d9e553d3..72939eb44 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -52,11 +52,8 @@ function jrun() { swton=$1 shift - #D_ARGS="-Djogamp.common.utils.locks.Lock.timeout=3000 -Djogamp.debug.Lock" - #D_ARGS="-Djogl.debug.Threading=true -Djogl.debug.GLCanvas -Djogl.debug.GLJPanel" - #D_ARGS="-Djogl.debug.Threading=true -Djogl.debug.GLCanvas -Djogl.debug.GLX_MAKE_CURRENT" - #D_ARGS="-Djogl.1thread=true -Djogl.debug.Threading=true -Djogl.debug.GLCanvas -Djogl.debug.GLX_MAKE_CURRENT -Dnativewindow.debug.GraphicsConfiguration" - D_ARGS="-Djogl.1thread=true -Djogl.debug.Threading=true -Djogl.debug.GLX_MAKE_CURRENT" + #D_ARGS="-Djogl.1thread=false -Djogl.debug.Threading" + D_ARGS="-Djogl.1thread=true -Djogl.debug.Threading" #D_ARGS="-Djogl.debug.DebugGL -Djogl.debug.TraceGL -Djogl.debug.GLContext -Djogl.debug.GLContext.TraceSwitch" #D_ARGS="-Djogl.debug.DebugGL -Djogl.debug.TraceGL -Djogl.debug.GLContext.TraceSwitch -Djogl.debug=all" #D_ARGS="-Djogl.debug.GLDebugMessageHandler" |