| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 | 2 | -2/+5 |
* | 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 |
* | Graph: Region: Add API doc on markStateDirty() and markShapeDirty() | Sven Gothel | 2023-03-14 | 1 | -5/+13 |
* | 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 |
* | Graph: Font: Add equals() + hash() API doc; GraphUI's Label*.setText(): Only ... | Sven Gothel | 2023-03-08 | 1 | -0/+18 |
* | Graph: Region: Enhance API doc, fix typo .. (brace close left open during sel... | Sven Gothel | 2023-03-07 | 1 | -12/+34 |
* | Graph Perf: Add Region.countOutlineShape(), Font.processString(Visitor2,..), ... | Sven Gothel | 2023-03-07 | 4 | -4/+79 |
* | Graph Perf: Font*: Remove PerfCounterCtrl since the Region counter is more th... | Sven Gothel | 2023-03-07 | 1 | -1/+0 |
* | Graph Perf: OutlineShape: Uncomment all debug code to keep it smaller | Sven Gothel | 2023-03-07 | 1 | -7/+7 |
* | Graph Perf: Region*: Add setBufferCapacity(..) and cut-off growBuffer() early... | Sven Gothel | 2023-03-07 | 2 | -3/+21 |
* | Graph Perf: Region: split addOutlineShape() -> addOutlineShape0() (fast) and ... | Sven Gothel | 2023-03-07 | 1 | -54/+81 |
* | Graph Perf: Region*: Rely on growBuffer(..) per addOutlineShape() and known b... | Sven Gothel | 2023-03-07 | 1 | -0/+13 |
* | Graph: Bring back passing through temp AffineTransform instances (optional, b... | Sven Gothel | 2023-03-07 | 2 | -17/+44 |
* | Graph Perf Counter: Use GlueGen's Clock.currentNanos() to ease on performance... | Sven Gothel | 2023-03-07 | 1 | -19/+17 |
* | Graph: Use PerfCounterCtrl interface and Instant/Duration & Clock.getMonotoni... | Sven Gothel | 2023-03-06 | 2 | -68/+91 |
* | Graph: Font: Add perf counter (w/ API) | Sven Gothel | 2023-03-06 | 1 | -0/+11 |
* | Graph: Region: Add perf counter (w/ API); Utilize put[34][sif](..); Fix indic... | Sven Gothel | 2023-03-06 | 2 | -23/+184 |
* | Graph Region: Address overflow issue using GL2ES3 integer indices (WIP...); E... | Sven Gothel | 2023-02-24 | 3 | -25/+81 |
* | Graph TextRegionUtil: Fix HashMap (font,text)->GLRegion: Preserve key data (f... | Sven Gothel | 2023-02-19 | 1 | -20/+40 |