aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java
Commit message (Expand)AuthorAgeFilesLines
* Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRe...Sven Göthel2024-01-161-11/+34
* Graph/GraphUI AA-Quality (shader): Region: Add DEFAULT_AA_QUALITY and clippin...Sven Göthel2024-01-151-1/+1
* Bump (c) -2024 for edited files + LICENSE.txtSven Göthel2024-01-141-1/+1
* Graph/GraphUI: Revise Graph Region ShaderMapping, fix AABBox-Clipping for Pas...Sven Göthel2024-01-141-5/+9
* Graph Clipping: Initial Region impl of AABBox clipping using GLSL shader (Con...Sven Göthel2024-01-091-4/+5
* Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus trav...Sven Gothel2023-09-241-1/+1
* Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...Sven Gothel2023-09-201-4/+3
* Graph Font + Glyph: More robust detetection and API definition of non-contour...Sven Gothel2023-08-281-1/+3
* Graph Add {GLRegion, GraphShape}.setTextureUnit(int): Allowing to set texture...Sven Gothel2023-08-011-0/+3
* Graph GLRegion.create(..): Expose variant with custom pass2TexUnit for VBAA (...Sven Gothel2023-08-011-5/+23
* 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 GLRegion/TextRegionUtil: Enhance pre-determination of buffer-size, incr...Sven Gothel2023-04-201-11/+38
* Graph GLRegion*: Utilize interleaved GLSL buffers for vertices, curveParams a...Sven Gothel2023-04-201-63/+100
* Graph [GL]Region: Use small initial indices/vertices count (640 -> 16), since...Sven Gothel2023-04-191-5/+8
* Graph GLRegion: Consolidate pass-1 common data (indices, vertices, ..) and al...Sven Gothel2023-04-191-13/+183
* Graph: Region.countOutlineShape(..) -> static, allow usage w/o instance; Text...Sven Gothel2023-04-191-17/+3
* Graph Font.GlyphVisitor*: Pass 'char symbol' to visitor, passing full text-pr...Sven Gothel2023-03-281-1/+2
* Graph: Remove OutlineShape.Visitor* as being replaced by Font.GlyphVisitorSven Gothel2023-03-221-1/+1
* Graph Font Processing: Use Font.GlyphVisitor instead of OutlineShape.Visitor,...Sven Gothel2023-03-221-3/+3
* Graph: GLRegion.draw(): Mod curRenderModes by sampleCount { 0 = no-sampling, ...Sven Gothel2023-03-191-1/+19
* Graph: GLRegion: Pass curRenderModes to updateImpl() + drawImpl(), prepare sw...Sven Gothel2023-03-191-5/+7
* Graph: Make RenderState a composition of RegionRenderer, which also creates a...Sven Gothel2023-03-151-1/+1
* Fix ShaderProgram ownership bug, introduced in commit 67a723477ecd818fbc5859f...Sven Gothel2023-03-151-7/+4
* GLRegion + RegionRenderer: Add clearShader(..) to delete all ShaderPrograms a...Sven Gothel2023-03-131-0/+8
* Graph: Add GLRegion creation w/ pre-calculating its buffer sizes; TextRegionU...Sven Gothel2023-03-131-0/+39
* Graph Perf: Region*: Add setBufferCapacity(..) and cut-off growBuffer() early...Sven Gothel2023-03-071-3/+7
* Graph: Region: Add perf counter (w/ API); Utilize put[34][sif](..); Fix indic...Sven Gothel2023-03-061-7/+45
* Graph Region: Address overflow issue using GL2ES3 integer indices (WIP...); E...Sven Gothel2023-02-241-7/+34
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-2/+2
* Graph/Math: Fix minor apidoc issuesSven Gothel2014-10-091-3/+5
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-2/+2
* Minor edits: Fix comments / API-docsSven Gothel2014-05-191-2/+1
* Bug 801: Region Dirty Update; TextureSequence GLMediaPlayer Fix; Blending Fix ;Sven Gothel2014-04-091-3/+3
* Bug 801: Cleanup shader-program location/data update ; Add COLORTEXTURE + Tex...Sven Gothel2014-04-041-8/+17
* Bug 801: WIP 2/2 - Add color attribute; Switch Shader instead of branching in...Sven Gothel2014-04-021-12/+12
* Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in...Sven Gothel2014-04-011-1/+1
* Bug 801: Add Frustum support to Region; Misc ..Sven Gothel2014-03-141-3/+13
* Bug 801: Refine 'blend' usage and modes (API-doc and demo-code)Sven Gothel2014-03-051-0/+21
* Bug 801: VBAA Render-Mode Based on SampleCount (not a user-based texWidth) ; ...Sven Gothel2014-03-011-5/+5
* Bug 801: Graph TextRenderer Cleanup Part-5: *Region API Cleanup (protected im...Sven Gothel2014-02-271-9/+14
* Bug 801: Graph TextRenderer Cleanup Part-3: Region.addOutlineShape(..) Push G...Sven Gothel2014-02-271-3/+10
* Bug 802: Graph TextRenderer Performance Part-2 (fix artifacts, cleanup, incom...Sven Gothel2014-02-251-23/+22
* Merge branch 'master' into stash_glyphcacheSven Gothel2014-02-231-15/+15
|\
| * jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-21/+21
| * jogl: remove executable bit from some java files and a pngHarvey Harrison2013-04-091-0/+0
* | Bug 801: Graph TextRenderer Cleanup Part-1a (unclean)Sven Gothel2014-02-231-36/+6
|/
* Min. Graph Parameter type change: texSize/width/.. for multipass-renderer: in...Sven Gothel2012-02-251-4/+6
* Graph: updated inclass documentationsRami Santina2011-06-051-3/+3
* Remove implicit for loops reduces temp objectsRami Santina2011-05-211-2/+4