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

Changes

Summary

  1. Cleanup / Simplify: setGLFunctionAvailability(..) / (details)
Commit b6ae4e4dcbd740dd57de9dc3280d943e98cdaa76 by Sven Gothel
Cleanup / Simplify: setGLFunctionAvailability(..) / createContextARBVersions(..) GL Version Validation

String or integer based GL version validation now happens in setGLFunctionAvailability(..)
depending on the requested profile.

Due to the 'strictMatch' argument the method fails early when unsatisfied
also allowing to simplify createContextARBVersions(..) implementation.
The file was modifiedsrc/jogl/classes/jogamp/opengl/GLContextImpl.java (diff)
The file was modifiedsrc/jogl/native/JoglCommon.c (diff)
The file was modifiedmake/scripts/tests.sh (diff)