aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/graph
Commit message (Expand)AuthorAgeFilesLines
* Bug 805: Graph/GraphUI TextureSequence Scale: Move Region.COLORTEXTURE_LETTER...Sven Göthel2024-02-011-31/+4
* Bug 1488: Complete/Fix producing the 64-bit shaderKey: Use long values in bit...Sven Göthel2024-01-251-36/+28
* Graph: Drop non-existing 'JAVA' font from FontFactorySven Göthel2024-01-251-7/+1
* Bug 1488 - Graph RegionRenderer: Use a more deterministic 64-bit shaderKey: [...Sven Göthel2024-01-221-31/+62
* Bug 1488 - Graph RegionRenderer: Ensure shaderPrograms1 path is disabled usin...Sven Göthel2024-01-221-6/+8
* Bug 1488 - Graph RegionRenderer Shader Mapping: Revert to IntObjectHashMap an...Sven Göthel2024-01-221-64/+182
* Graph Clipping: Use Frustum Clipping using AABBox -> Mv transformed Cube -> F...Sven Göthel2024-01-202-27/+37
* Frustum: Revise code and its Plane definition to support Cube->Frustum as wel...Sven Göthel2024-01-191-1/+1
* Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRe...Sven Göthel2024-01-165-52/+89
* Graph/GraphUI AA-Quality (shader): Region: Add DEFAULT_AA_QUALITY and clippin...Sven Göthel2024-01-153-20/+34
* Bump (c) -2024 for edited files + LICENSE.txtSven Göthel2024-01-145-7/+7
* Graph/GraphUI: Revise Graph Region ShaderMapping, fix AABBox-Clipping for Pas...Sven Göthel2024-01-145-93/+179
* Graph Clipping: Add missing Modelview-Matrix (Mv) Multiplication / ConsiderationSven Göthel2024-01-092-0/+5
* Graph Clipping: Initial Region impl of AABBox clipping using GLSL shader (Con...Sven Göthel2024-01-093-11/+37
* Graph Region: Edit API doc for AA_RENDERING_MASKSven Gothel2023-12-181-1/+1
* Bug 1465 - Graph / GraphUI: Render a Region's ColorTexture in proper aspect-r...Sven Gothel2023-09-302-1/+38
* Graph Font: API doc: Fix typos 'Return ' .. to 'Returns `.Sven Gothel2023-09-241-17/+20
* Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus trav...Sven Gothel2023-09-243-24/+78
* Graph Fonts: Add 'Material Icons Round-Regular' (APL-2 license) and use it in...Sven Gothel2023-09-241-0/+6
* Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...Sven Gothel2023-09-2018-2302/+62
* Debug.debugExplicit(): Define and use explicit symbol debug flag; Use it for ...Sven Gothel2023-09-162-3/+6
* FloatUtil.abs(a): Mark as deprecated, use Math.abs(a) directly. We assume it ...Sven Gothel2023-09-042-6/+6
* FloatUtil.isEqual(..): Rename raw {isEqual->isEqualRaw}(a,b) varianr w/o EPSI...Sven Gothel2023-09-032-2/+2
* GraphUI Scene: Pass sampleCount in ctor variant and refine API doc, clip to [...Sven Gothel2023-09-031-1/+12
* PMVMatrix.gluPerspective(): Redfine angle in radians instead of degrees ** AP...Sven Gothel2023-09-021-3/+15
* Graph Font + Glyph: Fix whitespace definition: Include 'no original underlyin...Sven Gothel2023-09-011-13/+17
* Graph Font + Glyph: More robust detetection and API definition of non-contour...Sven Gothel2023-08-283-8/+42
* Graph Loop: Make initFromPolyline() and locateClosestVertex() more robust, re...Sven Gothel2023-08-281-1/+1
* Graph TextRegionUtil.drawString3D(..): Allow null `rgbaColor` w/o color-chann...Sven Gothel2023-08-121-6/+12
* Graph TextRegionUtil.drawString3D(..): Redefine 'rgbaColor' semantics: Either...Sven Gothel2023-08-021-3/+24
* Graph RenderState: Initialize colorStatic w/ all white (1,1,1,1) if color-cha...Sven Gothel2023-08-021-1/+1
* Graph RegionRenderer.destroy(): Detach RenderState from GL instanceSven Gothel2023-08-021-0/+1
* Graph: Simplify RegionRenderer API by exposing common RenderState methods (an...Sven Gothel2023-08-021-16/+34
* Graph Add {GLRegion, GraphShape}.setTextureUnit(int): Allowing to set texture...Sven Gothel2023-08-011-0/+3
* Graph RegionRendered.init(..): Disable renderer (and shader programs etc) to ...Sven Gothel2023-08-011-5/+3
* Graph RenderState: Initialize colorStatic w/ alpha=1 to avoid invisible rende...Sven Gothel2023-08-011-1/+1
* Graph GLRegion.create(..): Expose variant with custom pass2TexUnit for VBAA (...Sven Gothel2023-08-011-5/+23
* Graph: Minor cleanup: TextRegionUtil: Fix API doc references; RegionRenderer....Sven Gothel2023-08-012-7/+6
* 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
* Graph FontFactor: Adopt to GlueGen commit 69d22df0a6132dbf8b88fd04090c0bc8112...Sven Gothel2023-05-041-1/+1
* 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
* Graph GLRegion*: Utilize interleaved GLSL buffers for vertices, curveParams a...Sven Gothel2023-04-203-68/+105
* 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