| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor cleanup of imports, etc: FBObject, GLContext*, Texture, .. | Sven Gothel | 2023-08-13 | 2 | -13/+6 |
* | Texture ctor w/ external textureID: Pass `ownsTextureID` where true hands ove... | Sven Gothel | 2023-08-13 | 1 | -1/+10 |
* | GLMediaPlayer: Show more reasonable DEBUG output in factory; Impl initGL(GL) ... | Sven Gothel | 2023-08-11 | 1 | -4/+6 |
* | Graph Add {GLRegion, GraphShape}.setTextureUnit(int): Allowing to set texture... | Sven Gothel | 2023-08-01 | 3 | -0/+15 |
* | GLStateTracker: Add tracking of blending states (part-1) | Sven Gothel | 2023-08-01 | 1 | -2/+129 |
* | GLStateTracker: Encapsulate PixelStateMap for PixelStorei states (prepare for... | Sven Gothel | 2023-08-01 | 1 | -44/+69 |
* | Add {GL, GLContext}.getDefaultDrawBuffer() to complement getDefaultReadBuffer() | Sven Gothel | 2023-07-15 | 3 | -0/+18 |
* | GLMediaPlayer: Add setAudioChannelLimit(..), correlating with AudioSink.setCh... | Sven Gothel | 2023-05-23 | 2 | -1/+14 |
* | *MediaPlayer: Adop to JOAL 39a32fd56de313c31bd197ee6022288e97f9729a | Sven Gothel | 2023-05-21 | 2 | -2/+6 |
* | Relocate 'jar/atomic/jogl-fonts-p0.jar' -> 'jar/jogl-fonts-p0.jar' to simplif... | Sven Gothel | 2023-05-20 | 1 | -2/+1 |
* | FFMPEGMediaPlayer: Adjust to AudioFormat changes | Sven Gothel | 2023-05-20 | 1 | -2/+2 |
* | FFMPEGMediaPlayer: AudioFormat is now a stand-alone class (gluegen 2b339721a4... | Sven Gothel | 2023-05-18 | 1 | -2/+2 |
* | Common av classes (*AudioSink, ..) are promoted to gluegen (commit 270172bcbd... | Sven Gothel | 2023-05-17 | 8 | -1430/+9 |
* | Fix GLMediaPlayerImpl.initGL(GL): Allow null==gl and audio-only mode (regress... | Sven Gothel | 2023-05-09 | 1 | -16/+33 |
* | GLMediaPlayer: Replace GLMediaEventListener.EVENT_CHANGE_* 'int event_mask' w... | Sven Gothel | 2023-05-09 | 1 | -41/+44 |
* | MacOSXCGLDrawableFactory.canCreateGLPbuffer(): Disabled for MacOS >= 10.13 (H... | Sven Gothel | 2023-05-06 | 2 | -2/+6 |
* | Graph CDTriangulator2D: Drop invalid innerPoly, avoiding Loop.initFromPolylin... | Sven Gothel | 2023-05-05 | 1 | -2/+30 |
* | Graph OutlineShape.get{Outline->}VectexCount() renamed | Sven Gothel | 2023-04-20 | 1 | -1/+1 |
* | Graph GLRegion*: Utilize interleaved GLSL buffers for vertices, curveParams a... | Sven Gothel | 2023-04-20 | 3 | -104/+14 |
* | Graph VBORegion2P*.renderVBO(): Add comment on BITHINT_GLOBAL_DEPTH_TEST_ENAB... | Sven Gothel | 2023-04-19 | 2 | -0/+9 |
* | Graph GLRegion: Consolidate pass-1 common data (indices, vertices, ..) and al... | Sven Gothel | 2023-04-19 | 3 | -462/+2 |
* | Graph Font.getGlyphShapeBounds(): Use variant w/ 2 temp AffineTransform match... | Sven Gothel | 2023-04-18 | 1 | -4/+5 |
* | Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ... | Sven Gothel | 2023-04-18 | 9 | -108/+118 |
* | Typecast Font.getGlyph(..): Fix Glyph case w/ 0 getOutlineVectexCount() -> is... | Sven Gothel | 2023-04-14 | 1 | -4/+14 |
* | Typecast Font.Glyph: Expose isUndefined(), i.e. name == ".notdef" | Sven Gothel | 2023-04-14 | 1 | -0/+3 |
* | Typecast: Expose (new) getGlyphCount(): GlyfTable.getSize() -> (OTFont,Font).... | Sven Gothel | 2023-04-14 | 4 | -1/+13 |
* | Typecast GlyfTable: Use `final` qualifier (cleanup) | Sven Gothel | 2023-04-14 | 1 | -14/+14 |
* | Graph TypecastFont: Avoid PostTable (out-of-bounds) for glyph_name when not e... | Sven Gothel | 2023-04-14 | 1 | -3/+7 |
* | Matrix4f.mapWin*(): Drop unused temp matrices, map*() returns false on invPMv... | Sven Gothel | 2023-04-09 | 4 | -13/+10 |
* | VBORegion2P*ES2: Just instantiate SyncMatrices4f16 in place, drop local ref | Sven Gothel | 2023-04-07 | 2 | -5/+2 |
* | PMVMatrix rewrite using Matrix4f, providing SyncMatrix4f* for GLUniformData; ... | Sven Gothel | 2023-04-07 | 6 | -48/+45 |
* | Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,... | Sven Gothel | 2023-04-05 | 6 | -18/+20 |
* | Graph Shader: Complete the USE_DISCARD logic avoiding output set after discar... | Sven Gothel | 2023-03-30 | 12 | -36/+67 |
* | Graph GLSL: Enable 'discard' in fragment shader w/o GLRendererQuirks.GLSLBugg... | Sven Gothel | 2023-03-30 | 13 | -50/+53 |
* | Graph Font: TypecastFont: getGlyphBoundsFU() + processString(): If isWhitespa... | Sven Gothel | 2023-03-28 | 1 | -4/+6 |
* | Graph Font.GlyphVisitor*: Pass 'char symbol' to visitor, passing full text-pr... | Sven Gothel | 2023-03-28 | 1 | -5/+3 |
* | Graph Font.Glyph: Add getFont() (the owner) | Sven Gothel | 2023-03-28 | 1 | -0/+5 |
* | Graph Font: Rename getBBox*() -> getBounds*() to preserve a common semantic name | Sven Gothel | 2023-03-27 | 3 | -8/+8 |
* | Graph: Fix Font.getGlyphBoundsFU(): FU of advance is requested here. | Sven Gothel | 2023-03-27 | 1 | -1/+1 |
* | Graph Font Processing: Use Font.GlyphVisitor instead of OutlineShape.Visitor,... | Sven Gothel | 2023-03-22 | 1 | -9/+15 |
* | Graph Font Processing: Produce a 'whitespace' Glyph w/ an OutlineShape (box) ... | Sven Gothel | 2023-03-22 | 3 | -5/+76 |
* | Graph: Cleanup Vertex.Factory referencing: Only bind to OutlineShape and use ... | Sven Gothel | 2023-03-21 | 1 | -11/+8 |
* | Graph: GLRegion: Pass curRenderModes to updateImpl() + drawImpl(), prepare sw... | Sven Gothel | 2023-03-19 | 3 | -65/+100 |
* | API doc cleanup, add + refine math tests | Sven Gothel | 2023-03-19 | 1 | -1/+1 |
* | Fix ShaderProgram ownership bug, introduced in commit 67a723477ecd818fbc5859f... | Sven Gothel | 2023-03-15 | 3 | -35/+9 |
* | Graph: Have RegionRenderer.reshapeNotify(..) track x/y as well (vieport); Gra... | Sven Gothel | 2023-03-14 | 1 | -3/+6 |
* | GLMediaPlayerImpl: Only kick-off StreamWorker at initGL(..) | Sven Gothel | 2023-03-14 | 1 | -5/+0 |
* | GLMediaPlayerImpl: Zero textureFragmentShaderHashCode and default lookupFunct... | Sven Gothel | 2023-03-14 | 1 | -6/+3 |
* | FFMPEGMediaPlayer: More detailed DEBUG messages on audioSink | Sven Gothel | 2023-03-14 | 1 | -3/+3 |
* | TextureSequence (API Change): Use setTextureLookupFunctionName(..) explicitly... | Sven Gothel | 2023-03-14 | 2 | -15/+31 |