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

Changes

Summary

  1. Fix: Ensure proper resource initialization (display call) (details)
  2. Expose provided SWT jars to SWT_CLASSPATH for test scripts (details)
  3. Fix: X11: Allowing FBConfig w/o XVisualInfo for non onscreen (details)
  4. Fix for Bug #452 (details)
Commit 7274b21b07bab263ad6df558b206dd4fa42f7472 by Sven Gothel
Fix: Ensure proper resource initialization (display call)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/caps/TestMultisampleAWT.java (diff)
Commit 0bc0f0219a7443ac721d15ad38508ecb4a50f26d by Sven Gothel
Expose provided SWT jars to SWT_CLASSPATH for test scripts
The file was modifiedmake/scripts/java-win32.bat (diff)
The file was modifiedmake/scripts/setenv-jogl.sh (diff)
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedetc/profile.jogl (diff)
The file was modifiedmake/scripts/java-win64.bat (diff)
The file was modifiedmake/scripts/java-win64-dbg.bat (diff)
The file was modifiedmake/scripts/tests-x64.bat (diff)
The file was modifiedmake/scripts/java-win32-dbg.bat (diff)
Commit 63c8f5322e60e256ea2cdd07212f30a435494de4 by Sven Gothel
Fix: X11: Allowing FBConfig w/o XVisualInfo for non onscreen
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/x11/glx/X11GLCapabilities.java (diff)
Commit 6dd574f75e0b27de31136c05cc0ed18f075f004f by Sven Gothel
Fix for Bug #452
WindowsWGLGraphicsConfiguration.create(..) ->
WindowsWGLGraphicsConfiguration.createFromCurrent(..) emphasizing that
all resources are 'current' ie locked and available.
This method is used for the external context/drawable creation only, called
while they are current.
Hence this method no more makeCurrent/release, which interfered with the
current external context state.

WindowsWGLGraphicsConfigurationFactory: Move surface locking to the right
(common) place.
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLGraphicsConfigurationFactory.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLGraphicsConfiguration.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsExternalWGLDrawable.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsExternalWGLContext.java (diff)