| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn... | Sven Gothel | 2023-09-20 | 18 | -2302/+62 |
* | Debug.debugExplicit(): Define and use explicit symbol debug flag; Use it for ... | Sven Gothel | 2023-09-16 | 2 | -3/+6 |
* | FloatUtil.abs(a): Mark as deprecated, use Math.abs(a) directly. We assume it ... | Sven Gothel | 2023-09-04 | 2 | -6/+6 |
* | FloatUtil.isEqual(..): Rename raw {isEqual->isEqualRaw}(a,b) varianr w/o EPSI... | Sven Gothel | 2023-09-03 | 2 | -2/+2 |
* | GraphUI Scene: Pass sampleCount in ctor variant and refine API doc, clip to [... | Sven Gothel | 2023-09-03 | 1 | -1/+12 |
* | PMVMatrix.gluPerspective(): Redfine angle in radians instead of degrees ** AP... | Sven Gothel | 2023-09-02 | 1 | -3/+15 |
* | Graph Font + Glyph: Fix whitespace definition: Include 'no original underlyin... | Sven Gothel | 2023-09-01 | 1 | -13/+17 |
* | Graph Font + Glyph: More robust detetection and API definition of non-contour... | Sven Gothel | 2023-08-28 | 3 | -8/+42 |
* | Graph Loop: Make initFromPolyline() and locateClosestVertex() more robust, re... | Sven Gothel | 2023-08-28 | 1 | -1/+1 |
* | Graph TextRegionUtil.drawString3D(..): Allow null `rgbaColor` w/o color-chann... | Sven Gothel | 2023-08-12 | 1 | -6/+12 |
* | Graph TextRegionUtil.drawString3D(..): Redefine 'rgbaColor' semantics: Either... | Sven Gothel | 2023-08-02 | 1 | -3/+24 |
* | Graph RenderState: Initialize colorStatic w/ all white (1,1,1,1) if color-cha... | Sven Gothel | 2023-08-02 | 1 | -1/+1 |
* | Graph RegionRenderer.destroy(): Detach RenderState from GL instance | Sven Gothel | 2023-08-02 | 1 | -0/+1 |
* | Graph: Simplify RegionRenderer API by exposing common RenderState methods (an... | Sven Gothel | 2023-08-02 | 1 | -16/+34 |
* | Graph Add {GLRegion, GraphShape}.setTextureUnit(int): Allowing to set texture... | Sven Gothel | 2023-08-01 | 1 | -0/+3 |
* | Graph RegionRendered.init(..): Disable renderer (and shader programs etc) to ... | Sven Gothel | 2023-08-01 | 1 | -5/+3 |
* | Graph RenderState: Initialize colorStatic w/ alpha=1 to avoid invisible rende... | Sven Gothel | 2023-08-01 | 1 | -1/+1 |
* | Graph GLRegion.create(..): Expose variant with custom pass2TexUnit for VBAA (... | Sven Gothel | 2023-08-01 | 1 | -5/+23 |
* | Graph: Minor cleanup: TextRegionUtil: Fix API doc references; RegionRenderer.... | Sven Gothel | 2023-08-01 | 2 | -7/+6 |
* | Graph GLRegion: DEBUG_BUFFER (growth) 'jogl.debug.graph.curve.Buffer' | Sven Gothel | 2023-05-05 | 1 | -19/+35 |
* | Graph GLRegion.growBuffer(..): Disable debug output (static final flag) | Sven Gothel | 2023-05-04 | 1 | -3/+9 |
* | Graph FontFactor: Adopt to GlueGen commit 69d22df0a6132dbf8b88fd04090c0bc8112... | Sven Gothel | 2023-05-04 | 1 | -1/+1 |
* | Graph GLRegion/TextRegionUtil: Enhance pre-determination of buffer-size, incr... | Sven Gothel | 2023-04-20 | 3 | -33/+93 |
* | 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 | -68/+105 |
* | Graph [GL]Region: Use small initial indices/vertices count (640 -> 16), since... | Sven Gothel | 2023-04-19 | 2 | -6/+9 |
* | Graph GLRegion: Consolidate pass-1 common data (indices, vertices, ..) and al... | Sven Gothel | 2023-04-19 | 2 | -14/+184 |
* | Graph Region.addOutlineShape(): Fix DEBUG_INSTANCE path, enable perf counter ... | Sven Gothel | 2023-04-19 | 1 | -0/+3 |
* | Graph: Region.countOutlineShape(..) -> static, allow usage w/o instance; Text... | Sven Gothel | 2023-04-19 | 3 | -33/+40 |
* | Graph Font.getGlyphShapeBounds(): Use variant w/ 2 temp AffineTransform match... | Sven Gothel | 2023-04-18 | 1 | -2/+5 |
* | Graph OutlineShape.checkOverlaps(): Test overlap first to drop overlaps.conta... | Sven Gothel | 2023-04-18 | 1 | -1/+1 |
* | Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ... | Sven Gothel | 2023-04-18 | 9 | -364/+239 |
* | Typecast Font: Add API doc for getLineHeight(), remove unused Vec3f import | Sven Gothel | 2023-04-14 | 1 | -2/+14 |
* | Graph OutlineShape: Add getOutlineVectexCount(), i.e. total vertex count of a... | Sven Gothel | 2023-04-14 | 1 | -0/+10 |
* | 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 | 1 | -0/+5 |
* | Graph Region: Add NORM_RENDERING_BIT (0) for better documented usage; Add get... | Sven Gothel | 2023-04-14 | 1 | -0/+31 |
* | PMVMatrix rewrite using Matrix4f, providing SyncMatrix4f* for GLUniformData; ... | Sven Gothel | 2023-04-07 | 2 | -13/+11 |
* | Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,... | Sven Gothel | 2023-04-05 | 2 | -14/+44 |
* | Graph GLSL: Enable 'discard' in fragment shader w/o GLRendererQuirks.GLSLBugg... | Sven Gothel | 2023-03-30 | 1 | -5/+11 |
* | Graph*: API doc refinement | Sven Gothel | 2023-03-30 | 1 | -1/+1 |
* | Graph RenderState: Add setColorStatic(float[]) variant | Sven Gothel | 2023-03-28 | 1 | -0/+3 |
* | Graph Font.GlyphVisitor*: Pass 'char symbol' to visitor, passing full text-pr... | Sven Gothel | 2023-03-28 | 3 | -5/+8 |
* | Graph Font.Glyph: Add getFont() (the owner) | Sven Gothel | 2023-03-28 | 1 | -0/+3 |
* | Graph FontScale: Simplify names, fix API doc and add unit test | Sven Gothel | 2023-03-28 | 1 | -27/+102 |
* | Graph Font: Rename getBBox*() -> getBounds*() to preserve a common semantic name | Sven Gothel | 2023-03-27 | 1 | -6/+6 |
* | Graph: Remove OutlineShape.Visitor* as being replaced by Font.GlyphVisitor | Sven Gothel | 2023-03-22 | 2 | -24/+1 |
* | Graph Font Processing: Use Font.GlyphVisitor instead of OutlineShape.Visitor,... | Sven Gothel | 2023-03-22 | 3 | -19/+53 |
* | Graph: Cleanup Vertex.Factory referencing: Only bind to OutlineShape and use ... | Sven Gothel | 2023-03-21 | 3 | -43/+21 |
* | Graph: Add RegionRenderer.enable(..) variant w/ passing enable + disable GLCa... | Sven Gothel | 2023-03-19 | 1 | -4/+15 |