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

Changes

Summary

  1. JNLP: Cache jogl-all-natives and jogl-cg-natives for linux-armv6 and (details)
  2. Disable double-buffer mode when offscreen-bitmap is chosen, remove
    More change log history
    (details)
Commit 71b204eb577bc6e5e9fb6cf29c5f76e52a6c9726 by xerxes
JNLP: Cache jogl-all-natives and jogl-cg-natives for linux-armv6 and linux-armv6hf.

Gluegen commit gluegen/commit/422d7a5eb53fca6642ebf4e8910d8b0311bb2597
Change/Lower ARM Requierements for GNU/Linux
changed the *native-linux-arm* jar names; update jnlp-files accordingly.

Due to the lack of OS Arch and ABI detection in JNLP launchers
force us download both armv6 armel and armv6hf armhf ABI jars on ARM.
The file was modifiedjnlp-files/jogl-all-noawt.jnlp (diff)
The file was modifiedjnlp-files/jogl-all-mobile.jnlp (diff)
The file was modifiedjnlp-files/jogl-all-awt-cg.jnlp (diff)
The file was modifiedjnlp-files/jogl-all-awt.jnlp (diff)
Commit 33896a42dcec55d52030fae33e64fa966c67f91d by Sven Gothel
Disable double-buffer mode when offscreen-bitmap is chosen, remove dbl-buff bitmap test
The file was modifiedsrc/jogl/classes/jogamp/opengl/GLGraphicsConfigurationUtil.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableFactoryOffscrnCapsNEWT.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java (diff)