| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 805: Graph/GraphUI TextureSequence Scale: Move Region.COLORTEXTURE_LETTER... | Sven Göthel | 2024-02-01 | 1 | -31/+4 |
* | Bug 1488: Complete/Fix producing the 64-bit shaderKey: Use long values in bit... | Sven Göthel | 2024-01-25 | 1 | -36/+28 |
* | Graph: Drop non-existing 'JAVA' font from FontFactory | Sven Göthel | 2024-01-25 | 1 | -7/+1 |
* | Bug 1488 - Graph RegionRenderer: Use a more deterministic 64-bit shaderKey: [... | Sven Göthel | 2024-01-22 | 1 | -31/+62 |
* | Bug 1488 - Graph RegionRenderer: Ensure shaderPrograms1 path is disabled usin... | Sven Göthel | 2024-01-22 | 1 | -6/+8 |
* | Bug 1488 - Graph RegionRenderer Shader Mapping: Revert to IntObjectHashMap an... | Sven Göthel | 2024-01-22 | 1 | -64/+182 |
* | Graph Clipping: Use Frustum Clipping using AABBox -> Mv transformed Cube -> F... | Sven Göthel | 2024-01-20 | 2 | -27/+37 |
* | Frustum: Revise code and its Plane definition to support Cube->Frustum as wel... | Sven Göthel | 2024-01-19 | 1 | -1/+1 |
* | Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRe... | Sven Göthel | 2024-01-16 | 5 | -52/+89 |
* | Graph/GraphUI AA-Quality (shader): Region: Add DEFAULT_AA_QUALITY and clippin... | Sven Göthel | 2024-01-15 | 3 | -20/+34 |
* | Bump (c) -2024 for edited files + LICENSE.txt | Sven Göthel | 2024-01-14 | 5 | -7/+7 |
* | Graph/GraphUI: Revise Graph Region ShaderMapping, fix AABBox-Clipping for Pas... | Sven Göthel | 2024-01-14 | 5 | -93/+179 |
* | Graph Clipping: Add missing Modelview-Matrix (Mv) Multiplication / Consideration | Sven Göthel | 2024-01-09 | 2 | -0/+5 |
* | Graph Clipping: Initial Region impl of AABBox clipping using GLSL shader (Con... | Sven Göthel | 2024-01-09 | 3 | -11/+37 |
* | Graph Region: Edit API doc for AA_RENDERING_MASK | Sven Gothel | 2023-12-18 | 1 | -1/+1 |
* | Bug 1465 - Graph / GraphUI: Render a Region's ColorTexture in proper aspect-r... | Sven Gothel | 2023-09-30 | 2 | -1/+38 |
* | Graph Font: API doc: Fix typos 'Return ' .. to 'Returns `. | Sven Gothel | 2023-09-24 | 1 | -17/+20 |
* | Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus trav... | Sven Gothel | 2023-09-24 | 3 | -24/+78 |
* | Graph Fonts: Add 'Material Icons Round-Regular' (APL-2 license) and use it in... | Sven Gothel | 2023-09-24 | 1 | -0/+6 |
* | 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 |