The Jenkins Controller is preparing for shutdown. No new builds can be started.
The file was modified src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLGraphicsConfiguration.java (diff) The file was modified src/jogl/classes/com/jogamp/opengl/impl/egl/EGLGraphicsConfigurationFactory.java (diff) The file was modified src/jogl/classes/com/jogamp/opengl/impl/egl/EGLGraphicsConfiguration.java (diff) The file was modified src/jogl/classes/com/jogamp/opengl/impl/x11/glx/X11GLXGraphicsConfiguration.java (diff) The file was modified src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLGraphicsConfigurationFactory.java (diff) The file was modified src/jogl/classes/com/jogamp/opengl/impl/x11/glx/X11GLXGraphicsConfigurationFactory.java (diff) The file was modified src/jogl/classes/com/jogamp/opengl/impl/macosx/cgl/MacOSXCGLGraphicsConfiguration.java (diff) The file was modified src/jogl/classes/com/jogamp/opengl/impl/macosx/cgl/MacOSXCGLGraphicsConfigurationFactory.java (diff) The file was modified src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLDrawable.java (diff) The file was modified src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsExternalWGLContext.java (diff) The file was modified src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsExternalWGLDrawable.java (diff) The file was modified src/jogl/classes/com/jogamp/opengl/JoglVersion.java (diff)
Commit
86c164950b0a0d351fc8af3884187b10201b6237
by Sven Gothel GLCanvas: Fix disableBackgroundErase/X11, make drawable creation more robust, doc Java2D/AWT properties. On X11 disableBackgroundErase() must happen before native peer creation, this patch issues it before and after super.addNotify(). Make drawable creation more robust, ie only create a drawable in case the size is > 0x0 and do this check/create at display/paint in case size it not yet determined. Add documentation about Java2D/AWT properties impact on GLCanvas. Make JUnit tests on AWT/GLProfile's more robust, while adding frame validate() ensuring 1st paint will have a size, hence will create the drawable. This is necessary for eg. AMD GPU's and GL context > 3. The file was modified src/jogl/classes/javax/media/opengl/awt/GLCanvas.java (diff) The file was modified src/junit/com/jogamp/test/junit/jogl/awt/TestAWT01GLn.java (diff) The file was modified make/scripts/tests.sh (diff) The file was modified make/scripts/tests-x64.bat (diff) The file was modified src/jogl/classes/javax/media/opengl/awt/GLJPanel.java (diff) The file was modified src/junit/com/jogamp/test/junit/jogl/awt/TestSwingAWT01GLn.java (diff) The file was modified make/build.xml (diff) The file was modified src/newt/classes/com/jogamp/newt/impl/WindowImpl.java (diff) The file was modified src/newt/classes/com/jogamp/newt/awt/NewtCanvasAWT.java (diff) The file was modified src/nativewindow/classes/javax/media/nativewindow/util/Dimension.java (diff) The file was modified src/jogl/classes/com/jogamp/opengl/impl/ExtensionAvailabilityCache.java (diff) The file was modified src/jogl/classes/com/jogamp/opengl/JoglVersion.java (diff)
Commit
597007fc23fbf86e036629b6c6b157e0e0506715
by Sven Gothel JOGL: Proper handling of Read Drawable Support (if not supported), add query. Read Drawable feature reflects the make context current API having a seperate read drawable next to the write drawable (default). glXMakeContextCurrent(write, read, ..) On X11 a ready drawable is only supported for GLX >= 1.3, on Windows only if extension WGL_ARB_make_current_read is available, on EGL it's always supported, on OSX not at all. API cleanup GLContext: changes: setGLDrawableRead(GLDrawable) -> setGLReadDrawable(GLDrawable) new: isGLReadDrawableAvailable() new: getGLExtensionsString(); Access qualifier cleanup. GLContextImpl: GLVersionNumber moved out. The file was modified make/scripts/tests-x64.bat (diff) The file was modified src/jogl/classes/com/jogamp/opengl/impl/macosx/cgl/MacOSXCGLContext.java (diff) The file was modified src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLDrawableFactory.java (diff) The file was modified src/jogl/classes/com/jogamp/opengl/impl/x11/glx/X11GLXContext.java (diff) The file was modified src/junit/com/jogamp/test/junit/jogl/offscreen/ReadBufferBase.java (diff) The file was modified make/config/jogl/gl-common.cfg (diff) The file was modified src/jogl/classes/com/jogamp/opengl/impl/egl/EGLContext.java (diff) The file was modified src/jogl/classes/com/jogamp/opengl/impl/GLContextImpl.java (diff) The file was modified src/jogl/classes/com/jogamp/opengl/impl/macosx/cgl/awt/MacOSXJava2DCGLContext.java (diff) The file was modified src/jogl/classes/com/jogamp/opengl/impl/x11/glx/X11GLXDrawableFactory.java (diff) The file was added src/jogl/classes/com/jogamp/opengl/impl/GLVersionNumber.java (diff) The file was modified src/jogl/classes/javax/media/opengl/GLContext.java (diff) The file was modified make/scripts/tests.sh (diff) The file was modified make/scripts/java-win64-dbg.bat (diff) The file was modified src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsWGLContext.java (diff)