Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. Bug 1116: Oculus SDK 0.4.4: Add extra DK1 detection; Add call to (details)
  2. Bug 1116: Add ShutdownHook for all factories and devices to (details)
Commit d09a50bdc7aca2d441fe7c595711a44fe9dc4a23 by Sven Gothel
Bug 1116: Oculus SDK 0.4.4: Add extra DK1 detection; Add call to ovr_Shutdown() and ovrHmd_Destroy(hmdDesc).

Add extra DK1 detection
  - SDK 0.4.4 w/ DK1 (Linux): ovrHmd_Detect() returns zero!
  - In such case: Try creating one device, which works for DK1 on Linux

Add call to ovr_Shutdown() and ovrHmd_Destroy(hmdDesc).
  - Add StereoDeviceFactory.shutdown() and call
    ovr_Shutdown() for in OVRStereoDeviceFactory.shutdown().

  - Call ovrHmd_Destroy(hmdDesc) in OVRStereoDevice.dispose().
The file was modifiedsrc/oculusvr/classes/jogamp/opengl/oculusvr/OVRStereoDevice.java (diff)
The file was modifiedsrc/oculusvr/classes/jogamp/opengl/oculusvr/OVRStereoDeviceFactory.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/stereo/StereoDemo01.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/stereo/StereoDeviceFactory.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/stereo/generic/GenericStereoDeviceFactory.java (diff)
Commit ee2c18211a5128f5cde5312a7bbb5c0e80674903 by Sven Gothel
Bug 1116: Add ShutdownHook for all factories and devices to StereoDeviceFactory using NativeWindowFactory
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/stereo/generic/GenericStereoDeviceFactory.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/util/stereo/GenericStereoDevice.java (diff)
The file was modifiedsrc/oculusvr/classes/jogamp/opengl/oculusvr/OVRStereoDevice.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/stereo/StereoDevice.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/stereo/StereoDeviceFactory.java (diff)
The file was modifiedsrc/oculusvr/classes/jogamp/opengl/oculusvr/OVRStereoDeviceFactory.java (diff)