aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl
Commit message (Expand)AuthorAgeFilesLines
* [GL]Capabilities*: Enhance identity-check in root Capabilities.equals(..), co...Sven Gothel2023-03-081-0/+14
* GLArrayData: Promote sealed() from GLArrayDataEditable, to correctly being us...Sven Gothel2023-03-071-2/+2
* Clock: Use Clock.currentNanos() instead of System.nanoTime(); Enhancing FPSCo...Sven Gothel2023-03-072-23/+33
* FFMPEGMediaPlayer: Cleanup API doc FFmpeg versionsSven Gothel2023-03-051-4/+4
* GLDrawableFactoryImpl:createDummyDrawable(): Similar to createOffscreenDrawab...Sven Gothel2023-03-041-5/+15
* GLDrawableFactoryImpl:createMutableSurfaceImpl(..): Pass orig AbstractGraphic...Sven Gothel2023-03-046-40/+42
* GLDrawableFactoryImpl:createDummySurfaceImpl() and createSurfacelessImpl(): P...Sven Gothel2023-03-047-69/+91
* EGLGraphicsDevice: Cleanup and enhance API doc for clarity ...Sven Gothel2023-03-041-8/+8
* GLMediaPlayerImpl: destroyImpl(..) @ initGL(..) exception: Don't wait for str...Sven Gothel2023-03-041-5/+8
* Drop redundant NativeWindowFactory.getDefaultToolkitLock(type, deviceHandle) ...Sven Gothel2023-03-021-3/+3
* GLArrayData*: Shorten methods (*API Change*), use proper constructor and fina...Sven Gothel2023-02-242-2/+2
* FFMPEGMediaPlayer: Add implementation update for FFmpeg version 4.* (Debian 1...Sven Gothel2023-02-238-341/+197
* MacOSXCGLContext: Fix typo in DEBUG outputSven Gothel2023-01-221-10/+10
* MacOSXCGLContext: Enable DEBUG1398 explicitly w/o debugAll()Sven Gothel2023-01-221-1/+1
* jogl's Debug.class: Add explicit debugNotAll(..) variant to skip debugAll()Sven Gothel2023-01-221-1/+5
* MacOSXCGLContext.AttachGLLayerCmd: Allow DetachGLLayerCmd to revoke the attac...Sven Gothel2023-01-211-5/+11
* Don't import conditional platform specific 'static' code but fully qualify na...Sven Gothel2023-01-201-11/+5
* MacOSXCGLDrawableFactory.canCreateGLPbuffer(): Disabled for MacOS >= 12, here...Sven Gothel2023-01-181-2/+5
* MacOSXCGLContext: Avoid data race on lastSetNSViewCmd, use local copy like in...Sven Gothel2023-01-181-3/+4
* X11GLXContext.getPlatformExtensionsStringImpl(): Add comment from pull reques...Sven Gothel2023-01-161-0/+4
* Merge pull request #107 from ndjojo/platform-extensionsSven Gothel2023-01-161-10/+2
|\
| * Update X11GLXContext.javandjojo2021-01-201-10/+2
* | Moved GlueGen's PlatformPropsImpl's static OSXVersion to GLContextImpl.MacOSV...Sven Gothel2023-01-152-6/+29
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()Sven Gothel2023-01-149-21/+22
* | MacOS: MacOSXCGLContext.drawableUpdatedNotify(): Issue updateContext() on mai...Sven Gothel2023-01-141-21/+2
* | 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