aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl
Commit message (Expand)AuthorAgeFilesLines
* Bug 1156: EGL-GBM: Fix Cleanup (Newt package relocation / hack default GBM)Sven Gothel2019-11-211-4/+5
* Bug 1156: EGL-GBM: Cleanup Code & Replace Newt GBM implementationSven Gothel2019-11-211-11/+18
* detect gbm platform on linux when no other display server is runningErik De Rijcke2019-11-211-1/+22
* make void* an opaque long in EGL generated classErik De Rijcke2019-11-211-11/+9
* IOS: CGL.updateContextRegister(..) call on main-thread using AppKitSven Gothel2019-11-211-2/+21
* Buig 1389: Fix SIGSEGV on OpenJDK11 on [NSApplicationAWT sendEvent:]Sven Gothel2019-09-081-1/+1
* Bug 1392: Simplify CapabilitiesFilter: Criteria -> Test, remove RemovalCriter...Sven Gothel2019-09-072-11/+11
* Bug 1392: X11PixmapGLXDrawable::createPixmap() requires X11GLXGraphicsConfigu...Sven Gothel2019-09-071-2/+2
* Bug 1391 Bug 1392: Implement GLRendererQuirks DontChooseFBConfigBestMatch and...Sven Gothel2019-09-078-69/+175
* Bug 1392: Add CapabilitiesFilter and GLCapabilitiesFilter supporting diverse ...Sven Gothel2019-09-071-0/+73
* 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-051-7/+17
* Bug 1363: Java 11: JAWTUtil: Use sun.awt.SunToolkit.awtLock/Unlock and disabl...Sven Gothel2019-09-041-58/+5
* 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-222-2/+18
* 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
* Removed illegal reflective access to sun.java2d.opengl.OGLUtilitiesWade Walker2019-08-191-31/+8
* Removed references to non-existent method getPeer() in debug codeWade Walker2019-08-191-2/+2
* iOS: EAGLLayer FBO w/ DEPTH buffer workaround 1Sven Gothel2019-06-241-0/+10
* iOS: Clean up promotion of EAGLLayer use down to FBObjectSven Gothel2019-06-245-142/+223
* iOS: Initial working commit supporting iOS (ipad pro 11)Sven Gothel2019-06-2320-114/+1867
* Bug 1381: Keep host PixelFormat functional using requested immutable alphaReq...Sven Gothel2019-05-132-13/+34
* Bug 1358: 'Honor' SWT's projection of High-DPI Scaling (Reading hidden pixel ...Sven Gothel2019-04-101-25/+21
* Bug 1362: Minimal action required: setBackground of the parent canvas before ...Sven Gothel2019-04-091-0/+5
* Bug 1367: Adapt to TempFileCache & TempJarCache ChangesSven Gothel2019-04-033-3/+3
* Bug 1366 - Use String.format((Locale)null, "..." ..) avoiding Locale output f...Sven Gothel2019-03-303-7/+10
* Merge pull request #100 from PissedCapslock/patch-2Sven Gothel2019-03-261-1/+1
|\
| * Typo in javadoc of GLDrawable#isRealizedRobin Stevens2016-05-041-1/+1
* | Merge pull request #99 from PissedCapslock/patch-1Sven Gothel2019-03-261-3/+3
|\ \
| * | Improved layout of last paragraph in class javadocRobin Stevens2016-05-041-3/+3
| |/
* | Bug 1288: GLBufferStateTracker needs to support ARB_indirect_parametersSven Gothel2019-03-261-3/+11
* | ShaderCode: Fixed constant usage (GL3 -> GL3ES3)Sven Gothel2019-03-261-15/+15
* | Bug 1283: Remove shader include filename quotes if exists at start and end onlySven Gothel2019-03-263-10/+18
* | Merge pull request #95 from elect86/patch-1Sven Gothel2019-03-261-1/+1
|\ \
| * | Removing also all the double quotesGiuseppe Barbieri2016-01-291-1/+1
| |/
* | Bug 1357 Related: GLRendererQuirks NoSetSwapIntervalPostRetarget and NoDouble...Julien Gouesse2019-03-251-5/+9
* | Merge pull request #105 from serebit/patch-1Sven Gothel2019-03-251-1/+1
|\ \
| * | Update GLContextImpl.javaCampbell Jones2017-12-261-1/+1
| |/
* | Bug 1290: Expand query whether BCM IV is being used, exclude '/dev/dri/card0'rcpulledSven Gothel2018-01-161-9/+9
* | Merge pull request #96 from gohai/vc4-moduleSven Gothel2018-01-151-1/+17
|\ \
| * | Change library search order for Broadcom VC IV graphicsgohai2017-02-161-1/+17
| |/