diff options
author | Sven Gothel <[email protected]> | 2012-10-16 06:27:40 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-10-16 06:27:40 +0200 |
commit | 658d269db957cdb986f2da2fbe15d2441b6f03c4 (patch) | |
tree | d5b5d86f18f67368eb0997d31605e3b3a80c8b5c /make | |
parent | f8fb65c7cd79743a6501fe63ff1e28479ceedb4f (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-x | make/scripts/tests.sh | 4 |
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 $* |