| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -0/+37 |
* | Graph Perf: Region*: Add setBufferCapacity(..) and cut-off growBuffer() early... | Sven Gothel | 2023-03-07 | 1 | -0/+14 |
* | 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 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 | 1 | -60/+89 |
* | Graph: Region: Add perf counter (w/ API); Utilize put[34][sif](..); Fix indic... | Sven Gothel | 2023-03-06 | 1 | -16/+139 |
* | Graph Region: Address overflow issue using GL2ES3 integer indices (WIP...); E... | Sven Gothel | 2023-02-24 | 1 | -12/+38 |
* | Graph: Complete move jogamp.graph.plane to public com.jogamp.graph.plane | Sven Gothel | 2023-02-04 | 1 | -1/+1 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -1/+1 |
* | Graph: Fix minor apidoc issues | Sven Gothel | 2014-10-09 | 1 | -2/+3 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -14/+14 |
* | Minor edits: Fix comments / API-docs | Sven Gothel | 2014-05-19 | 1 | -1/+1 |
* | Bug 801: Region Dirty Update; TextureSequence GLMediaPlayer Fix; Blending Fix ; | Sven Gothel | 2014-04-09 | 1 | -21/+27 |
* | Bug 801: Cleanup shader-program location/data update ; Add COLORTEXTURE + Tex... | Sven Gothel | 2014-04-04 | 1 | -5/+20 |
* | Bug 801: WIP 2/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-02 | 1 | -6/+12 |
* | Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-01 | 1 | -39/+111 |
* | Bug 801: Revise Graph VBAA (Add border dropping MSAA; Test diff. AA modes inc... | Sven Gothel | 2014-03-22 | 1 | -1/+1 |
* | Bug 801: Remove Vertex.Factory from AffineTransform ; Add AABBox tranformed r... | Sven Gothel | 2014-03-15 | 1 | -8/+8 |
* | Bug 801: Add Frustum support to Region; Misc .. | Sven Gothel | 2014-03-14 | 1 | -32/+63 |
* | Bug 801: Add MSAA_RENDERING_BIT ; VBAA: Uses GL_NEAREST (good result) ; Demos... | Sven Gothel | 2014-03-02 | 1 | -8/+36 |
* | Bug 802: Graph TextRenderer Performance Part-3: Reuse 'float[] coordsEx' stor... | Sven Gothel | 2014-02-27 | 1 | -1/+2 |
* | Bug 801: Graph TextRenderer Cleanup Part-5: *Region API Cleanup (protected im... | Sven Gothel | 2014-02-27 | 1 | -11/+3 |
* | Bug 801: Graph TextRenderer Cleanup Part-3: Region.addOutlineShape(..) Push G... | Sven Gothel | 2014-02-27 | 1 | -139/+107 |
* | Bug 802: Graph TextRenderer Performance Part-2 (fix artifacts, cleanup, incom... | Sven Gothel | 2014-02-25 | 1 | -18/+44 |
* | Bug 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts) | Sven Gothel | 2014-02-24 | 1 | -25/+59 |
* | Merge branch 'master' into stash_glyphcache | Sven Gothel | 2014-02-23 | 1 | -21/+21 |
|\ |
|
| * | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -34/+34 |
| * | Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math.... | Sven Gothel | 2012-11-11 | 1 | -1/+1 |
* | | Bug 801: Graph TextRenderer Cleanup Part-1a (unclean) | Sven Gothel | 2014-02-23 | 1 | -80/+120 |
|/ |
|
* | Graph: updated inclass documentations | Rami Santina | 2011-06-05 | 1 | -32/+54 |
* | Add Factory for triangulation with base Interface; misc cleanup | Rami Santina | 2011-06-05 | 1 | -6/+8 |
* | Loop: Fix invert; GlyphString/createRegion: Remove unnecessary on-the-fly obj... | Sven Gothel | 2011-05-09 | 1 | -0/+25 |
* | Graph: GLSL fix, Adding renderModes bits instead of dedicated booleans, Regio... | Sven Gothel | 2011-05-08 | 1 | -132/+142 |
* | ShaderState: Add 'ownUniform()/ownAttribute()'; rename glFunction -> function... | Sven Gothel | 2011-04-26 | 1 | -1/+1 |
* | Refactored graph: Reduce/remove data copy/recreation; Shader cleanup | Sven Gothel | 2011-04-23 | 1 | -18/+8 |
* | Fix TAB: Replace all TAB with 4 spaces | Sven Gothel | 2011-04-08 | 1 | -84/+84 |
* | Merge: merged with sgothel | Rami Santina | 2011-04-08 | 1 | -0/+11 |
|\ |
|
| * | Use common constants for shader attributes (needs to be completed) | Sven Gothel | 2011-04-08 | 1 | -0/+12 |
* | | Added getBounds impl to region, returning AABBox | Rami Santina | 2011-04-08 | 1 | -0/+3 |
|/ |
|
* | Folded turtle2d into jogl folders | Sven Gothel | 2011-04-01 | 1 | -0/+128 |