aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com
Commit message (Expand)AuthorAgeFilesLines
* GLMediaPlayer: Replace GLMediaEventListener.EVENT_CHANGE_* 'int event_mask' w...Sven Gothel2023-05-091-39/+112
* Graph GLRegion: DEBUG_BUFFER (growth) 'jogl.debug.graph.curve.Buffer'Sven Gothel2023-05-051-19/+35
* Graph GLRegion.growBuffer(..): Disable debug output (static final flag)Sven Gothel2023-05-041-3/+9
* AudioSinkFactory: Add debug output in case of failed initializationSven Gothel2023-05-041-0/+2
* Graph FontFactor: Adopt to GlueGen commit 69d22df0a6132dbf8b88fd04090c0bc8112...Sven Gothel2023-05-041-1/+1
* AABBox: Add 'translate' w/ dedicated componentsSven Gothel2023-04-281-0/+15
* [PMV]Matrix[4f]: Clarify 'mulVec[34]f' in-place arg properties, add pure in-p...Sven Gothel2023-04-282-16/+113
* Vec[234]f: Add 'max' and 'min' functionSven Gothel2023-04-283-0/+45
* Graph GLRegion/TextRegionUtil: Enhance pre-determination of buffer-size, incr...Sven Gothel2023-04-203-33/+93
* Graph OutlineShape.get{Outline->}VectexCount() renamedSven Gothel2023-04-201-1/+1
* GLArrayDataClient: Refine API doc for grow*() and reserve()Sven Gothel2023-04-201-2/+2
* Graph GLRegion*: Utilize interleaved GLSL buffers for vertices, curveParams a...Sven Gothel2023-04-203-68/+105
* GLArrayDataServer.addGLSLSubArray(): Return (actual) GLArrayDataWrapper inste...Sven Gothel2023-04-201-1/+1
* Graph [GL]Region: Use small initial indices/vertices count (640 -> 16), since...Sven Gothel2023-04-192-6/+9
* Graph GLRegion: Consolidate pass-1 common data (indices, vertices, ..) and al...Sven Gothel2023-04-192-14/+184
* Graph Region.addOutlineShape(): Fix DEBUG_INSTANCE path, enable perf counter ...Sven Gothel2023-04-191-0/+3
* Graph: Region.countOutlineShape(..) -> static, allow usage w/o instance; Text...Sven Gothel2023-04-193-33/+40
* Graph Font.getGlyphShapeBounds(): Use variant w/ 2 temp AffineTransform match...Sven Gothel2023-04-181-2/+5
* Graph OutlineShape.checkOverlaps(): Test overlap first to drop overlaps.conta...Sven Gothel2023-04-181-1/+1
* VectorUtil: Fix isVec3InTriangle3(..) testing p1, p2 and p3Sven Gothel2023-04-181-12/+8
* Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ...Sven Gothel2023-04-1815-956/+438
* Typecast Font: Add API doc for getLineHeight(), remove unused Vec3f importSven Gothel2023-04-141-2/+14
* Graph OutlineShape: Add getOutlineVectexCount(), i.e. total vertex count of a...Sven Gothel2023-04-141-0/+10
* Typecast Font.Glyph: Expose isUndefined(), i.e. name == ".notdef"Sven Gothel2023-04-141-0/+3
* Typecast: Expose (new) getGlyphCount(): GlyfTable.getSize() -> (OTFont,Font)....Sven Gothel2023-04-141-0/+5
* Graph Region: Add NORM_RENDERING_BIT (0) for better documented usage; Add get...Sven Gothel2023-04-141-0/+31
* Graph/Math: Cleanup toString(), spacing and use System.lineSeparator()Sven Gothel2023-04-124-27/+21
* Matrix4f.mapWin*(): Drop unused temp matrices, map*() returns false on invPMv...Sven Gothel2023-04-092-335/+603
* PMVMatrix: Expose temporary storage (w/o side-effects) for efficiency; GraphU...Sven Gothel2023-04-081-1/+42
* PMVMatrix API doc: Use `` to quote code since {@code } causes block-quoting w...Sven Gothel2023-04-081-5/+5
* PMVMatrix rewrite using Matrix4f, providing SyncMatrix4f* for GLUniformData; ...Sven Gothel2023-04-0720-1416/+1524
* Matrix4f Perf: Enhance invert(), Drop (test) load on Matrix4f.mul(Matrix4f) f...Sven Gothel2023-04-052-89/+177
* AABBOX: Revert API doc copy/type errors from commit 15e60161787224e85172685f7...Sven Gothel2023-04-051-7/+7
* Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,...Sven Gothel2023-04-0520-871/+3238
* Graph GLSL: Enable 'discard' in fragment shader w/o GLRendererQuirks.GLSLBugg...Sven Gothel2023-03-301-5/+11
* Graph*: API doc refinementSven Gothel2023-03-301-1/+1
* Vec2f, Vec3f: Return this @ set(..), add set(float[]) and add(float, ..)Sven Gothel2023-03-302-22/+60
* Graph RenderState: Add setColorStatic(float[]) variantSven Gothel2023-03-281-0/+3
* Graph Font.GlyphVisitor*: Pass 'char symbol' to visitor, passing full text-pr...Sven Gothel2023-03-283-5/+8
* Graph Font.Glyph: Add getFont() (the owner)Sven Gothel2023-03-281-0/+3
* Graph FontScale: Simplify names, fix API doc and add unit testSven Gothel2023-03-281-27/+102
* Graph Font: Rename getBBox*() -> getBounds*() to preserve a common semantic nameSven Gothel2023-03-271-6/+6
* Quaternion: Shorten toString() type nameSven Gothel2023-03-271-1/+2
* Add Vec2f and Vec3f, to support a more simple OO vector-math usage, e.g. for ...Sven Gothel2023-03-222-0/+528
* Graph: Remove OutlineShape.Visitor* as being replaced by Font.GlyphVisitorSven Gothel2023-03-222-24/+1
* Graph Font Processing: Use Font.GlyphVisitor instead of OutlineShape.Visitor,...Sven Gothel2023-03-224-19/+63
* GraphUI UISceneDemo*: Use lambdas for GLAutoDrawable.invoke(..) to reduce LOCSven Gothel2023-03-211-0/+7
* Graph: Cleanup Vertex.Factory referencing: Only bind to OutlineShape and use ...Sven Gothel2023-03-213-43/+21
* GLArrayDataClient: Allow null buffer @ growIfNeeded(), removed from commit 90...Sven Gothel2023-03-201-20/+1
* GLOffscreenAutoDrawable: Remove unused importSven Gothel2023-03-201-2/+0