aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl
Commit message (Expand)AuthorAgeFilesLines
* MacOS: MacOSXCGLContext.NSOpenGLImpl.release(): Don't wait for releasing cont...Sven Gothel2023-01-141-1/+2
* MacOS: MacOSXCGLContext: Simplify version flags, remove Tiger, add Mojave.Sven Gothel2023-01-141-6/+20
* Fix 'typo' in branching, valid config index is >= 0 (not < 0)Sven Gothel2020-06-151-1/+1
* Bug 1398: MacOSXCGLContext: Ensure AWT is available before using it when quer...Sven Gothel2020-04-061-5/+12
* Bug 1398: Avoid AWT-AppKit blocking feedback flush deadlock and SetNSViewCmd ...Sven Gothel2020-04-061-28/+60
* Bug 1398: Ensure CGLContext lock will be acquired before leaving user makeCur...Sven Gothel2020-03-051-25/+106
* Bug 1398: MacOS: Perform [NSOpenGLContext setView:] on main-thread async w/o ...Sven Gothel2020-02-241-100/+211
* Bug 1420: Add FFMpeg 4.* versioned lib-names and provide optional internal li...Sven Gothel2020-01-032-59/+153
* Bug 1312: GLContextShareSet: Utilize WeakIdentityHashMap for shareMap and its...Sven Gothel2019-12-311-2/+3
* Bug 1312: GLContextShareSet CleanupSven Gothel2019-12-312-15/+63
* Bug 1347: Resolve Merged EGL/Desktop Profile MappingSven Gothel2019-12-283-8/+43
* Bug 1287 - Complete Immutable glNamedBufferStorage support in GLBufferObjectT...Sven Gothel2019-12-271-8/+9
* Bug 1156 Regression (Bug 1417): Probe whether 'eglGetPlatformDisplay(..)' is ...Sven Gothel2019-12-251-1/+37
* Bug 1156: NEWT WindowDriver: Handle case with requested CapabilitiesImmutable...Sven Gothel2019-12-091-0/+19
* Bug 1416 - Allow EGLDrawableFactory re-creation after shutdown() - be functionalSven Gothel2019-12-091-0/+1
* Bug 1200: GLRendererQuirks.NoSurfacelessCtx still persists on Linux/X11 NVIDI...Sven Gothel2019-12-081-3/+3
* Bug 1156, Bug 1401: Disable DesktopGL on EGL w/ DRM/GBM earlier in initializa...Sven Gothel2019-12-051-20/+22
* VC4: Only load Broadcom EGL driver when guessVCIVUsedXerxes Rånby2019-12-042-40/+36
* VC4: Broadcom uses libbrcmEGL.so, libbrcmGLESv2.so, libbrcmOpenVG.so and libb...Xerxes Rånby2019-12-022-3/+17
* Bug 1200: probeSurfacelessCtx works at least since NVIDIA 430.40.Sven Gothel2019-11-281-2/+2
* Bug 1156: Using EGL.eglCreatePlatformWindowSurface(..) crashes on NVIDIA 430....Sven Gothel2019-11-281-1/+4
* Bug 1156 - Implement DRM/GBM Support for JOGL(EGL) and NEWTSven Gothel2019-11-284-40/+127
* Bug 1156: GBM: Bring up incl GL rendering (TODO: GBM working page flip / sync)Sven Gothel2019-11-231-13/+20
* Bug 1156: EGL-GBM: Fix NativeWindowFactory native-window-type query according...Sven Gothel2019-11-221-1/+1
* Bug 1156: EGL-GBM: [Re]use EGL Platform type for eglCreatePlatformWindowSurfa...Sven Gothel2019-11-222-35/+66
* Bug 1156: GBM: FIXME: Remove scanning for desktop-GL via EGL, see commit e674...Sven Gothel2019-11-221-1/+6
* Bug 1156: Utilize internal glGetStringi (same as glGetString) - RobostnessSven Gothel2019-11-222-81/+130
* 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-071-5/+5
* Bug 1392: X11PixmapGLXDrawable::createPixmap() requires X11GLXGraphicsConfigu...Sven Gothel2019-09-071-2/+2
* Bug 1391 Bug 1392: Implement GLRendererQuirks DontChooseFBConfigBestMatch and...Sven Gothel2019-09-077-67/+129
* Bug 1391: Cleanup to submit fix: Update known Quirk range; BuggyColorRenderbu...Sven Gothel2019-09-071-5/+7
* Bug 1384: Move remaining 'lose' property quirks into GLRendererQuirks.OverrideSven Gothel2019-08-231-22/+2
* 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-221-2/+16
* 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: Cleanup GLContextImpl.setGLFunctionAvailability(..): Parameter, var...Sven Gothel2019-08-221-119/+151
* Bug 1384: Allow GLRendererQuirks to be overridden by user propertiesSven Gothel2019-08-211-3/+6
* Removed illegal reflective access to sun.java2d.opengl.OGLUtilitiesWade Walker2019-08-191-31/+8
* 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-244-91/+162
* iOS: Initial working commit supporting iOS (ipad pro 11)Sven Gothel2019-06-2313-11/+1444
* Bug 1366 - Use String.format((Locale)null, "..." ..) avoiding Locale output f...Sven Gothel2019-03-301-2/+3