aboutsummaryrefslogtreecommitdiffstats
path: root/Jake2.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-10-12 15:18:30 +0200
committerSven Gothel <[email protected]>2012-10-12 15:18:30 +0200
commit04d63492cdb87d49e0f10b8f8744193755e344f7 (patch)
tree1afb8ae81a23aa3265ece2784621d737ea89895a /Jake2.sh
parentf5612e7dfc635359f15b402c2ee9022a5e703a9d (diff)
Enabling GL2ES1 and GL2ES2 driver, using JOGL's ImmModeSink and FixedFunctionPipeline to complete each profilejogl2_es2
GL2ES1 uses ImmModeSink GL2ES2 uses ImmModeSink and FixedFunctionPipeline TODO: Updated JOGL contained binaries w/ next aggregated build (please use the source until then)
Diffstat (limited to 'Jake2.sh')
-rw-r--r--Jake2.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/Jake2.sh b/Jake2.sh
index 7ed059d..b02536b 100644
--- a/Jake2.sh
+++ b/Jake2.sh
@@ -7,5 +7,10 @@ CP=lib/jogamp/gluegen-rt.jar:lib/jogamp/joal.jar:lib/jogamp/jogl-all.jar:dist/li
#D_ARGS="-Dnewt.debug.Window.MouseEvent"
#D_ARGS="-Dnewt.debug.Window.KeyEvent"
+#D_ARGS="-Djogl.debug=all"
+#D_ARGS="-Djogl.debug.DebugGL -Djogl.debug.TraceGL"
+#D_ARGS="-Djogl.debug.DebugGL"
+#D_ARGS="-Djogl.debug.TraceGL"
+#D_ARGS="-Djogl.debug.FixedFuncImpl"
exec java -Xmx100M -cp $CP $D_ARGS jake2.Jake2 $*