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. jogl: complete audit of code for unneeded calls to .intern() (details)
  4. Change BCM VC IV detection to handle presence of vc4 DRI module (details)
  5. WWW: update description of jaamsim on the website. (details)
  6. Shows all information of the default graphics device in JoglVersion, bug (details)
  7. Bug 1295: Add linux-aarch64 GNU/Linux AArch64 support (details)
  8. Change library search order for Broadcom VC IV graphics (details)
  9. HowToBuild: Add Debian 9 Notes (details)
  10. Bug 1299: Fix Warning when using JOGL on Mac OS X El Capitan (details)
  11. Version Semantics Test: Bump for 2.4.0 -> 2.3.x (details)
  12. 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 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/media/JaamSim_160x160.png (diff)
The file was modifiedwww/index.html (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 (diff)
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/jogl/classes/jogamp/opengl/egl/EGLES2DynamicLibraryBundleInfo.java (diff)
The file was modifiedsrc/nativewindow/classes/com/jogamp/nativewindow/NativeWindowFactory.java (diff)
The file was addedsrc/nativewindow/classes/jogamp/nativewindow/BcmVCArtifacts.java (diff)