aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-10-16 06:27:40 +0200
committerSven Gothel <[email protected]>2012-10-16 06:27:40 +0200
commit658d269db957cdb986f2da2fbe15d2441b6f03c4 (patch)
treed5b5d86f18f67368eb0997d31605e3b3a80c8b5c /make
parentf8fb65c7cd79743a6501fe63ff1e28479ceedb4f (diff)
ImmModeSink: Fix buffer grow (+1 element @ named buffer), enable DEBUG_* via properties, drawIndices QUAD w/ proper range and add uint; FixedFunctionHook: drawIndices QUAD w/ proper range and add uint
Diffstat (limited to 'make')
-rwxr-xr-xmake/scripts/tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh
index 7519606e1..a667dbe6e 100755
--- a/make/scripts/tests.sh
+++ b/make/scripts/tests.sh
@@ -402,8 +402,8 @@ function testawtswt() {
#
# Misc Utils
#
-#testnoawt com.jogamp.opengl.test.junit.jogl.util.TestImmModeSinkES1NEWT $*
-testnoawt com.jogamp.opengl.test.junit.jogl.util.TestES1FixedFunctionPipelineNEWT $*
+testnoawt com.jogamp.opengl.test.junit.jogl.util.TestImmModeSinkES1NEWT $*
+#testnoawt com.jogamp.opengl.test.junit.jogl.util.TestES1FixedFunctionPipelineNEWT $*
#testnoawt com.jogamp.opengl.test.junit.jogl.demos.es1.newt.TestGearsES1NEWT $*
#testnoawt com.jogamp.opengl.test.junit.jogl.demos.es1.newt.TestRedSquareES1NEWT $*