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

Changes

Summary

  1. GLProfile/Debug: Dump Version info upfront, otherwise we won't see it (details)
  2. NativeWindow/GDI: Adding ERROR_SUCCESS to make the code more clear. (details)
  3. JOGL/Windows/ATI r3xx: Bug #438: tolerate release context if (details)
Commit fefd11bb37abc0eff255ff1ad7506c95e13e7b11 by Sven Gothel
GLProfile/Debug: Dump Version info upfront, otherwise we won't see it with an <init> exception.

Also adding current thread name.
The file was modifiedsrc/jogl/classes/javax/media/opengl/GLProfile.java (diff)
Commit 4c87224144d955d000f0d5efdc9c058416cdefac by Sven Gothel
NativeWindow/GDI: Adding ERROR_SUCCESS to make the code more clear.
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLDrawableFactory.java (diff)
The file was modifiedmake/stub_includes/win32/wingdi.h (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLDrawable.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLGraphicsConfiguration.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLGraphicsConfigurationFactory.java (diff)
Commit d1d10e7eeb2a46acf16ae125395e95189e011f1f by Sven Gothel
JOGL/Windows/ATI r3xx: Bug #438: tolerate release context if GetLastError is SUCCESS
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLContext.java (diff)