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

Changes

Summary

  1. TestScreenMode02aNEWT: Incr. wait period, for some reason one older test (details)
  2. Bug 1142 - NEWT: Add support to retrieve the primary MonitorDevice (details)
Commit f0f6ee411efb97d34c443c070bb640c8d8a8333f by Sven Gothel
TestScreenMode02aNEWT: Incr. wait period, for some reason one older test machine (Linux/Ubuntu) doesn't rotate screen reliably.
The file was modified src/test/com/jogamp/opengl/test/junit/newt/mm/TestScreenMode02aNEWT.java (diff)
Commit 0adbc977ac7848e8092fa1d58174d0a37aabb86b by Sven Gothel
Bug 1142 - NEWT: Add support to retrieve the primary MonitorDevice

Support added for
  - Windows
  - X11 XRandR 1.3
  - OSX

Note: Our whole MonitorMode association handling is currently _not_ dynamic.
- only on Windows we actually use native unique ID,
   which might not change (adapter and monitor idx)

- On OSX and X11 we simply use indices,
   but if monitor setup changes - they refer to different instances.

In case it is desired to cover dynamic monitor setup change,
we need to address this issue in a new bug entry.
The file was modified src/newt/classes/jogamp/newt/driver/android/ScreenDriver.java (diff)
The file was modified src/newt/native/MacWindow.m (diff)
The file was modified src/newt/classes/com/jogamp/newt/MonitorDevice.java (diff)
The file was modified src/newt/native/ScreenMode.h (diff)
The file was modified src/newt/classes/jogamp/newt/driver/x11/RandR13.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/bcm/egl/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/MonitorDeviceImpl.java (diff)
The file was modified src/newt/native/WindowsWindow.c (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/windows/ScreenDriver.java (diff)
The file was modified src/newt/classes/jogamp/newt/ScreenMonitorState.java (diff)
The file was modified make/scripts/tests.sh (diff)
The file was modified make/scripts/tests-x64-dbg.bat (diff)
The file was modified src/newt/classes/jogamp/newt/ScreenImpl.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/awt/ScreenDriver.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/newt/mm/TestScreenMode00aNEWT.java (diff)
The file was modified make/scripts/tests-win.bat (diff)
The file was modified src/newt/classes/com/jogamp/newt/Screen.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/bcm/vc/iv/ScreenDriver.java (diff)
The file was modified src/newt/native/X11RandR13.c (diff)
The file was modified src/newt/classes/jogamp/newt/MonitorModeProps.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/x11/RandR11.java (diff)