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

Changes

Summary

  1. NEWT X11 DisplayDriver.dispatchMessagesNative(): Avoid aDevice NPE while (details)
  2. EGLDisplayUtil.eglCreateEGLGraphicsDevice(..): Don't open() device (details)
  3. Bug 950 - Recognize full FBO capabilities for ES 3.0 - (details)
  4. Bug 948 - NVIDIA 331.38 (Linux X11) EGL impl. only supports _one_ EGL (details)
  5. Add 'make/scripts/create-i386-libs-symlinks.sh' to setup missing 'a.so (details)
Commit 833045b419a501d5d7d0501dc8b2555b86e90474 by Sven Gothel
NEWT X11 DisplayDriver.dispatchMessagesNative(): Avoid aDevice NPE while being pulled
The file was modified src/newt/classes/jogamp/newt/driver/x11/DisplayDriver.java (diff)
Commit 9a642c08f9ee818a89d5eab8ce16ca8e0ee7f9d9 by Sven Gothel
EGLDisplayUtil.eglCreateEGLGraphicsDevice(..): Don't open() device implicit; EGLDrawableFactory.mapAvailableEGLESConfig(..): Clarify
The file was modified src/newt/classes/jogamp/newt/driver/bcm/vc/iv/WindowDriver.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/kd/DisplayDriver.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/egl/EGLGraphicsConfigurationFactory.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/android/DisplayDriver.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/egl/EGLGraphicsDevice.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/bcm/vc/iv/DisplayDriver.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/egl/EGLUpstreamSurfaceHook.java (diff)
The file was modified src/newt/classes/jogamp/newt/driver/android/WindowDriver.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/egl/EGLDisplayUtil.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/egl/EGLDynamicLibraryBundleInfo.java (diff)
Commit b7f673dad7025400e445e8796305a3ea6b7c1679 by Sven Gothel
Bug 950 - Recognize full FBO capabilities for ES 3.0 - [GLContext|GL].hasFullFBOSupport() == true

OpenGL ES 3.0 supports full framebuffer operations, incl. multiple color-attachments and multisample.

Hence [GLContext|GL].hasFullFBOSupport()  shall returns true w/ a ES 3.0 context.
The file was modified src/jogl/classes/com/jogamp/opengl/FBObject.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLContextImpl.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/GLBase.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/GLContext.java (diff)
Commit fbe00e6f5dca8043b40dd96f096fecc9424e0cc3 by Sven Gothel
Bug 948 - NVIDIA 331.38 (Linux X11) EGL impl. only supports _one_ EGL Display via eglGetDisplay(..)

NVIDIA 331.38 (Linux X11) EGL impl. only supports _one_ EGL Display via eglGetDisplay.

  - Subsequent eglGetDisplay(..) calls fail.

  - Using the same 'global' egl-display does work though

Remedy: Add 'GLRendererQuirks.SingletonEGLDisplayOnly'

Detection of quirk is done as usual in GLContextImpl.setRendererQuirks(..),
and EGLDrawableFactory passes the quirk, if detected, down to EGLDisplayUtil.
The latter implements the singleton eglDisplay handle.

EGLDisplayUtil: Cleaned up ..
  - EGLDisplayRef employs the reference handling incl. eglInitialize(..) and eglTerminate(),
    as well as the new singleton quirk.

  - Mark all internal methods 'private',
    to remove possible [untested] sideffects.
The file was modified src/jogl/classes/com/jogamp/opengl/GLRendererQuirks.java (diff)
The file was modified make/scripts/tests.sh (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLContextImpl.java (diff)
The file was modified src/nativewindow/classes/javax/media/nativewindow/DefaultGraphicsDevice.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/egl/EGLDisplayUtil.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java (diff)
Commit eee9c2cbaf5984e7036a790feb3b8db9f63096f0 by Sven Gothel
Add 'make/scripts/create-i386-libs-symlinks.sh' to setup missing 'a.so -> a.so.N' symlinks for debian i386 libs on x86_64
The file was addedmake/scripts/create-i386-libs-symlinks.sh (diff)