| Commit message (Expand) | Author | Age | Files | Lines |
* | Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRe... | Sven Göthel | 2024-01-16 | 1 | -11/+34 |
* | Graph/GraphUI AA-Quality (shader): Region: Add DEFAULT_AA_QUALITY and clippin... | Sven Göthel | 2024-01-15 | 1 | -1/+1 |
* | Bump (c) -2024 for edited files + LICENSE.txt | Sven Göthel | 2024-01-14 | 1 | -1/+1 |
* | Graph/GraphUI: Revise Graph Region ShaderMapping, fix AABBox-Clipping for Pas... | Sven Göthel | 2024-01-14 | 1 | -5/+9 |
* | Graph Clipping: Initial Region impl of AABBox clipping using GLSL shader (Con... | Sven Göthel | 2024-01-09 | 1 | -4/+5 |
* | Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus trav... | Sven Gothel | 2023-09-24 | 1 | -1/+1 |
* | Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn... | Sven Gothel | 2023-09-20 | 1 | -4/+3 |
* | Graph Font + Glyph: More robust detetection and API definition of non-contour... | Sven Gothel | 2023-08-28 | 1 | -1/+3 |
* | Graph Add {GLRegion, GraphShape}.setTextureUnit(int): Allowing to set texture... | Sven Gothel | 2023-08-01 | 1 | -0/+3 |
* | Graph GLRegion.create(..): Expose variant with custom pass2TexUnit for VBAA (... | Sven Gothel | 2023-08-01 | 1 | -5/+23 |
* | 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 | 1 | -11/+38 |
* | Graph GLRegion*: Utilize interleaved GLSL buffers for vertices, curveParams a... | Sven Gothel | 2023-04-20 | 1 | -63/+100 |
* | 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 | 1 | -17/+3 |
* | Graph Font.GlyphVisitor*: Pass 'char symbol' to visitor, passing full text-pr... | Sven Gothel | 2023-03-28 | 1 | -1/+2 |
* | 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 | 1 | -3/+3 |
* | 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 | 1 | -5/+7 |
* | Graph: Make RenderState a composition of RegionRenderer, which also creates a... | Sven Gothel | 2023-03-15 | 1 | -1/+1 |
* | Fix ShaderProgram ownership bug, introduced in commit 67a723477ecd818fbc5859f... | Sven Gothel | 2023-03-15 | 1 | -7/+4 |
* | GLRegion + RegionRenderer: Add clearShader(..) to delete all ShaderPrograms a... | Sven Gothel | 2023-03-13 | 1 | -0/+8 |
* | Graph: Add GLRegion creation w/ pre-calculating its buffer sizes; TextRegionU... | Sven Gothel | 2023-03-13 | 1 | -0/+39 |
* | Graph Perf: Region*: Add setBufferCapacity(..) and cut-off growBuffer() early... | Sven Gothel | 2023-03-07 | 1 | -3/+7 |
* | Graph: Region: Add perf counter (w/ API); Utilize put[34][sif](..); Fix indic... | Sven Gothel | 2023-03-06 | 1 | -7/+45 |
* | Graph Region: Address overflow issue using GL2ES3 integer indices (WIP...); E... | Sven Gothel | 2023-02-24 | 1 | -7/+34 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -2/+2 |
* | Graph/Math: Fix minor apidoc issues | Sven Gothel | 2014-10-09 | 1 | -3/+5 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -2/+2 |
* | Minor edits: Fix comments / API-docs | Sven Gothel | 2014-05-19 | 1 | -2/+1 |
* | Bug 801: Region Dirty Update; TextureSequence GLMediaPlayer Fix; Blending Fix ; | Sven Gothel | 2014-04-09 | 1 | -3/+3 |
* | Bug 801: Cleanup shader-program location/data update ; Add COLORTEXTURE + Tex... | Sven Gothel | 2014-04-04 | 1 | -8/+17 |
* | Bug 801: WIP 2/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-02 | 1 | -12/+12 |
* | Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-01 | 1 | -1/+1 |
* | Bug 801: Add Frustum support to Region; Misc .. | Sven Gothel | 2014-03-14 | 1 | -3/+13 |
* | Bug 801: Refine 'blend' usage and modes (API-doc and demo-code) | Sven Gothel | 2014-03-05 | 1 | -0/+21 |
* | Bug 801: VBAA Render-Mode Based on SampleCount (not a user-based texWidth) ; ... | Sven Gothel | 2014-03-01 | 1 | -5/+5 |
* | Bug 801: Graph TextRenderer Cleanup Part-5: *Region API Cleanup (protected im... | Sven Gothel | 2014-02-27 | 1 | -9/+14 |
* | Bug 801: Graph TextRenderer Cleanup Part-3: Region.addOutlineShape(..) Push G... | Sven Gothel | 2014-02-27 | 1 | -3/+10 |
* | Bug 802: Graph TextRenderer Performance Part-2 (fix artifacts, cleanup, incom... | Sven Gothel | 2014-02-25 | 1 | -23/+22 |
* | Merge branch 'master' into stash_glyphcache | Sven Gothel | 2014-02-23 | 1 | -15/+15 |
|\ |
|
| * | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -21/+21 |
| * | jogl: remove executable bit from some java files and a png | Harvey Harrison | 2013-04-09 | 1 | -0/+0 |
* | | Bug 801: Graph TextRenderer Cleanup Part-1a (unclean) | Sven Gothel | 2014-02-23 | 1 | -36/+6 |
|/ |
|
* | Min. Graph Parameter type change: texSize/width/.. for multipass-renderer: in... | Sven Gothel | 2012-02-25 | 1 | -4/+6 |
* | Graph: updated inclass documentations | Rami Santina | 2011-06-05 | 1 | -3/+3 |
* | Remove implicit for loops reduces temp objects | Rami Santina | 2011-05-21 | 1 | -2/+4 |