summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* Graph Font.GlyphVisitor*: Pass 'char symbol' to visitor, passing full text-pr...Sven Gothel2023-03-281-5/+3
* Graph Font.Glyph: Add getFont() (the owner)Sven Gothel2023-03-281-0/+5
* Graph Font: Rename getBBox*() -> getBounds*() to preserve a common semantic nameSven Gothel2023-03-273-8/+8
* Graph: Fix Font.getGlyphBoundsFU(): FU of advance is requested here.Sven Gothel2023-03-271-1/+1
* Graph Font Processing: Use Font.GlyphVisitor instead of OutlineShape.Visitor,...Sven Gothel2023-03-221-9/+15
* Graph Font Processing: Produce a 'whitespace' Glyph w/ an OutlineShape (box) ...Sven Gothel2023-03-223-5/+76
* Graph: Cleanup Vertex.Factory referencing: Only bind to OutlineShape and use ...Sven Gothel2023-03-211-11/+8
* Graph: GLRegion: Pass curRenderModes to updateImpl() + drawImpl(), prepare sw...Sven Gothel2023-03-193-65/+100
* API doc cleanup, add + refine math testsSven Gothel2023-03-191-1/+1
* Fix ShaderProgram ownership bug, introduced in commit 67a723477ecd818fbc5859f...Sven Gothel2023-03-153-35/+9
* Graph: Have RegionRenderer.reshapeNotify(..) track x/y as well (vieport); Gra...Sven Gothel2023-03-141-3/+6
* 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
* GLRegion + RegionRenderer: Add clearShader(..) to delete all ShaderPrograms a...Sven Gothel2023-03-133-5/+32
* 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
* Graph: Font: Add equals() + hash() API doc; GraphUI's Label*.setText(): Only ...Sven Gothel2023-03-081-2/+1
* [GL]Capabilities*: Enhance identity-check in root Capabilities.equals(..), co...Sven Gothel2023-03-081-0/+14
* Graph Perf: Add Region.countOutlineShape(), Font.processString(Visitor2,..), ...Sven Gothel2023-03-071-5/+18
* Graph Perf: Font*: Remove PerfCounterCtrl since the Region counter is more th...Sven Gothel2023-03-071-76/+1
* Graph Perf: Region*: Add setBufferCapacity(..) and cut-off growBuffer() early...Sven Gothel2023-03-073-123/+203
* Graph Perf: Region: split addOutlineShape() -> addOutlineShape0() (fast) and ...Sven Gothel2023-03-073-3/+3
* Graph Perf: Region*: Rely on growBuffer(..) per addOutlineShape() and known b...Sven Gothel2023-03-073-50/+62
* GLArrayData: Promote sealed() from GLArrayDataEditable, to correctly being us...Sven Gothel2023-03-071-2/+2
* Graph: Bring back passing through temp AffineTransform instances (optional, b...Sven Gothel2023-03-071-4/+9
* Clock: Use Clock.currentNanos() instead of System.nanoTime(); Enhancing FPSCo...Sven Gothel2023-03-072-23/+33
* Graph Perf Counter: Use GlueGen's Clock.currentNanos() to ease on performance...Sven Gothel2023-03-071-13/+9
* Graph: Use PerfCounterCtrl interface and Instant/Duration & Clock.getMonotoni...Sven Gothel2023-03-061-38/+55
* Graph: Font: Add perf counter (w/ API)Sven Gothel2023-03-061-2/+70
* Graph: Region: Add perf counter (w/ API); Utilize put[34][sif](..); Fix indic...Sven Gothel2023-03-063-85/+169
* 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
* Graph Region: Fix printBufferStats(..) overrideSven Gothel2023-02-243-3/+3
* Graph Region: Address overflow issue using GL2ES3 integer indices (WIP...); E...Sven Gothel2023-02-243-16/+128
* GLArrayData*: Shorten methods (*API Change*), use proper constructor and fina...Sven Gothel2023-02-245-37/+27
* Graph Font: Fix TypecastRenderer TTF corner-case: Prefer initial segment's mo...Sven Gothel2023-02-231-36/+68
* FFMPEGMediaPlayer: Add implementation update for FFmpeg version 4.* (Debian 1...Sven Gothel2023-02-238-341/+197
* Graph TypecastFont: Add hashCode() and equals(), feed TypecastGlyph w/ LeftSi...Sven Gothel2023-02-191-3/+20
* Graph Font.Glyph: Cleanup: Remove Font and getScale() from interface (redunda...Sven Gothel2023-02-191-76/+43
* Graph Font: Add more DEBUG info ..Sven Gothel2023-02-191-3/+32
* Graph Font: Simplify CmapFormat selection (cmap symbol -> glyph-idx), just us...Sven Gothel2023-02-191-51/+24
* Graph Font: Add 'name' to Glyph; Drop erroneous Glyph ID_SPACE, ID_CR manual ...Sven Gothel2023-02-192-50/+40