From e626312c79f49b2244b5fdae8dbbf1ee22520817 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 27 Mar 2015 03:07:58 +0100 Subject: Bug 1116: Oculus SDK 0.4.4 support for JOGL - Part-3: New set of C-files, adapt to new SDK API - Tested on Windows and working StereoDemo01 w/ DK2! --- make/build-oculusvr.xml | 87 ++++++++++++++++++-------------- make/config/oculusvr/oculusvr-common.cfg | 19 +++++-- make/config/oculusvr/oculusvr.c | 2 + make/config/oculusvr/oculusvr.cfg | 1 + make/scripts/tests-win.bat | 4 +- make/scripts/tests.sh | 3 +- 6 files changed, 71 insertions(+), 45 deletions(-) (limited to 'make') diff --git a/make/build-oculusvr.xml b/make/build-oculusvr.xml index 48d48056d..717322efa 100644 --- a/make/build-oculusvr.xml +++ b/make/build-oculusvr.xml @@ -403,71 +403,81 @@ - - + + + - - - + + + - - - - - - - - + - + + + + - + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + @@ -538,6 +548,7 @@ + @@ -560,6 +571,8 @@ + + diff --git a/make/scripts/tests-win.bat b/make/scripts/tests-win.bat index 7f25e33b8..0f73de53d 100755 --- a/make/scripts/tests-win.bat +++ b/make/scripts/tests-win.bat @@ -79,7 +79,7 @@ REM scripts\java-win.bat com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile01 REM scripts\java-win.bat com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile02NEWT %* REM scripts\java-win.bat com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile02NEWTNoARBCtx $* REM scripts\java-win.bat com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile03NEWTOffscreen $* -scripts\java-win.bat com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile04NEWTOffscreenNoARBCtx $* +REM scripts\java-win.bat com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile04NEWTOffscreenNoARBCtx $* REM scripts\java-win.bat com.jogamp.opengl.test.junit.jogl.acore.glels.TestGLContextDrawableSwitch02AWT %* REM scripts\java-win.bat com.jogamp.opengl.test.junit.jogl.acore.TestGLContextDrawableSwitch01NEWT %* @@ -221,4 +221,4 @@ REM scripts\java-win.bat com.jogamp.opengl.test.junit.graph.demos.GPUUISceneNewt REM scripts\java-win.bat com.jogamp.opengl.test.junit.jogl.awt.TestBug461FBOSupersamplingSwingAWT REM scripts\java-win.bat com.jogamp.opengl.test.junit.jogl.glsl.TestRulerNEWT01 -REM scripts\java-win.bat com.jogamp.opengl.test.junit.jogl.stereo.StereoDemo01 %* +scripts\java-win.bat com.jogamp.opengl.test.junit.jogl.stereo.StereoDemo01 %* diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index 2d137a0b3..ed9d85896 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -408,12 +408,13 @@ function testawtswt() { #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile01NEWT $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile02NEWTNoARBCtx $* #testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile03NEWTOffscreen $* -testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile04NEWTOffscreenNoARBCtx $* +#testnoawt com.jogamp.opengl.test.junit.jogl.acore.TestGLProfile04NEWTOffscreenNoARBCtx $* #testawt com.jogamp.opengl.test.junit.jogl.acore.TestVersionSemanticsNOUI $* # # Stereo # +testnoawt com.jogamp.oculusvr.OVRVersion $* #testnoawt com.jogamp.opengl.test.junit.jogl.stereo.StereoDemo01 $* # -- cgit v1.2.3