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

Changes

Summary

  1. AWTGraphicsConfiguration: Allow null capsRequested; NewtCanvasAWT: Avoid (details)
  2. GLDrawableHelper Perf.: Branch into execGLRunnables(..) only if (details)
  3. MacOSXCGLContext: Use final qualifier for CGL.CGLLockContext(cglCtx) (details)
  4. Bug 735: Adding Andres test cases for analysis. OSX exposes diff. odd (details)
Commit 2d83e346b1e737f9efc0e782ddbd2a9be6a4cd35 by Sven Gothel
AWTGraphicsConfiguration: Allow null capsRequested; NewtCanvasAWT: Avoid NPE @ addNotify() w/o newtChild
The file was modifiedsrc/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java (diff)
The file was modifiedsrc/nativewindow/classes/com/jogamp/nativewindow/awt/AWTGraphicsConfiguration.java (diff)
Commit 646a1f18c6f7e755f6ae3cbb3f2282b1b1bc9e5f by Sven Gothel
GLDrawableHelper Perf.: Branch into execGLRunnables(..) only if glRunnables.size()>0
The file was modifiedsrc/jogl/classes/jogamp/opengl/GLDrawableHelper.java (diff)
Commit ea85d60b854e2b6720dc0ef2b43c783074a66abf by Sven Gothel
MacOSXCGLContext: Use final qualifier for CGL.CGLLockContext(cglCtx) result.
The file was modifiedsrc/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java (diff)
Commit 4fe6cf06f74085cc90d1f5b003fd717234d43ced by Sven Gothel
Bug 735: Adding Andres test cases for analysis. OSX exposes diff. odd behaviors - See BugXYZ test cases.
The file was addedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestLandscapeES2NEWT.java (diff)
The file was addedsrc/test/com/jogamp/opengl/test/bugs/Bug735Inv4AWT.java (diff)
The file was addedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/LandscapeES2.java (diff)
The file was addedsrc/test/com/jogamp/opengl/test/bugs/Bug735Inv0AppletAWT.java (diff)
The file was addedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestLandscapeES2NewtCanvasAWT.java (diff)
The file was addedsrc/test/com/jogamp/opengl/test/bugs/Bug735Inv3AppletAWT.java (diff)
The file was addedsrc/test/com/jogamp/opengl/test/bugs/Bug735Inv1AppletAWT.java (diff)
The file was addedsrc/test/com/jogamp/opengl/test/bugs/Bug735Inv2AppletAWT.java (diff)
The file was addedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/landscape.vp (diff)
The file was modifiedmake/scripts/tests.sh (diff)
The file was addedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/landscape.fp (diff)