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

Changes

Summary

  1. www/index.html: Update links and text OpenGL ES 3.x -> OpenGL ES 3.2 (details)
  2. make/doc/jogl/spec-overview.html, make/config/jogl/gl-common.cfg: OpenGL (details)
  3. Bug 1267 - OSX El Capitan: Animated NEWT GLWindow flickers at resize (details)
  4. Bug 1268: Adapt to GlueGen commit (details)
  5. Bug 1270 - Fix OSX El Capitan 10.11 stuttering: ALAudioSink: DEBUG: Show (details)
  6. X11Util.openDisplay: DEBUG: Show reusable and pending display count (details)
  7. Bump scripts to jre1.8.0_66 (details)
  8. jogl: complete audit of code for unneeded calls to .intern() (details)
  9. Change BCM VC IV detection to handle presence of vc4 DRI module (details)
  10. WWW: update description of jaamsim on the website. (details)
  11. Shows all information of the default graphics device in JoglVersion, bug (details)
  12. Bug 1295: Add linux-aarch64 GNU/Linux AArch64 support (details)
  13. Change library search order for Broadcom VC IV graphics (details)
  14. HowToBuild: Add Debian 9 Notes (details)
  15. Bug 1299: Fix Warning when using JOGL on Mac OS X El Capitan (details)
  16. Version Semantics Test: Bump for 2.4.0 -> 2.3.x (details)
  17. Bug 1290: Expand query whether BCM IV is being used, exclude (details)
Commit b3555058a05aed43e8fe93dc21db70695df5a9ad by xerxes
www/index.html: Update links and text OpenGL ES 3.x -> OpenGL ES 3.2
The file was modifiedwww/index.html (diff)
Commit 0d2abcd9b556cabdaaaa36d0c1465d3d1f4f0808 by xerxes
make/doc/jogl/spec-overview.html, make/config/jogl/gl-common.cfg: OpenGL
ES 3.1 -> 3.2
The file was modifiedmake/doc/jogl/spec-overview.html (diff)
The file was modifiedmake/config/jogl/gl-common.cfg (diff)
Commit 2fa50b55b2459fee19338fcf4f5666577b25ca7d by Sven Gothel
Bug 1267 - OSX El Capitan: Animated NEWT GLWindow flickers at resize
OSX El Capitan 10.11.1 using JRE 1.8.0_66:
Animated NEWT GLWindow flickers at resize.
While at live resize the animation thread renders into the live resized
NSView which causes flickering on OSX 10.11.
Resolution is to pause animation during live resize and resume at its
end.
The file was modifiedsrc/newt/native/NewtMacWindow.m (diff)
The file was modifiedsrc/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java (diff)
The file was modifiedsrc/newt/native/NewtMacWindow.h (diff)
The file was modifiedsrc/newt/classes/jogamp/newt/WindowImpl.java (diff)
Commit d686924d80660a266c57473b7fbc209d6a1a062b by Sven Gothel
Bug 1268: Adapt to GlueGen commit
2034bbfac88b7d1360f9c939e173ff758f7f47ac
The file was modifiedsrc/oculusvr/classes/com/jogamp/oculusvr/OVRDynamicLibraryBundleInfo.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/DesktopGLDynamicLookupHelper.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/GLDynamicLibraryBundleInfo.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/cg/CgDynamicLibraryBundleInfo.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGDynamicLibraryBundleInfo.java (diff)
Commit 5b6112bf45f7ae2e0e14f2219b9bbf11b84252d2 by Sven Gothel
Bug 1270 - Fix OSX El Capitan 10.11 stuttering: ALAudioSink: DEBUG: Show
OpenAL Version
The file was modifiedsrc/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/openal/av/ALAudioSink.java (diff)
Commit 2583a422d48ebb754547eb9d8e0ae89933de637f by Sven Gothel
X11Util.openDisplay: DEBUG: Show reusable and pending display count
The file was modifiedsrc/nativewindow/classes/jogamp/nativewindow/x11/X11Util.java (diff)
Commit 45cc13c4d68fb3137b741cbc39ea653c15db2f66 by Sven Gothel
Bump scripts to jre1.8.0_66
The file was modifiedmake/scripts/tests-x32.bat (diff)
The file was modifiedmake/scripts/tests-x64-dbg.bat (diff)
The file was modifiedmake/scripts/make.jogl.all.win32.bat (diff)
The file was modifiedmake/scripts/test-win32-smb_share.bat (diff)
The file was modifiedmake/scripts/make.jogl.all.win64.bat (diff)
The file was modifiedmake/scripts/tests-javaws-x64.bat (diff)
The file was modifiedmake/scripts/tests-x64.bat (diff)
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedmake/scripts/tests-x32-dbg.bat (diff)
Commit fef0ec387c64b819e4ceeb5d153682658e70957c by Harvey Harrison
jogl: complete audit of code for unneeded calls to .intern()
Completes task from Bug1059. These calls are not needed as the VM
implicitly interns String constants when a class is loaded.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
The file was modifiedsrc/nativewindow/classes/com/jogamp/nativewindow/NativeWindowFactory.java (diff)
Commit 93094928489adb0b12889f7b35c75a28303e18e8 by gottfried.haider
Change BCM VC IV detection to handle presence of vc4 DRI module
The recent Raspbian release comes with a vc4 kernel module that can be
activated with a device tree overlay. In this case, we want to use the
DRI & Mesa / Gallium3D driver instead of the BCM VC IV one, whose
userspace library remains in /opt/vc.
The file was modifiedsrc/nativewindow/classes/com/jogamp/nativewindow/NativeWindowFactory.java (diff)
Commit 8a62985ca763c793ab75a69d2600cb9724a84402 by Harvey Harrison
WWW: update description of jaamsim on the website.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
The file was modifiedwww/index.html (diff)
The file was modifiedwww/media/JaamSim_160x160.png (diff)
Commit fa0f55873667a0380101312c073ad18bd0ec3fab by gouessej
Shows all information of the default graphics device in JoglVersion, bug
1294
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/JoglVersion.java (diff)
Commit d21c48849eb962c3c5c863587aeffe2db33a236f by xerxes
Bug 1295: Add linux-aarch64 GNU/Linux AArch64 support
scripts/make.jogl.all.linux-aarch64-cross.sh:
New crosscompile script
build-common.xml:
Add SWT compile hack for isLinuxARM64
The file was modifiedmake/build-common.xml (diff)
The file was addedmake/scripts/make.jogl.all.linux-aarch64-cross.sh
Commit 6665ecc942fff70667a2c3ca3d25eba54b909faa by gottfried.haider
Change library search order for Broadcom VC IV graphics
When the VC4 DRM driver isn't loaded, we want to load the VC IV GLES2
driver, which is - unfortunately - only available as libGLESv2.so.
The file was modifiedsrc/jogl/classes/jogamp/opengl/egl/EGLES2DynamicLibraryBundleInfo.java (diff)
Commit ec05537be8a1355d74c86d0f3b4509ec3dc653f5 by Sven Gothel
HowToBuild: Add Debian 9 Notes
The file was modifieddoc/HowToBuild.html (diff)
Commit d590c5df17650b3790bb434fb7529df874914a09 by Sven Gothel
Bug 1299: Fix Warning when using JOGL on Mac OS X El Capitan
It turned out to be a missing CATransaction, i.e. the native
create/destroy commands had to be encapsulated within [CATransaction
begin] and [CATransaction commit] causing the uncommitted CATransaction.
The file was modifiedsrc/nativewindow/native/macosx/OSXmisc.m (diff)
Commit 9cecc35ac7ee52622ff2e5eb3c961e0f75abd72b by Sven Gothel
Version Semantics Test: Bump for 2.4.0 -> 2.3.x
We are still on the 2.3.x branch for the next release
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/acore/TestVersionSemanticsNOUI.java (diff)
Commit 347271ffdd09153a2334fda593774d49050f84e0 by Sven Gothel
Bug 1290: Expand query whether BCM IV is being used, exclude
'/dev/dri/card0'
Also refactor query to jogamp.nativewindow.BcmVCArtifacts
The file was modifiedsrc/nativewindow/classes/com/jogamp/nativewindow/NativeWindowFactory.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/egl/EGLES2DynamicLibraryBundleInfo.java (diff)
The file was addedsrc/nativewindow/classes/jogamp/nativewindow/BcmVCArtifacts.java