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

Changes

Summary

  1. Fix bug 549 - Incorrect calculation of count value in GLUniformData due (details)
  2. Added Unit-Test for Bug 532 to test Animator behavior w/ CardLayout and (details)
Commit 0b56df9939bcd2e0e1bd193f597206c60fe56c51 by Sven Gothel
Fix bug 549 - Incorrect calculation of count value in GLUniformData due to ignored buffer position.

This was disclosed by testing agains the Intel HD 3000 GPU,
resulting in an INVALID OPERATION GL error (correct).

Other driver ignored this mismatch ..
The file was modifiedsrc/jogl/classes/javax/media/opengl/GLUniformData.java (diff)
Commit 97940607411e33b28886ae4ac8a5e345fc7d015a by Sven Gothel
Added Unit-Test for Bug 532 to test Animator behavior w/ CardLayout and diff. Platforms
The file was modifiedmake/scripts/tests.sh (diff)
The file was addedsrc/test/com/jogamp/opengl/test/junit/jogl/awt/TestAWTCardLayoutAnimatorStartStopBug532.java (diff)