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

Changes

Summary

  1. jogl-test-applets: Add 'force gl3' GearsES2 Applet for GL3 core testing (details)
  2. MacOSXCGLContext: Fix ShaderCode instantiation .. (duh!) ; Tested via (details)
  3. Notes: NVIDIA Tegra discard problem ; TestSharedContextVBOES2NEWT (details)
  4. NEWT Windows KeyEvent: We have to store the keyChar for typed events, (details)
  5. NEWT KeyEvent API doc: Document Windows shift+non-uppecase_char, commit (details)
Commit 1cd40d8284f2f8d0da9b40c4ea714a20aad97094 by Sven Gothel
jogl-test-applets: Add 'force gl3' GearsES2 Applet for GL3 core testing on OSX
The file was addedjnlp-files/jogl-applet-runner-newt-gears-gl3-napplet.html (diff)
The file was modifiedjnlp-files/jogl-test-applets.html (diff)
Commit 875a36a142b086e4f1c311440db008f816258de5 by Sven Gothel
MacOSXCGLContext: Fix ShaderCode instantiation .. (duh!) ; Tested via reparenting TestParentingFocusTraversal01AWT
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/newt/parenting/NewtAWTReparentingKeyAdapter.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/newt/parenting/TestParentingFocusTraversal01AWT.java (diff)
The file was modifiedmake/scripts/tests.sh (diff)
Commit 40090a5fe7f5b42c2212d9dd5351730e0f38d601 by Sven Gothel
Notes: NVIDIA Tegra discard problem ; TestSharedContextVBOES2NEWT crashes the NV driver sporadically
The file was modifieddoc/TODO.txt (diff)
Commit c135d638fe820457977747e3d45960da64038d53 by Sven Gothel
NEWT Windows KeyEvent: We have to store the keyChar for typed events, since keyChar from pressed/released may be wrong (Uppercase: SHIFT-1, etc ..)

Partially reverts commit: b62e1d027c289877686d6008ea8dd40e4e1541ec
The file was modifiedmake/scripts/tests-x64.bat (diff)
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedsrc/newt/classes/jogamp/newt/driver/windows/WindowDriver.java (diff)
The file was modifiedsrc/newt/native/WindowsWindow.c (diff)
Commit 502847f59ef01c78a85e4ee5453a09d9b83d9a5e by Sven Gothel
NEWT KeyEvent API doc: Document Windows shift+non-uppecase_char, commit c135d638fe820457977747e3d45960da64038d53
The file was modifiedsrc/newt/classes/com/jogamp/newt/event/KeyEvent.java (diff)