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

Changes

Summary

  1. NativeWindow/JOGL: Cleanup Caps doc and implicit related values. (details)
  2. Complete translucency support for Win32  - tested w/ NEWT (details)
  3. Test Multisample/Translucency: Remove implicit alpha settings (details)
  4. WindowsDWM: Check all methods for availability - Cleanup header (details)
Commit 3ea949b6a14c1ba631cb41b7439af86b21db4c05 by Sven Gothel
NativeWindow/JOGL: Cleanup Caps doc and implicit related values.

Capabilities
  setBackgroundOpaque -> setAlphaBits

GLCapabilities
  setOnscreen <-> setPBuffer
  setSampleBuffers -> setAlphaBits
The file was modifiedsrc/nativewindow/classes/javax/media/nativewindow/Capabilities.java (diff)
The file was modifiedsrc/jogl/classes/javax/media/opengl/GLCapabilities.java (diff)
Commit c8e147620c55ff16e9d687bb36a4374e97e82176 by Sven Gothel
Complete translucency support for Win32  - tested w/ NEWT

https://jogamp.org/bugzilla/show_bug.cgi?id=517

- Adding some Windows DWM entries to GDI (manual) for translucency support
- Add translucency setting in WindowsWGLGraphicsConfiguration*
The file was modifiedmake/scripts/java-win64-dbg.bat (diff)
The file was addedsrc/nativewindow/native/windows/WindowsDWM.h (diff)
The file was modifiedmake/build-nativewindow.xml (diff)
The file was modifiedmake/config/nativewindow/win32-lib.cfg (diff)
The file was addedmake/stub_includes/win32/WindowsDWM.h (diff)
The file was addedsrc/nativewindow/native/windows/WindowsDWM.c (diff)
The file was modifiedmake/stub_includes/win32/window-lib.c (diff)
The file was modifiedmake/stub_includes/win32/windows.h (diff)
The file was modifiedmake/scripts/tests-x64.bat (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/GLGraphicsConfigurationUtil.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLGraphicsConfiguration.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLGraphicsConfigurationFactory.java (diff)
Commit 3c97d2e40571d1c5c164797d9fd8d0bc8231708a by Sven Gothel
Test Multisample/Translucency: Remove implicit alpha settings

see commit 3ea949b6a14c1ba631cb41b7439af86b21db4c05
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/caps/TestTranslucencyNEWT.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/caps/TestMultisampleNEWT.java (diff)
Commit 2964e18b2f1190d12914634d24583370d98d29c5 by Sven Gothel
WindowsDWM: Check all methods for availability - Cleanup header
The file was modifiedsrc/nativewindow/native/windows/WindowsDWM.h (diff)
The file was modifiedsrc/nativewindow/native/windows/WindowsDWM.c (diff)