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

Changes

Summary

  1. AWTMisc.static: Allow static creation of 'null' AWT cursor to fail (i.e. (details)
  2. Bug 984 - Fix GLBufferObjectTracker.mapBuffer(..)'s mapBufferImpl(..) (details)
Commit 9fb1e46e43900ec9b2f9c9af1fc8984e101c8811 by Sven Gothel
AWTMisc.static: Allow static creation of 'null' AWT cursor to fail (i.e. AWT headless)
The file was modified src/nativewindow/classes/jogamp/nativewindow/awt/AWTMisc.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/awt/JAWTWindow.java (diff)
Commit 72d44215a266ccb569efbd5af3142385c4442fe9 by Sven Gothel
Bug 984 - Fix GLBufferObjectTracker.mapBuffer(..)'s mapBufferImpl(..) parameters for mapBufferRange(..) and mapNamedBufferRange(..)

GLBufferObjectTracker.mapBuffer(..) variant for mapBufferRange(..) and mapNamedBufferRange(..)
used wrong parameters in it's mapBufferImpl(..) call.

Fixed and added mapBufferRange(..) test in TestMapBufferRead01NEWT
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestMapBufferRead01NEWT.java (diff)
The file was modified make/scripts/tests.sh (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLBufferObjectTracker.java (diff)