Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Started 4 yr 2 mo ago
Took 5 min 2 sec on built-in
Success

#102 (Dec 31, 2019, 11:31:32 PM)

Changes
  1. doc/misc/robovm.txt: Writedown howto use JogAmp in combination with RoboVM AOT (details / githubweb)
  2. doc/misc/robovm.txt: Mention -rvm: runtime flags (details / githubweb)
  3. doc/misc/robovm.txt: Explore low footprint deployment 6.3Mb (details / githubweb)
  4. doc/misc/robovm.txt: Update to JogAmp JOGL 2.3.2 and last libre RoboVM 1.6.1 (details / githubweb)
  5. Update CSS; Add responsive viewport design tag (details / githubweb)
  6. Update CSS; Add responsive viewport design tag (details / githubweb)
  7. Bug 1381: Keep host PixelFormat functional using requested immutable alphaRequested + add appropriate API doc (details / githubweb)
  8. iOS: Initial working commit supporting iOS (ipad pro 11) (details / githubweb)
  9. iOS: Clean up promotion of EAGLLayer use down to FBObject (details / githubweb)
  10. iOS: EAGLLayer FBO w/ DEPTH buffer workaround 1 (details / githubweb)
  11. NEWT: Align native MacOS / IOS file- and classnames (details / githubweb)
  12. Fix build test jar regression (commit bba73bc096250a3c7fc036d84b1ea054d1b70b06) (details / githubweb)
  13. NEWT WindowImpl.doPointerEvent: Use native short[] for pNames (details / githubweb)
  14. Copyright: Add missing Copyright tag (details / githubweb)
  15. iOS / MacOS: PixelScale Update (details / githubweb)
  16. NEWT iOS / MacOS: Simplify setJavaWindowObject (details / githubweb)
  17. NEWT iOS: Support Multi-Touch Events, PixelScale, .. (details / githubweb)
  18. NEWT iOS WindowDriver: native UIWindow/UIView creation change (details / githubweb)
  19. NEWT iOS WindowDriver: Remove unused orig UIWindow/UIView creation path (details / githubweb)
  20. NEWT iOS: Support translucent windows (details / githubweb)
  21. iOS: IOSUtil_CreateGLViewDemoA0 tests native UIWindow parenting (works) (details / githubweb)
  22. Fixed native header generation for native windowing code (details / githubweb)
  23. Removed obsolete tools.jar (details / githubweb)
  24. Removed references to non-existent method getPeer() in debug code (details / githubweb)
  25. Removed import that caused GLUgl2/GLUgl2ProcAddressTable not to compile (details / githubweb)
  26. Bug 1363: Java 11: javah replacement: Use conditional ant targets instead of branches, also re-add bootclasspath (details / githubweb)
  27. Bug 1363: Java 11: Adapt build scripts for java11 (details / githubweb)
  28. Removed remaining bootclasspath and javah; build now works on Windows 10 (details / githubweb)
  29. Bug 1363: Java 11: bring back bootclasspath for java 8 target accuracy (details / githubweb)
  30. Bug 1363: Java 11: Complement javah replacement: Add new iOS (details / githubweb)
  31. Bug 1363: Java 11: Aligned HowToBuild.html w/ GlueGen's updated version (details / githubweb)
  32. Bug 1363: Java 11: Adapt scripts for java11 (cont) (details / githubweb)
  33. Fixed clean target so it doesn't fail if GlueGenTask is not present (details / githubweb)
  34. Bug 1363: Java 11: (Hack) Inject OpenJFX [basic, graphics] into CLASSPATH (details / githubweb)
  35. Removed illegal reflective access to sun.java2d.opengl.OGLUtilities (details / githubweb)
  36. Bug 1363: Java 11: Don't use sun.awt.SunToolkit.awtLock/Unlock on Java9+ [illegal reflective access] (details / githubweb)
  37. Bug 1363: Java 11: Don't use GraphicsDevice.getScaleFactor() on Java9+ [illegal reflective access] (details / githubweb)
  38. Bug 1363: Java 11: Use getPixelScale standard method even on Mac under Java9+ (details / githubweb)
  39. Bug 1363: Java 11: Resolve unsupported JAWTUtil.getMonitorDisplayID(..) (details / githubweb)
  40. Reverting erroneous junit-test task condition (ant build) (details / githubweb)
  41. Bug 1101: Add missing disposal of Pipelined_QuadRenderer's VBOs (details / githubweb)
  42. Bug 1384: Allow GLRendererQuirks to be overridden by user properties (details / githubweb)
  43. JoglVersion.getGLInfo: Increase robustness of debug output (details / githubweb)
  44. GLRendererQuirks: Fix typo (details / githubweb)
  45. Bug 1383: Cleanup GLContextImpl.setGLFunctionAvailability(..): Parameter, variables and clip at 180 line width (details / githubweb)
  46. Bug 1383: GLContext.isValidGLVersion() ensure only one profile bit is set max; Add OpenGL version 4.6 (details / githubweb)
  47. Bug 1283: GLContextImpl.setGLFunctionAvailbility(..) calls: When leaving OpenGL version open, don't assume the profile (details / githubweb)
  48. Bug 1383: GLContextImpl.setGLFunctionAvailbility(..): Ensure only one requested profile bit is set; Query GL_CONTEXT_PROFILE_MASK for hasCtxProfileBits (details / githubweb)
  49. Bug 1383: Final fix: Always test GL3CompatNonCompliant and test on requested version/profile, also .. (details / githubweb)
  50. Bug 1383: Tighten version/profile qualification: fail if: requested compat profile && has core profile (details / githubweb)
  51. Bug 1385: Limit Quirk GL3CompatNonCompliant to Mesa < 18.2.0 (details / githubweb)
  52. Bug 1384: Move remaining 'lose' property quirks into GLRendererQuirks.Override (details / githubweb)
  53. Bug 1363: Java 11: Use new Android SDK 24 for Eclipse Android .classpath (details / githubweb)
  54. check-junit: enhance output (make it a brief list of classes) (details / githubweb)
  55. Bug 1363: Java 11: JAWTUtil: Use sun.awt.SunToolkit.awtLock/Unlock and disableBackgroundErase (impl. semantics) (details / githubweb)
  56. Bug 1363: Java 11: Utilize UnsafeUtil.doWithoutIllegalAccessLogger(..) avoiding further unnecessary warnings (details / githubweb)
  57. Bug 1390: Fix GLPixelBuffer.GLPixelAttributes::convert(GL, int, boolean) failure on unsupported GL data format/type (details / githubweb)
  58. Bug 1391: Cleanup to submit fix: Update known Quirk range; BuggyColorRenderbuffer enables NoFullFBOSupport (details / githubweb)
  59. Bug 1392: Add CapabilitiesFilter and GLCapabilitiesFilter supporting diverse reusable [GL]CapabilitiesImmutable list filter (details / githubweb)
  60. Bug 1391 Bug 1392: Implement GLRendererQuirks DontChooseFBConfigBestMatch and No10BitColorCompOffscreen (details / githubweb)
  61. Bug 1392: X11PixmapGLXDrawable::createPixmap() requires X11GLXGraphicsConfiguration having a valid XVisualInfo (details / githubweb)
  62. Bug 1392: Simplify CapabilitiesFilter: Criteria -> Test, remove RemovalCriteria as all Test definitions may be used for anything. (details / githubweb)
  63. Buig 1389: Fix SIGSEGV on OpenJDK11 on [NSApplicationAWT sendEvent:] (details / githubweb)
  64. OSXUtil::IsMainThread() Utilize ThreadLocal storage flag avoiding unnecessary JNI calls (details / githubweb)
  65. Bug 1393: Run orderFront0(=setVisible) async off-thread on AppKit after sync AppKit NSWindow creation (details / githubweb)
  66. Bug 1393: MacOS/iOS: Issue updateSizePosInsets0 async to AppKit Main-Thread (details / githubweb)
  67. Bug 1393: OSXUtil: Optionally inject Apple's 'Main Thread Checker' (details / githubweb)
  68. NEWT Cleanup: WindowImpl::visibleChanged(ZZ): Remove unused 'defer' argument. Method only changes state. (details / githubweb)
  69. NEWT Cleanup: WindowImpl: Drop unused 'defer' argument (state change only): insetsChanged + insetsVisibleChanged (details / githubweb)
  70. Bug 1393: Add window position validation in TestDisplayLifecycle*NEWT (details / githubweb)
  71. Bug 1394 - NEWT X11Window didn't gather inset at window creation (properly) (details / githubweb)
  72. Bug 1393: Adding test cases setting visibility before enabling exclusive context thread animator (details / githubweb)
  73. Bug 1393: MacOS: Implement AppKit EDTUtil operating solely on main-thread (details / githubweb)
  74. MacOS: Add more debug log details (details / githubweb)
  75. IOS: CGL.updateContextRegister(..) call on main-thread using AppKit (details / githubweb)
  76. Bug 1393: MacOS: Wait for window position setting on main-thread (blocking) (details / githubweb)
  77. test scripts: add --illegal-access=warn (details / githubweb)
  78. make void* an opaque long in EGL generated class (details / githubweb)
  79. detect gbm platform on linux when no other display server is running (details / githubweb)
  80. add gbm java & build modifications (details / githubweb)
  81. add native gbm implementation for drm and gbm initialization. (details / githubweb)
  82. Bug 1156: EGL-GBM: Cherry pick changes .. (details / githubweb)
  83. gbm/WindowDriver: make it compile and link (details / githubweb)
  84. Bug 1156: EGL-GBM: Cleanup Code & Replace Newt GBM implementation (details / githubweb)
  85. Bug 1156: EGL-GBM: Fix Cleanup (Newt package relocation / hack default GBM) (details / githubweb)
  86. Bug 1156: GBM: FIXME: Hard link gbm and drm (temporary) (details / githubweb)
  87. Bug 1156: Utilize internal glGetStringi (same as glGetString) - Robostness (details / githubweb)
  88. Bug 1156: GBM: FIXME: Remove scanning for desktop-GL via EGL, see commit e674f4fa0e795bd67335025123f9af727d856f7d (details / githubweb)
  89. Bug 1156: EGL-GBM: [Re]use EGL Platform type for eglCreatePlatformWindowSurface as well (like eglGetPlatformDisplay) (details / githubweb)
  90. Bug 1156: EGL-GBM: Fix NativeWindowFactory native-window-type query according to Bug 1156 (details / githubweb)
  91. Bug 1156: NEWT: NewtFactory.getCustomClass(..) Robustness (details / githubweb)
  92. Bug 1156: GBM: Fixing native GBM code, surviving initialization (details / githubweb)
  93. Bug 1156: GBM: Bring up incl GL rendering (TODO: GBM working page flip / sync) (details / githubweb)
  94. Bug 1156 - Implement DRM/GBM Support for JOGL(EGL) and NEWT (details / githubweb)
  95. Bug 1402: Standalone native test attempting to reproduce issue (details / githubweb)
  96. Bug 1156: Using EGL.eglCreatePlatformWindowSurface(..) crashes on NVIDIA 430.40 on GNU/Linux X11 (details / githubweb)
  97. Bug 1200: probeSurfacelessCtx works at least since NVIDIA 430.40. (details / githubweb)
  98. Updating my eclipse jogl.build.launcher (details / githubweb)
  99. Bug 1156: DRM/GBM Native test: Add Cursor (details / githubweb)
  100. Bug 1156: LinuxKeyEventTracker: Fix 64bit InputEvent and attempt to only use keyboard event files (details / githubweb)
  101. Bug 1156: DRM/GBM: Add full PointerIcon (Cursor) Support (details / githubweb)
  102. Bug 1156: LinuxKeyEventTracker: Add '/dev/input/by-path/*-event-kbd' and more documentation (details / githubweb)
  103. Bug 1156: HowToBuild: Add GNU/Linux dependencies to libdrm and libgbm (details / githubweb)
  104. Adding test invocation script for linux aarch64 / Refined HowToBuild.html (details / githubweb)
  105. Bug 1156: LinuxKeyEventTracker, LinuxMouseTracker: Adding property to disable each (details / githubweb)
  106. Bug 1156: LinuxKeyEventTracker, LinuxMouseTracker: Robostness (+NEWT fix) (details / githubweb)
  107. Bug 1156: Remove verbose print in native CreatePointer.. (details / githubweb)
  108. Scripts: Macos /opt-share -> /usr/local (Catalina Read-Only) (details / githubweb)
  109. Scripts: Tests No Verbose (details / githubweb)
  110. VC4: Broadcom uses libbrcmEGL.so, libbrcmGLESv2.so, libbrcmOpenVG.so and libbrcmWFC.so since 7 Jul 2016 (details / githubweb)
  111. VC4: Only load Broadcom EGL driver when guessVCIVUsed (details / githubweb)
  112. Bug 1405: Provide stand alone demo launcher reducing complexity (details / githubweb)
  113. Bug 1406: DRMUtil: Probe DRM device whether it has resources attached (and is the desired one) (details / githubweb)
  114. build-test.xml: fix (unused) java.part.demo.mobile (details / githubweb)
  115. Bug 1406: demos.Launcher0: More tests .. (details / githubweb)
  116. Bug 1406: demos.Launcher0: More code path reduction: useMultiplePointerIcon must be enabled via -pointerIcon (details / githubweb)
  117. Bug 1156, Bug 1406: NEWT DRM/GBM WindowDriver.surfaceSwap(): Pass swapInterval to optionally skip VSYNC if 0 (details / githubweb)
  118. Bug 1406, Bug 1405: demos.Launcher0: No sleep w/o animator. VSYNC setting rules (launch script w/ key tracker) (details / githubweb)
  119. NEWT: Align DisplayImpl.createPointerIcon(..) behavior; PointerIconImpl.validatedHandle() shall not create native resource. (details / githubweb)
  120. Bug 1408: NEWT DRM/GBM DisplayDriver: Add device locking/unlocking decoration for PointerIcon operations (details / githubweb)
  121. Bug 1408: NEWT DisplayImpl PointerIcon: Property 'newt.disable.PointerIcon' disables PointerIcon usage in general. (details / githubweb)
  122. Bug 1408: NEWT DRM/GBM WindowDriver: Adding glFinish() before eglSwapBuffers(..) just in case .. (details / githubweb)
  123. Bug 1156: NEWT DRM/GBM PointerIcon: Use hotX/hotY drmModeSetCursor2(..), hence pass PointerIconImpl through (details / githubweb)
  124. Bug 1406, Bug 1405: demos.Launcher0: Allow passing GLEventListener via '-demo classname' (details / githubweb)
  125. NEWTDemoListener: Fix NPE (details / githubweb)
  126. Bug 1156, Bug 1401: Disable DesktopGL on EGL w/ DRM/GBM earlier in initialization (details / githubweb)
  127. Bug 1406, Bug 1405: demos.Launcher0: Defaults to use multiple PointerIcons again (details / githubweb)
  128. LinuxKeyEventTracker: Factor out 'sendKeyEvent(..)' call with null check. (details / githubweb)
  129. Bug 1405, Bug 1406, Bug 1408: Resolution: Call ReleasePrimitiveArrayCritical(..) in GetPrimitiveArrayCritical(..) code path! (details / githubweb)
  130. PointerIcon new instances are always valid .. (details / githubweb)
  131. Bug 1409: GNU/Linux DRM Console: Clear stdin before exit and don't act on stdin in vsync-wait-loop (details / githubweb)
  132. Fix regression of commit 2b899a55e365aa03aeb234187600526777c1a9ac (details / githubweb)
  133. Bug 1410: Fix NEWT PointerIcon Lifecycle (destroy and clean references @ closing) (details / githubweb)
  134. Bug 1412 - JNI: NEWT Check & Handle Exception after calling back into Java (X11Display + X11Window) (details / githubweb)
  135. Bug 1413 - NEWT X11Window: NewtWindows_getFrameExtends(..) may hang on XPeekEvent(..) (details / githubweb)
  136. Bug 1412 - JNI: NEWT Check & Handle Exception after calling back into Java (NewtCommon.c) (details / githubweb)
  137. Bug 1412: Fix commit a8c2de110a2254af137a3d99007cc77e3ecd8078 (details / githubweb)
  138. Bug 1411 - Unit Test Subset for DRM/GBM JOGL(EGL) and NEWT (details / githubweb)
  139. Bug 1156: DRM/GBM NEWT: Clarify drmModeSetCrtc(..)'s x/y parameter and earmark spanning across monitors (details / githubweb)
  140. Bug 1200: GLRendererQuirks.NoSurfacelessCtx still persists on Linux/X11 NVIDIA 440.36 using FBO (details / githubweb)
  141. Bug 1393: Make window position check more tolerant (2x insets or 64 pixels, whichever is greater) (details / githubweb)
  142. NEWT WindowImpl: Wording in comment (details / githubweb)
  143. Bug 1415: ExclusiveContextBase00+10: Utilize one Animator per Window for clean ExclusiveContextThread (details / githubweb)
  144. Bug 1415: MacOS: Disable multiple Window creation on ExclusiveContextThread in test case (details / githubweb)
  145. Bug 1393: Resolve EDT + AppKit Deadlock with native parenting: Fetch parent screen position directly w/o locking. (details / githubweb)
  146. Bug 1393: Apply 12eed5d38616d23b6e8e2e5b497dfc2f54d90c90 to IOS, avoiding AppKit/EDT deadlock for parent screen location lookup (details / githubweb)
  147. Bug 1156: NEWT Window: Better handling of fixed console case: Not resizable and not repositionable. (details / githubweb)
  148. Bug 1416 - Allow EGLDrawableFactory re-creation after shutdown() - be functional (details / githubweb)
  149. Bug 852: TestCPUSourcingAPINEWT Reference the bug entry and add a little reminder (details / githubweb)
  150. Bug 1156: NEWT WindowDriver: Handle case with requested CapabilitiesImmutable not being GLCapabilitiesImmutable (details / githubweb)
  151. Bug 1411: DRM/GBM JOGL: Specify 'junit.run.console' unit test target. (details / githubweb)
  152. Bug 1411 DRM/GBM JOGL: Fix 'junit.run.console' unit test target, use it in respective (renamed) scripts. (details / githubweb)
  153. Bug 1411 DRM/GBM JOGL: Fix 'junit.run.console' - three times a charm? (details / githubweb)
  154. Bug 1411 DRM/GBM JOGL: Fix 'junit.run.console' - fourth times (details / githubweb)
  155. Bug 1417 - Android: Adopt to gluegen/make/scripts/setenv-android-tools.sh changes (details / githubweb)
  156. Bug 1156: Seperate DRM/GBM NEWT native library from main head NEWT native library (details / githubweb)
  157. Bug 1417 - Android: Disable native FFmpeg binding for Android (details / githubweb)
  158. Bug 1156 Regression (Bug 1417): Probe whether 'eglGetPlatformDisplay(..)' is available before using (details / githubweb)
  159. Bug 1417 - Android: Add adb scripts for x86 [re-]install (details / githubweb)
  160. Bug 1417 - Android: APK Manifest [min=21, target=28]; Adopt to GlueGen's 'aapt.signed' d8 usage (details / githubweb)
  161. Bug 1287 - Complete Immutable glNamedBufferStorage support in GLBufferObjectTracker (details / githubweb)
  162. Bug 1347: Resolve Merged EGL/Desktop Profile Mapping (details / githubweb)
  163. Reuse Gluegen's Bitfield.Util for 'PowerOf2' computation (details / githubweb)
  164. Gears* tests: Obey verbose flags (details / githubweb)
  165. Bug 1312: GLContextShareSet Cleanup (details / githubweb)
  166. Bug 1312: GLContextShareSet: Utilize WeakIdentityHashMap for shareMap and its destroyedShares (details / githubweb)

Started by user Sven Gothel

Revision: 79833c9e4741bec9d1f56ea8b322679756b16f70
Repository: git://jogamp.org/srv/scm/jogl.git
  • origin/master

Configurations

default