aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug 1156: Utilize internal glGetStringi (same as glGetString) - RobostnessSven Gothel2019-11-223-81/+147
* Bug 1156: GBM: FIXME: Hard link gbm and drm (temporary)Sven Gothel2019-11-222-10/+10
* Bug 1156: EGL-GBM: Fix Cleanup (Newt package relocation / hack default GBM)Sven Gothel2019-11-212-12/+13
* Bug 1156: EGL-GBM: Cleanup Code & Replace Newt GBM implementationSven Gothel2019-11-2113-460/+751
* gbm/WindowDriver: make it compile and linkXerxes RĂ„nby2019-11-213-6/+8
* Bug 1156: EGL-GBM: Cherry pick changes ..Sven Gothel2019-11-211-2/+5
* add native gbm implementation for drm and gbm initialization.Erik De Rijcke2019-11-213-152/+117
* add gbm java & build modificationsErik De Rijcke2019-11-216-1/+494
* detect gbm platform on linux when no other display server is runningErik De Rijcke2019-11-212-6/+65
* make void* an opaque long in EGL generated classErik De Rijcke2019-11-212-11/+10
* test scripts: add --illegal-access=warnSven Gothel2019-11-213-2/+3
* Bug 1393: MacOS: Wait for window position setting on main-thread (blocking)Sven Gothel2019-11-214-29/+14
* IOS: CGL.updateContextRegister(..) call on main-thread using AppKitSven Gothel2019-11-211-2/+21
* MacOS: Add more debug log detailsSven Gothel2019-11-212-16/+49
* Bug 1393: MacOS: Implement AppKit EDTUtil operating solely on main-threadSven Gothel2019-09-162-1/+362
* Bug 1393: Adding test cases setting visibility before enabling exclusive cont...Sven Gothel2019-09-161-18/+78
* Bug 1394 - NEWT X11Window didn't gather inset at window creation (properly)Sven Gothel2019-09-111-16/+46
* Bug 1393: Add window position validation in TestDisplayLifecycle*NEWTSven Gothel2019-09-112-15/+45
* NEWT Cleanup: WindowImpl: Drop unused 'defer' argument (state change only): i...Sven Gothel2019-09-109-26/+21
* NEWT Cleanup: WindowImpl::visibleChanged(ZZ): Remove unused 'defer' argument....Sven Gothel2019-09-1019-60/+59
* Bug 1393: OSXUtil: Optionally inject Apple's 'Main Thread Checker'java11iosSven Gothel2019-09-093-4/+34
* Bug 1393: MacOS/iOS: Issue updateSizePosInsets0 async to AppKit Main-ThreadSven Gothel2019-09-092-5/+22
* Bug 1393: Run orderFront0(=setVisible) async off-thread on AppKit after sync ...Sven Gothel2019-09-096-161/+162
* OSXUtil::IsMainThread() Utilize ThreadLocal storage flag avoiding unnecessary...Sven Gothel2019-09-081-24/+19
* Buig 1389: Fix SIGSEGV on OpenJDK11 on [NSApplicationAWT sendEvent:]Sven Gothel2019-09-0810-18/+44
* Bug 1392: Simplify CapabilitiesFilter: Criteria -> Test, remove RemovalCriter...Sven Gothel2019-09-073-31/+28
* Bug 1392: X11PixmapGLXDrawable::createPixmap() requires X11GLXGraphicsConfigu...Sven Gothel2019-09-071-2/+2
* Bug 1391 Bug 1392: Implement GLRendererQuirks DontChooseFBConfigBestMatch and...Sven Gothel2019-09-0711-107/+272
* Bug 1392: Add CapabilitiesFilter and GLCapabilitiesFilter supporting diverse ...Sven Gothel2019-09-072-0/+237
* Bug 1391: Cleanup to submit fix: Update known Quirk range; BuggyColorRenderbu...Sven Gothel2019-09-073-11/+25
* Bug 1390: Fix GLPixelBuffer.GLPixelAttributes::convert(GL, int, boolean) fail...Sven Gothel2019-09-054-12/+31
* Bug 1363: Java 11: Utilize UnsafeUtil.doWithoutIllegalAccessLogger(..) avoidi...Sven Gothel2019-09-043-53/+84
* Bug 1363: Java 11: JAWTUtil: Use sun.awt.SunToolkit.awtLock/Unlock and disabl...Sven Gothel2019-09-044-238/+131
* check-junit: enhance output (make it a brief list of classes)Sven Gothel2019-09-041-2/+2
* Bug 1363: Java 11: Use new Android SDK 24 for Eclipse Android .classpathSven Gothel2019-09-041-1/+1
* Bug 1384: Move remaining 'lose' property quirks into GLRendererQuirks.OverrideSven Gothel2019-08-233-42/+27
* Bug 1385: Limit Quirk GL3CompatNonCompliant to Mesa < 18.2.0Sven Gothel2019-08-231-3/+4
* Bug 1383: Tighten version/profile qualification: fail if: requested compat pr...Sven Gothel2019-08-231-2/+10
* Bug 1383: Final fix: Always test GL3CompatNonCompliant and test on requested ...Sven Gothel2019-08-223-4/+22
* Bug 1383: GLContextImpl.setGLFunctionAvailbility(..): Ensure only one request...Sven Gothel2019-08-221-2/+33
* Bug 1283: GLContextImpl.setGLFunctionAvailbility(..) calls: When leaving Open...Sven Gothel2019-08-225-6/+6
* Bug 1383: GLContext.isValidGLVersion() ensure only one profile bit is set max...Sven Gothel2019-08-221-1/+14
* Bug 1383: Cleanup GLContextImpl.setGLFunctionAvailability(..): Parameter, var...Sven Gothel2019-08-221-119/+151
* GLRendererQuirks: Fix typoSven Gothel2019-08-211-1/+1
* JoglVersion.getGLInfo: Increase robustness of debug outputSven Gothel2019-08-212-8/+20
* Bug 1384: Allow GLRendererQuirks to be overridden by user propertiesSven Gothel2019-08-212-69/+131
* Bug 1101: Add missing disposal of Pipelined_QuadRenderer's VBOsSven Gothel2019-08-201-3/+15
* Reverting erroneous junit-test task condition (ant build)Sven Gothel2019-08-201-3/+3
* Bug 1363: Java 11: Resolve unsupported JAWTUtil.getMonitorDisplayID(..)Sven Gothel2019-08-192-8/+14
* Bug 1363: Java 11: Use getPixelScale standard method even on Mac under Java9+Sven Gothel2019-08-191-50/+50