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

Change Log History

Originally from build #787

Changes
  1. Fix bcm_vc_iv.h: redefinition of typedef ‘DISPMANX_ELEMENT_HANDLE_T (details / cgit)
  2. Fix missing NEWT driver class name change - regression of a694cadca4ab72481e777222f412f006f973f77e (details / cgit)

Originally from build #786

Changes
  1. Rename jogamp.newt.driver.kd.* classes to allow OpenKODE testing by passing (details / cgit)
  2. Rename jogamp.newt.driver.kd.* classes to allow OpenKODE testing by passing (details / cgit)
  3. Fix X11 Display Connection leak w/ new GLAutoDrawableBase code when used w/ offscreen drawables, reported by Mark Raynsford (details / cgit)
  4. Use armv6 optimization for armhf to stay compatible with the new Raspberry Pi Raspbian distribution. (details / cgit)
  5. Adapt to GlueGen ARM Build Changes 422d7a5eb53fca6642ebf4e8910d8b0311bb2597 (details / cgit)
  6. NEWT: Adding support for BCM VC IV (Broadcom VideoCodec 4) and Linux console mouse tracker (details / cgit)
  7. Include NEWT driver BCM_VC_IV to 'all' JAR (completes 0ca481381b51b4082ac2b3bbae80cfaf5b60c3b8) (details / cgit)
  8. EGLDisplayUtil: Workaround (latest) PVR 540 EGL regression where 3nd EGLDisplay's eglInitialize(..) fails ; Fix EGLDrawableFactory.getEGLSurface() (details / cgit)
  9. EGLGraphicsConfigurationFactory: Fix platform w/o GLX but X11 window handle. (details / cgit)
  10. Fix FFMPEGMediaPlayer: Use GL_ALPHA (texture format intern/data) instead of GL_RGBA/GL_ALPHA ; Load dedicated native libav/libffmpeg (details / cgit)
  11. Robostness: GLDrawableImpl's contextMadeCurrent()/contextRealized() ; GLFBODrawableImpl.contextMadeCurrent(false), OffscreenAutoDrawable.setSize(..) (details / cgit)
  12. Robustness: FBObject or reset(..) (details / cgit)
  13. Fix EGLDrawableFactory.getEGLSurface(..): Catch WrappedSurface case w/ EGLDevice and EGLGraphicsConfiguration - Regression of 43a473b2005d7f59a7f4f5b8bc7ca9ae88b4e894 (details / cgit)
  14. Robostness FBObject / GLReadBufferUtil: Ignore pre-existing GL errors - remove GL error checking in FBObject bind/unbind. (details / cgit)
  15. GLDrawableFactory.createGLDrawable() offscreen: Fix caps - set double-buffer := false to be consistent w/ GLDrawableFactory.createOffscreenDrawable() (details / cgit)
  16. Fix EGLDrawableFactory.createOffscreenDrawableImpl(NativeSurface): Validate passed NativeSurface 'target' via getEGLSurface(target) (details / cgit)
  17. Fix GLCanvas's JAWTWindow reference ; Add ES2 test in TestAWT01GLn ; Ubuntu 12.04/Pandaboard(Omap4, PowerVR SGX 540) 103/108 tests passed (before freeze) of 124 total (details / cgit)
  18. GLProfile/NativeWindowFactory: Remove deprecated argument 'firstUIActionOnProcess' of initSingleton() method (details / cgit)
  19. NEWT Platform Driver: Uniform impl. class names [DisplayDriver, ScreenDriver, WindowDriver] to reduce complexity and programatic selection. (details / cgit)
  20. NativeWindowFactory.getNativeWindowType(..): Return canonical string representation allowing proper use of ref. comparison '==', instead of 'String.equals()' (details / cgit)