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

Changes

Summary

  1. MacOSXCGLContext: Remove Debug output (details)
  2. OSX/NEWT: NSWindow/NSView Ops on main-thread w/o blocking - Part2 (details)
Commit 28f0a8ca7437a70f6adf7947529b36060b381f7c by Sven Gothel
MacOSXCGLContext: Remove Debug output
The file was modifiedsrc/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java (diff)
Commit 1a1557cd9e31bd7975d858b7b2d49e586805bba4 by Sven Gothel
OSX/NEWT: NSWindow/NSView Ops on main-thread w/o blocking - Part2

Continues commit 81cbcdc8469143587b2044661dd613c798ae02ba

Perform on main-thread invocation from Java, allowing to issue
visibleChanged(..) after creation/visible calls.

This fixes the 'Visibility not reached ..' regressions.
The file was modifiedsrc/newt/native/MacWindow.m (diff)
The file was modifiedsrc/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java (diff)