Jenkins is going to shut down

Changes

Summary

  1. Bug 1226 - GLPixelBuffer.GLPixelAttributes.getPixelFormat() doesn't (details)
  2. TestGearsES2NEWT: Print bounds @ window resized/moved instead of just (details)
  3. Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= (details)
Commit 84ece839cae076e69a8b56b6b8ef266153afaac6 by Sven Gothel
Bug 1226 - GLPixelBuffer.GLPixelAttributes.getPixelFormat() doesn't
handle glDataType GL_UNSIGNED_INT_8_8_8_8_REV
The file was modified src/jogl/classes/com/jogamp/opengl/util/GLPixelBuffer.java (diff)
Commit cff96a3e4811e9dc1dfe170dec89d785938ea904 by Sven Gothel
TestGearsES2NEWT: Print bounds @ window resized/moved instead of just
x/y
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java (diff)
Commit b3ecc88efca2a2f969e1e5a375086148821ee3c5 by Sven Gothel
Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >=
8 (Lack of Aero / Blur )
- Wrap GDI::DwmIsCompositionEnabled() in GDIUtil,
so it always returns true if Windows >= 8 (even if not manifested)
- Nothing we seem to be able to do about the lack of Aero,
i.e. blur effect of decorated windows
- Undecorated windows work well though ..
The file was modified make/scripts/tests-win.bat (diff)
The file was modified src/nativewindow/classes/jogamp/nativewindow/windows/GDIUtil.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLGraphicsConfigurationFactory.java (diff)