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

Changes

Summary

  1. Unit Tests: Increase minimum manual set timeout to 10s (details)
  2. TestTessellationShader01GL4NEWT: Add robustness, i.e. case where (details)
  3. Fix windows test scripts: Add gluegen-test-util.jar (details)
  4. ShaderCode: Fix link to create(..) method (details)
  5. TestLandscapeES2NewtCanvasAWT: Enforce landscape shader to be (details)
  6. Newt Screen viewport in windows units: Add missing setup in overriden (details)
  7. Newt ScreenMode Tests: Return XRandR error-code, allowing fall-back (details)
Commit ac585daa624ec7e8bc747e6e4ef4e1c330f447b5 by Sven Gothel
Unit Tests: Increase minimum manual set timeout to 10s
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestPBufferDeadlockAWT.java (diff)
The file was modified make/scripts/tests.sh (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestBug669RecursiveGLContext01NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestFBOAutoDrawableDeadlockAWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestBug669RecursiveGLContext02NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/caps/TestMultisampleES2NEWT.java (diff)
Commit ce8e9c7fb1ce9d2747a6014a86e759809a4c5c34 by Sven Gothel
TestTessellationShader01GL4NEWT: Add robustness, i.e. case where tessellation failed to compile/link (on unsupported platforms)
The file was addedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/gl4/TessellationShader01aGLSL440CoreHardcoded.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/gl4/newt/TestTessellationShader01GL4NEWT.java (diff)
The file was modified make/scripts/tests.sh (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/gl4/TessellationShader01bGL4.java (diff)
The file was removedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/gl4/TessellationShader01aGL4.java (diff)
Commit 08158d771f9e2338b25094f6afe3a6526378caac by Sven Gothel
Fix windows test scripts: Add gluegen-test-util.jar
The file was modified make/scripts/tests-x32.bat (diff)
The file was modified make/scripts/tests-x64-dbg.bat (diff)
The file was modified make/scripts/tests-x32-dbg.bat (diff)
The file was modified make/scripts/tests-x64.bat (diff)
Commit d720b7b72a42d5a54c974ca43f9d20b5ed28b49c by Sven Gothel
ShaderCode: Fix link to create(..) method
The file was modified src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderCode.java (diff)
Commit 1d623bfc9db124414f6b64a0ce72308c7757b049 by Sven Gothel
TestLandscapeES2NewtCanvasAWT: Enforce landscape shader to be compiled/linked upfront AWT migration, since it takes a long time on Mesa/AMD
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestLandscapeES2NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestLandscapeES2NewtCanvasAWT.java (diff)
The file was modified make/scripts/tests.sh (diff)
Commit 39bed561a04dab457663aaa651e9c9f1f7c12270 by Sven Gothel
Newt Screen viewport in windows units: Add missing setup in overriden calcVirtualScreenOriginAndSize(..) method (duplicate pixel unit)
The file was modified src/test/com/jogamp/opengl/test/junit/newt/mm/TestScreenMode00aNEWT.java (diff)
The file was modified src/nativewindow/classes/javax/media/nativewindow/util/Rectangle.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/bcm/vc/iv/ScreenDriver.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/intel/gdl/ScreenDriver.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/windows/ScreenDriver.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/kd/ScreenDriver.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/x11/ScreenDriver.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/bcm/egl/ScreenDriver.java (diff)
Commit b11fd5ebdd4f2e7189f47ffd53bacdd5a80c85e2 by Sven Gothel
Newt ScreenMode Tests: Return XRandR error-code, allowing fall-back (OpenIndiana has issues); Min delay 4s before next setScreenMode(..)
The file was modified src/test/com/jogamp/opengl/test/junit/newt/mm/TestScreenMode01aNEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/newt/mm/TestScreenMode00cNEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/util/UITestCase.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/util/MiscUtils.java (diff)