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

Changes

Summary

  1. Refine WGL_PIXEL_TYPE_ARB and GLX_RENDER_TYPE: (details)
  2. Refine getAvailableGLCapabilitiesImpl (XGL, WGL and EGL): Sort only if (details)
Commit 3df74690ffd910314364566a8fd6eb2c8242f96a by Sven Gothel
Refine WGL_PIXEL_TYPE_ARB and GLX_RENDER_TYPE:

WGL_PIXEL_TYPE_ARB:

Results -> GLCapabilities
- WGL_TYPE_COLORINDEX_ARB not supported
- Only WGL_TYPE_RGBA_FLOAT_ARB makes pbuffer float

Query:
- Only use WGL_FLOAT_COMPONENT_NV if supported
- Remove multiple WGL_PIXEL_TYPE_ARB entry

GLX_RENDER_TYPE:

Results -> GLCapabilities
- GLX_COLORINDEX_BIT only not supported
The file was modifiedsrc/jogl/classes/jogamp/opengl/x11/glx/X11GLXGraphicsConfiguration.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/windows/wgl/WGLGLCapabilities.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLGraphicsConfiguration.java (diff)
Commit b7f148db1a2775ee9ea6af3e057995a9185d311e by Sven Gothel
Refine getAvailableGLCapabilitiesImpl (XGL, WGL and EGL): Sort only if size > 1
The file was modifiedsrc/jogl/classes/jogamp/opengl/x11/glx/X11GLXGraphicsConfigurationFactory.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLGraphicsConfigurationFactory.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/egl/EGLGraphicsConfigurationFactory.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java (diff)