aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl
Commit message (Expand)AuthorAgeFilesLines
* FFMPEGMediaPlayer: Adjust to AudioFormat changesSven Gothel2023-05-201-2/+2
* FFMPEGMediaPlayer: AudioFormat is now a stand-alone class (gluegen 2b339721a4...Sven Gothel2023-05-181-2/+2
* Common av classes (*AudioSink, ..) are promoted to gluegen (commit 270172bcbd...Sven Gothel2023-05-178-1430/+9
* Fix GLMediaPlayerImpl.initGL(GL): Allow null==gl and audio-only mode (regress...Sven Gothel2023-05-091-16/+33
* GLMediaPlayer: Replace GLMediaEventListener.EVENT_CHANGE_* 'int event_mask' w...Sven Gothel2023-05-091-41/+44
* MacOSXCGLDrawableFactory.canCreateGLPbuffer(): Disabled for MacOS >= 10.13 (H...Sven Gothel2023-05-062-2/+6
* Matrix4f.mapWin*(): Drop unused temp matrices, map*() returns false on invPMv...Sven Gothel2023-04-092-7/+8
* PMVMatrix rewrite using Matrix4f, providing SyncMatrix4f* for GLUniformData; ...Sven Gothel2023-04-074-10/+12
* Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,...Sven Gothel2023-04-053-10/+12
* API doc cleanup, add + refine math testsSven Gothel2023-03-191-1/+1
* GLMediaPlayerImpl: Only kick-off StreamWorker at initGL(..)Sven Gothel2023-03-141-5/+0
* GLMediaPlayerImpl: Zero textureFragmentShaderHashCode and default lookupFunct...Sven Gothel2023-03-141-6/+3
* FFMPEGMediaPlayer: More detailed DEBUG messages on audioSinkSven Gothel2023-03-141-3/+3
* TextureSequence (API Change): Use setTextureLookupFunctionName(..) explicitly...Sven Gothel2023-03-142-15/+31
* GLMediaPlayerImpl: isTextureAvailable() is always true after lastFrame init; ...Sven Gothel2023-03-131-2/+6
* GLMediaPlayer: Overhaul and simplify states, allow usage before stream ready ...Sven Gothel2023-03-136-79/+191
* Move png assets (NEWT icons + GLMediaPlayer dummy/test) to simple classpath, ...Sven Gothel2023-03-132-1/+1
* [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