| Commit message (Expand) | Author | Age | Files | Lines |
* | Graph Clipping: Use Frustum Clipping using AABBox -> Mv transformed Cube -> F... | Sven Göthel | 2024-01-20 | 2 | -27/+37 |
* | Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRe... | Sven Göthel | 2024-01-16 | 4 | -51/+86 |
* | Graph/GraphUI AA-Quality (shader): Region: Add DEFAULT_AA_QUALITY and clippin... | Sven Göthel | 2024-01-15 | 2 | -15/+18 |
* | Bump (c) -2024 for edited files + LICENSE.txt | Sven Göthel | 2024-01-14 | 4 | -5/+5 |
* | Graph/GraphUI: Revise Graph Region ShaderMapping, fix AABBox-Clipping for Pas... | Sven Göthel | 2024-01-14 | 4 | -80/+136 |
* | 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 |
* | Bug 1465 - Graph / GraphUI: Render a Region's ColorTexture in proper aspect-r... | Sven Gothel | 2023-09-30 | 1 | -0/+1 |
* | Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus trav... | Sven Gothel | 2023-09-24 | 2 | -3/+3 |
* | Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn... | Sven Gothel | 2023-09-20 | 4 | -34/+31 |
* | Debug.debugExplicit(): Define and use explicit symbol debug flag; Use it for ... | Sven Gothel | 2023-09-16 | 1 | -1/+2 |
* | PMVMatrix.gluPerspective(): Redfine angle in radians instead of degrees ** AP... | Sven Gothel | 2023-09-02 | 1 | -3/+15 |
* | Graph Font + Glyph: More robust detetection and API definition of non-contour... | Sven Gothel | 2023-08-28 | 2 | -5/+8 |
* | 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 GLRegion/TextRegionUtil: Enhance pre-determination of buffer-size, incr... | Sven Gothel | 2023-04-20 | 2 | -21/+71 |
* | Graph GLRegion*: Utilize interleaved GLSL buffers for vertices, curveParams a... | Sven Gothel | 2023-04-20 | 2 | -65/+102 |
* | Graph [GL]Region: Use small initial indices/vertices count (640 -> 16), since... | Sven Gothel | 2023-04-19 | 1 | -5/+8 |
* | Graph GLRegion: Consolidate pass-1 common data (indices, vertices, ..) and al... | Sven Gothel | 2023-04-19 | 1 | -13/+183 |
* | Graph: Region.countOutlineShape(..) -> static, allow usage w/o instance; Text... | Sven Gothel | 2023-04-19 | 2 | -29/+28 |
* | Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ... | Sven Gothel | 2023-04-18 | 2 | -14/+17 |
* | PMVMatrix rewrite using Matrix4f, providing SyncMatrix4f* for GLUniformData; ... | Sven Gothel | 2023-04-07 | 2 | -13/+11 |
* | Graph GLSL: Enable 'discard' in fragment shader w/o GLRendererQuirks.GLSLBugg... | Sven Gothel | 2023-03-30 | 1 | -5/+11 |
* | 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 | 2 | -3/+4 |
* | Graph: Remove OutlineShape.Visitor* as being replaced by Font.GlyphVisitor | Sven Gothel | 2023-03-22 | 1 | -1/+1 |
* | Graph Font Processing: Use Font.GlyphVisitor instead of OutlineShape.Visitor,... | Sven Gothel | 2023-03-22 | 2 | -10/+15 |
* | Graph: Cleanup Vertex.Factory referencing: Only bind to OutlineShape and use ... | Sven Gothel | 2023-03-21 | 2 | -42/+8 |
* | Graph: Add RegionRenderer.enable(..) variant w/ passing enable + disable GLCa... | Sven Gothel | 2023-03-19 | 1 | -4/+15 |
* | Graph: GLRegion.draw(): Mod curRenderModes by sampleCount { 0 = no-sampling, ... | Sven Gothel | 2023-03-19 | 1 | -1/+19 |
* | Graph: GLRegion: Pass curRenderModes to updateImpl() + drawImpl(), prepare sw... | Sven Gothel | 2023-03-19 | 2 | -8/+12 |
* | Graph : Misc API doc | Sven Gothel | 2023-03-19 | 1 | -0/+2 |
* | Graph: Add RenderState API doc; RegionRenderer: Remove unused shell method, l... | Sven Gothel | 2023-03-19 | 2 | -6/+8 |
* | Graph: Make RenderState a composition of RegionRenderer, which also creates a... | Sven Gothel | 2023-03-15 | 3 | -33/+120 |
* | Fix ShaderProgram ownership bug, introduced in commit 67a723477ecd818fbc5859f... | Sven Gothel | 2023-03-15 | 3 | -35/+36 |
* | Graph: Have RegionRenderer.reshapeNotify(..) track x/y as well (vieport); Gra... | Sven Gothel | 2023-03-14 | 1 | -5/+7 |
* | Graph: RegionRenderer: Adopt to TextureSequence API Change: Use setTextureLoo... | Sven Gothel | 2023-03-14 | 1 | -9/+8 |
* | GLRegion + RegionRenderer: Add clearShader(..) to delete all ShaderPrograms a... | Sven Gothel | 2023-03-13 | 3 | -7/+27 |
* | Graph: Add GLRegion creation w/ pre-calculating its buffer sizes; TextRegionU... | Sven Gothel | 2023-03-13 | 2 | -2/+60 |
* | Misc: Add MonitorDevice.perMMToPerInch(..); Drop unused RegionRenderer.init(.... | Sven Gothel | 2023-03-09 | 1 | -3/+2 |