| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bug 1156: HowToBuild: Add GNU/Linux dependencies to libdrm and libgbm | Sven Gothel | 2019-11-29 | 1 | -2/+8 |
* | Bug 1156: LinuxKeyEventTracker: Add '/dev/input/by-path/*-event-kbd' and more... | Sven Gothel | 2019-11-29 | 1 | -42/+75 |
* | Bug 1156: DRM/GBM: Add full PointerIcon (Cursor) Support | Sven Gothel | 2019-11-29 | 6 | -40/+307 |
* | Bug 1156: LinuxKeyEventTracker: Fix 64bit InputEvent and attempt to only use ... | Sven Gothel | 2019-11-29 | 2 | -54/+123 |
* | Bug 1156: DRM/GBM Native test: Add Cursor | Sven Gothel | 2019-11-28 | 1 | -0/+89 |
* | Updating my eclipse jogl.build.launcher | Sven Gothel | 2019-11-28 | 1 | -20/+20 |
* | Bug 1200: probeSurfacelessCtx works at least since NVIDIA 430.40. | Sven Gothel | 2019-11-28 | 1 | -2/+2 |
* | Bug 1156: Using EGL.eglCreatePlatformWindowSurface(..) crashes on NVIDIA 430.... | Sven Gothel | 2019-11-28 | 1 | -1/+4 |
* | Bug 1402: Standalone native test attempting to reproduce issue | Sven Gothel | 2019-11-28 | 2 | -0/+830 |
* | Bug 1156 - Implement DRM/GBM Support for JOGL(EGL) and NEWT | Sven Gothel | 2019-11-28 | 32 | -762/+5384 |
* | Bug 1156: GBM: Bring up incl GL rendering (TODO: GBM working page flip / sync) | Sven Gothel | 2019-11-23 | 10 | -109/+522 |
* | Bug 1156: GBM: Fixing native GBM code, surviving initialization | Sven Gothel | 2019-11-22 | 3 | -32/+114 |
* | Bug 1156: NEWT: NewtFactory.getCustomClass(..) Robustness | Sven Gothel | 2019-11-22 | 4 | -20/+11 |
* | Bug 1156: EGL-GBM: Fix NativeWindowFactory native-window-type query according... | Sven Gothel | 2019-11-22 | 3 | -59/+73 |
* | Bug 1156: EGL-GBM: [Re]use EGL Platform type for eglCreatePlatformWindowSurfa... | Sven Gothel | 2019-11-22 | 2 | -35/+66 |
* | Bug 1156: GBM: FIXME: Remove scanning for desktop-GL via EGL, see commit e674... | Sven Gothel | 2019-11-22 | 1 | -1/+6 |
* | Bug 1156: Utilize internal glGetStringi (same as glGetString) - Robostness | Sven Gothel | 2019-11-22 | 3 | -81/+147 |
* | Bug 1156: GBM: FIXME: Hard link gbm and drm (temporary) | Sven Gothel | 2019-11-22 | 2 | -10/+10 |
* | Bug 1156: EGL-GBM: Fix Cleanup (Newt package relocation / hack default GBM) | Sven Gothel | 2019-11-21 | 2 | -12/+13 |
* | Bug 1156: EGL-GBM: Cleanup Code & Replace Newt GBM implementation | Sven Gothel | 2019-11-21 | 13 | -460/+751 |
* | gbm/WindowDriver: make it compile and link | Xerxes RĂ„nby | 2019-11-21 | 3 | -6/+8 |
* | Bug 1156: EGL-GBM: Cherry pick changes .. | Sven Gothel | 2019-11-21 | 1 | -2/+5 |
* | add native gbm implementation for drm and gbm initialization. | Erik De Rijcke | 2019-11-21 | 3 | -152/+117 |
* | add gbm java & build modifications | Erik De Rijcke | 2019-11-21 | 6 | -1/+494 |
* | detect gbm platform on linux when no other display server is running | Erik De Rijcke | 2019-11-21 | 2 | -6/+65 |
* | make void* an opaque long in EGL generated class | Erik De Rijcke | 2019-11-21 | 2 | -11/+10 |
* | test scripts: add --illegal-access=warn | Sven Gothel | 2019-11-21 | 3 | -2/+3 |
* | Bug 1393: MacOS: Wait for window position setting on main-thread (blocking) | Sven Gothel | 2019-11-21 | 4 | -29/+14 |
* | IOS: CGL.updateContextRegister(..) call on main-thread using AppKit | Sven Gothel | 2019-11-21 | 1 | -2/+21 |
* | MacOS: Add more debug log details | Sven Gothel | 2019-11-21 | 2 | -16/+49 |
* | Bug 1393: MacOS: Implement AppKit EDTUtil operating solely on main-thread | Sven Gothel | 2019-09-16 | 2 | -1/+362 |
* | Bug 1393: Adding test cases setting visibility before enabling exclusive cont... | Sven Gothel | 2019-09-16 | 1 | -18/+78 |
* | Bug 1394 - NEWT X11Window didn't gather inset at window creation (properly) | Sven Gothel | 2019-09-11 | 1 | -16/+46 |
* | Bug 1393: Add window position validation in TestDisplayLifecycle*NEWT | Sven Gothel | 2019-09-11 | 2 | -15/+45 |
* | NEWT Cleanup: WindowImpl: Drop unused 'defer' argument (state change only): i... | Sven Gothel | 2019-09-10 | 9 | -26/+21 |
* | NEWT Cleanup: WindowImpl::visibleChanged(ZZ): Remove unused 'defer' argument.... | Sven Gothel | 2019-09-10 | 19 | -60/+59 |
* | Bug 1393: OSXUtil: Optionally inject Apple's 'Main Thread Checker'java11ios | Sven Gothel | 2019-09-09 | 3 | -4/+34 |
* | Bug 1393: MacOS/iOS: Issue updateSizePosInsets0 async to AppKit Main-Thread | Sven Gothel | 2019-09-09 | 2 | -5/+22 |
* | Bug 1393: Run orderFront0(=setVisible) async off-thread on AppKit after sync ... | Sven Gothel | 2019-09-09 | 6 | -161/+162 |
* | OSXUtil::IsMainThread() Utilize ThreadLocal storage flag avoiding unnecessary... | Sven Gothel | 2019-09-08 | 1 | -24/+19 |
* | Buig 1389: Fix SIGSEGV on OpenJDK11 on [NSApplicationAWT sendEvent:] | Sven Gothel | 2019-09-08 | 10 | -18/+44 |
* | Bug 1392: Simplify CapabilitiesFilter: Criteria -> Test, remove RemovalCriter... | Sven Gothel | 2019-09-07 | 3 | -31/+28 |
* | Bug 1392: X11PixmapGLXDrawable::createPixmap() requires X11GLXGraphicsConfigu... | Sven Gothel | 2019-09-07 | 1 | -2/+2 |
* | Bug 1391 Bug 1392: Implement GLRendererQuirks DontChooseFBConfigBestMatch and... | Sven Gothel | 2019-09-07 | 11 | -107/+272 |
* | Bug 1392: Add CapabilitiesFilter and GLCapabilitiesFilter supporting diverse ... | Sven Gothel | 2019-09-07 | 2 | -0/+237 |
* | Bug 1391: Cleanup to submit fix: Update known Quirk range; BuggyColorRenderbu... | Sven Gothel | 2019-09-07 | 3 | -11/+25 |
* | Bug 1390: Fix GLPixelBuffer.GLPixelAttributes::convert(GL, int, boolean) fail... | Sven Gothel | 2019-09-05 | 4 | -12/+31 |
* | Bug 1363: Java 11: Utilize UnsafeUtil.doWithoutIllegalAccessLogger(..) avoidi... | Sven Gothel | 2019-09-04 | 3 | -53/+84 |
* | Bug 1363: Java 11: JAWTUtil: Use sun.awt.SunToolkit.awtLock/Unlock and disabl... | Sven Gothel | 2019-09-04 | 4 | -238/+131 |
* | check-junit: enhance output (make it a brief list of classes) | Sven Gothel | 2019-09-04 | 1 | -2/+2 |