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

Changes

Summary

  1. GLJPanel/GLPbufferImpl: destroy pbuffer reentrance fix; disable device (details)
  2. NativeWindow: Move RegisteredClass to private impl package (details)
  3. Newt: Add com.jogamp.newt.util.* package(s) to public javadoc (details)
Commit e15344bfaf4df4ceb710b304b164bd03005dc132 by Sven Gothel
GLJPanel/GLPbufferImpl: destroy pbuffer reentrance fix; disable device close (X11 error on nvidia); reenable GLJPanel test
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/GLDrawableHelper.java (diff)
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedmake/scripts/tests-x64.bat (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/GLPbufferImpl.java (diff)
The file was modifiedsrc/jogl/classes/javax/media/opengl/awt/GLJPanel.java (diff)
The file was modifiedsrc/junit/com/jogamp/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWT.java (diff)
Commit acda58e3d4a6fd735d0ec755a22b7ed44d02746f by Sven Gothel
NativeWindow: Move RegisteredClass to private impl package
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/windows/WindowsWindow.java (diff)
The file was removedsrc/nativewindow/classes/javax/media/nativewindow/windows/RegisteredClass.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLDrawableFactory.java (diff)
The file was addedsrc/nativewindow/classes/com/jogamp/nativewindow/impl/windows/RegisteredClass.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/impl/windows/WindowsDisplay.java (diff)
The file was removedsrc/nativewindow/classes/javax/media/nativewindow/windows/RegisteredClassFactory.java (diff)
The file was addedsrc/nativewindow/classes/com/jogamp/nativewindow/impl/windows/RegisteredClassFactory.java (diff)
The file was modifiedmake/config/nativewindow/win32-lib.cfg (diff)
Commit 17fafe97b0cd098374a038d0af4c057157c2794d by Sven Gothel
Newt: Add com.jogamp.newt.util.* package(s) to public javadoc
The file was modifiedmake/build.xml (diff)