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

Changes

Summary

  1. NEWT/GLContextImpl: Refine API doc, NEWT: Display name -> connection (details)
  2. X11Util.shutdown(): Remove x11IOErrorHandler (details)
  3. NEWT X11Screen: Update X11 RANDR / GL locking test code (still commented (details)
  4. SharedResourceRunner: Use generics ; (details)
  5. TestScreenMode00bNEWT: Reduce getCurrentScreenMode loop 100 -> 50, due (details)
  6. OSX GLLayer (native): Remove CALayer add/remove/swap sublayer animation; (details)
  7. MacOSXJAWTWindow: Also need to fix (onscreen:=false) of the encapsulated (details)
Commit f725e45adebfecef7c91b27b2eb3ff69d2399e2a by Sven Gothel
NEWT/GLContextImpl: Refine API doc, NEWT: Display name -> connection name
The file was modified src/newt/classes/com/jogamp/newt/NewtFactory.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLContextImpl.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/Display.java (diff)
Commit 41d34e1c4594bd1f552dace2b3e1b69889a138fd by Sven Gothel
X11Util.shutdown(): Remove x11IOErrorHandler
The file was modified src/nativewindow/classes/jogamp/nativewindow/x11/X11Util.java (diff)
The file was modified src/nativewindow/native/x11/Xmisc.c (diff)
Commit 6c1aa039afc4b81eeacdc97993cd7c7b2efc6ea4 by Sven Gothel
NEWT X11Screen: Update X11 RANDR / GL locking test code (still commented out)
The file was modified src/newt/classes/jogamp/newt/driver/x11/X11Screen.java (diff)
Commit 26e6aac665d0fede32c322b66d90e82a622624ac by Sven Gothel
SharedResourceRunner: Use generics ; X11GLXDrawableFactory.SharedRunnable shutdown: don't attempt to close Display device.
The file was modified src/jogl/classes/jogamp/opengl/SharedResourceRunner.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java (diff)
Commit 6fe980308f6042f7a3077b724d28f4c3719ba331 by Sven Gothel
TestScreenMode00bNEWT: Reduce getCurrentScreenMode loop 100 -> 50, due to slow processing on CentOS / HD3400
The file was modified src/test/com/jogamp/opengl/test/junit/newt/TestScreenMode00bNEWT.java (diff)
Commit e02a1460018c7f32d7851dfdea41db551543122c by Sven Gothel
OSX GLLayer (native): Remove CALayer add/remove/swap sublayer animation; Fix DestroyNSWindow0

The CALayer animations (add/remove/swap) confused somewhat rendering (layer position) and
even triggered a deallocation sometimes.
The file was modified src/nativewindow/native/macosx/OSXmisc.m (diff)
The file was modified src/jogl/native/macosx/MacOSXWindowSystemInterface-pbuffer.m (diff)
Commit b62d7b08212bdbae8d7755dafe4759dc61ace74a by Sven Gothel
MacOSXJAWTWindow: Also need to fix (onscreen:=false) of the encapsulated GraphicsConfiguration
The file was modified src/nativewindow/classes/jogamp/nativewindow/jawt/macosx/MacOSXJAWTWindow.java (diff)