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

Changes

Summary

  1. Remove warnings (details)
  2. Test: NEWT Remote GLWindow w/ GL2ES1 (GLSL n/a on remote GLX, eg. NV) (details)
  3. Test NEWT Remote GLWindow: Show VBO usage (details)
  4. Cleanup JARs: Add jogl_cg native jar (atomic only); Move newt.event.jar (details)
  5. NEWT/ScreenMode: If unimplemented have at least current mode in list. (details)
  6. Test/Ruler/ScreenMode: Validate whether current ScreenMode exists (details)
  7. NEWT/MacOSX: Fix resignKeyWindow super call. Summarize (details)
  8. NEWT/Test FocusEventCountAdapter: Detailed test whether focus (details)
  9. NewtCanvasAWT: Cleanup / Remove FIXME tag (impl. is ok) (details)
  10. NEWT/Native RequestFocus: Even if owning focus, run the focusAction() (details)
  11. Test/AWTRobotUtil: Proper titlebar location (using insets) ; Real (details)
  12. Test/Focus: Add sleep for manual focus tests (details)
  13. Newt/OSX: Disable VERBOSE (details)
  14. test script (details)
  15. Proper self containing NV Cg location (details)
The file was modified src/newt/native/MacWindow.m (diff)
Commit cddc4a0f34a80c7719968e342612b0216fc6cb82 by Sven Gothel
Test: NEWT Remote GLWindow w/ GL2ES1 (GLSL n/a on remote GLX, eg. NV)

- X11GLXContext: Better error message (requested / has)
- Test:
  - Need to fetch remote GLProfile for GLCapabilities, since local machine differs
  - Can't use GLSL (GL2ES2) on remote .. n/a w/ NV
The file was modified src/test/com/jogamp/opengl/test/junit/newt/TestRemoteGLWindows01NEWT.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/x11/glx/X11GLXContext.java (diff)
Commit 742f11b06bece2679cb3bd8ec3ded885dfb0363b by Sven Gothel
Test NEWT Remote GLWindow: Show VBO usage
The file was modified src/test/com/jogamp/opengl/test/junit/newt/TestRemoteGLWindows01NEWT.java (diff)
Commit 929093c88a8741ee4819291c4494f350695a394c by Sven Gothel
Cleanup JARs: Add jogl_cg native jar (atomic only); Move newt.event.jar to atomic.
The file was modified make/build-jogl.xml (diff)
The file was modified make/build-common.xml (diff)
Commit d6ecf1d8dd105f2d84e86e94159dc55700d2e0e6 by Sven Gothel
NEWT/ScreenMode: If unimplemented have at least current mode in list. Current mode uses ScreenSize w/ dummy values if unimplemented.
The file was modified src/test/com/jogamp/opengl/test/junit/newt/TestScreenMode02NEWT.java (diff)
The file was modified src/newt/classes/com/jogamp/newt/Screen.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/newt/TestScreenMode01NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/newt/TestScreenMode00NEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/newt/TestScreenMode01bNEWT.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/newt/TestScreenMode00bNEWT.java (diff)
The file was modified src/newt/classes/jogamp/newt/ScreenImpl.java (diff)
Commit 39fc0cdbcc456fe33e0ff167b8a0ce1499b8e46e by Sven Gothel
Test/Ruler/ScreenMode: Validate whether current ScreenMode exists
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestRulerNEWT01.java (diff)
Commit 0f0d561a8e40ec98052a095f5f67948d1926f3d8 by Sven Gothel
NEWT/MacOSX: Fix resignKeyWindow super call. Summarize sendFocusLost/sendFocusGained -> focusChanged
The file was modified src/newt/native/NewtMacWindow.m (diff)
The file was modified src/newt/native/NewtMacWindow.h (diff)
Commit d5b309df5f38174ae14fe8bb8fb7f4b9eb8b96d6 by Sven Gothel
NEWT/Test FocusEventCountAdapter: Detailed test whether focus gained/lost
The file was modified src/test/com/jogamp/opengl/test/junit/util/FocusEventCountAdapter.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/newt/TestFocus01SwingAWTRobot.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/util/AWTFocusAdapter.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/util/NEWTFocusAdapter.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/newt/TestFocus02SwingAWTRobot.java (diff)
Commit a9494e62a039d2b4bb0c8f7492e273aad44531c5 by Sven Gothel
NewtCanvasAWT: Cleanup / Remove FIXME tag (impl. is ok)
The file was modified src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java (diff)
Commit cba9a070f9649bec42627631d393963d548e320c by Sven Gothel
NEWT/Native RequestFocus: Even if owning focus, run the focusAction() call incl. native focus request (X11, Windows, OSX)
The file was modified src/newt/native/X11Window.c (diff)
The file was modified src/newt/native/WindowsWindow.c (diff)
The file was modified src/newt/native/MacWindow.m (diff)
Commit 1e68529642e3e8ac6c88c023a63ac9f4dac184b1 by Sven Gothel
Test/AWTRobotUtil: Proper titlebar location (using insets) ; Real UI/Robot requestFocus impl.
The file was modified src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java (diff)
Commit 017d4c1dc77c4e7d4b5b4e2f9ca4ad60217a0591 by Sven Gothel
Test/Focus: Add sleep for manual focus tests
The file was modified src/test/com/jogamp/opengl/test/junit/newt/TestFocus02SwingAWTRobot.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/newt/TestFocus01SwingAWTRobot.java (diff)
Commit d89340101dce9e40e541af2813c65e6402d98ec6 by Sven Gothel
Newt/OSX: Disable VERBOSE
The file was modified src/newt/native/NewtMacWindow.h (diff)
The file was modified make/scripts/tests.sh (diff)
Commit 610473bd1ad7598db42d40d0d861467bdb1304b6 by Sven Gothel
Proper self containing NV Cg location
The file was addedmake/stub_includes/cg/Cg/cgGL.h (diff)
The file was addedmake/stub_includes/cg/Cg/cg_errors.h (diff)
The file was removedmake/stub_includes/cg/CG/cg_profiles.h (diff)
The file was addedmake/stub_includes/cg/Cg/cgGL_profiles.h (diff)
The file was addedmake/stub_includes/cg/Cg/cg_bindlocations.h (diff)
The file was addedmake/stub_includes/cg/Cg/cg_enums.h (diff)
The file was addedmake/stub_includes/cg/Cg/cg_datatypes.h (diff)
The file was removedmake/stub_includes/cg/CG/cg_enums.h (diff)
The file was removedmake/stub_includes/cg/CG/cgGL.h (diff)
The file was modified make/stub_includes/opengl/cg.c (diff)
The file was addedmake/stub_includes/cg/Cg/cg.h (diff)
The file was modified make/config/jogl/cg-common.cfg (diff)
The file was removedmake/stub_includes/cg/CG/cg_errors.h (diff)
The file was removedmake/stub_includes/cg/CG/cg.h (diff)
The file was removedmake/stub_includes/cg/CG/cg_datatypes.h (diff)
The file was removedmake/stub_includes/cg/CG/cg_bindlocations.h (diff)
The file was addedmake/stub_includes/cg/Cg/cg_profiles.h (diff)
The file was removedmake/stub_includes/cg/CG/cgGL_profiles.h (diff)