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

Changes

Summary

  1. Fix ProjectFloat (Bug 633): Adding missing offset of sliced buffer (details)
  2. Fix Unit Tests regarding commit (details)
Commit f56e36bd4a497643756ab737422eb356b963b27d by Sven Gothel
Fix ProjectFloat (Bug 633): Adding missing offset of sliced buffer usage; reduce buffer usage (performance) in favor of float[].

Thomas De Bodt reported this error and provided the unit test.
The file was modified src/jogl/classes/com/jogamp/opengl/FloatUtil.java (diff)
The file was addedsrc/test/com/jogamp/opengl/test/junit/jogl/acore/TestPMVMatrix02NEWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/ProjectFloat.java (diff)
The file was modified make/scripts/tests.sh (diff)
Commit 451faa16651a85bab92e11d12de48e4b195904ba by Sven Gothel
Fix Unit Tests regarding commit 55f4405dbf9253e6ca686e44c50b2cfc1af7f3eb: Shader program name is valid if non-zero.
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestFBOMRTNEWT01.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestRulerNEWT01.java (diff)
The file was modified make/scripts/tests.sh (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestGLSLShaderState02NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestGLSLShaderState01NEWT.java (diff)