| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1501: Graph RenderState add debug-bits, i.e. DEBUG_LINESTRIP used in VBOR... | Sven Göthel | 2024-02-13 | 1 | -1/+2 |
* | Graph RenderState/RegionRenderer: Rename isHintMaskSet()->hintBitsSet(), setH... | Sven Göthel | 2024-02-13 | 1 | -1/+2 |
* | Bug 1501: Graph Delaunay: Add double triAreaVec2() and isInCircleVec2() versi... | Sven Göthel | 2024-02-12 | 1 | -2/+2 |
* | Bug 805: Graph/GraphUI TextureSequence Scale: Move Region.COLORTEXTURE_LETTER... | Sven Göthel | 2024-02-01 | 1 | -1/+15 |
* | VBORegionSPES2: Disable verbose flag in TextureSequence.setTexCoordBBox() .. ... | Sven Göthel | 2024-01-22 | 1 | -1/+1 |
* | Graph Clipping: Use Frustum Clipping using AABBox -> Mv transformed Cube -> F... | Sven Göthel | 2024-01-20 | 1 | -13/+12 |
* | Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRe... | Sven Göthel | 2024-01-16 | 1 | -2/+2 |
* | 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 | -7/+7 |
* | Graph Clipping: Initial Region impl of AABBox clipping using GLSL shader (Con... | Sven Göthel | 2024-01-09 | 1 | -4/+22 |
* | TextureSequence.setTexCoordBBox(): Add 'verbose' parameter for debug output i... | Sven Gothel | 2023-10-03 | 1 | -1/+1 |
* | Bug 1465 - Graph / GraphUI: Render a Region's ColorTexture in proper aspect-r... | Sven Gothel | 2023-09-30 | 1 | -21/+5 |
* | Debug.debugExplicit(): Define and use explicit symbol debug flag; Use it for ... | Sven Gothel | 2023-09-16 | 1 | -1/+3 |
* | Graph Add {GLRegion, GraphShape}.setTextureUnit(int): Allowing to set texture... | Sven Gothel | 2023-08-01 | 1 | -0/+5 |
* | Graph GLRegion*: Utilize interleaved GLSL buffers for vertices, curveParams a... | Sven Gothel | 2023-04-20 | 1 | -36/+5 |
* | Graph GLRegion: Consolidate pass-1 common data (indices, vertices, ..) and al... | Sven Gothel | 2023-04-19 | 1 | -150/+2 |
* | Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ... | Sven Gothel | 2023-04-18 | 1 | -13/+15 |
* | Graph: GLRegion: Pass curRenderModes to updateImpl() + drawImpl(), prepare sw... | Sven Gothel | 2023-03-19 | 1 | -15/+23 |
* | Fix ShaderProgram ownership bug, introduced in commit 67a723477ecd818fbc5859f... | Sven Gothel | 2023-03-15 | 1 | -9/+2 |
* | GLRegion + RegionRenderer: Add clearShader(..) to delete all ShaderPrograms a... | Sven Gothel | 2023-03-13 | 1 | -1/+8 |
* | Graph Perf: Region*: Add setBufferCapacity(..) and cut-off growBuffer() early... | Sven Gothel | 2023-03-07 | 1 | -21/+50 |
* | Graph Perf: Region: split addOutlineShape() -> addOutlineShape0() (fast) and ... | Sven Gothel | 2023-03-07 | 1 | -1/+1 |
* | Graph Perf: Region*: Rely on growBuffer(..) per addOutlineShape() and known b... | Sven Gothel | 2023-03-07 | 1 | -18/+16 |
* | Graph: Region: Add perf counter (w/ API); Utilize put[34][sif](..); Fix indic... | Sven Gothel | 2023-03-06 | 1 | -21/+47 |
* | Graph Region: Fix printBufferStats(..) override | Sven Gothel | 2023-02-24 | 1 | -1/+1 |
* | Graph Region: Address overflow issue using GL2ES3 integer indices (WIP...); E... | Sven Gothel | 2023-02-24 | 1 | -4/+39 |
* | GLArrayData*: Shorten methods (*API Change*), use proper constructor and fina... | Sven Gothel | 2023-02-24 | 1 | -11/+9 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -3/+3 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -7/+7 |
* | GraphUI: Fix using multiple texture units w/ opt. colorTexUnit in GLRegion | Sven Gothel | 2014-06-09 | 1 | -6/+3 |
* | Bug 801: Region Dirty Update; TextureSequence GLMediaPlayer Fix; Blending Fix ; | Sven Gothel | 2014-04-09 | 1 | -13/+32 |
* | Bug 801: Cleanup shader-program location/data update ; Add COLORTEXTURE + Tex... | Sven Gothel | 2014-04-04 | 1 | -17/+77 |
* | Bug 801: WIP 2/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-02 | 1 | -10/+15 |
* | Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in... | Sven Gothel | 2014-04-01 | 1 | -47/+95 |
* | Bug 801: Revise Graph VBAA (Add border dropping MSAA; Test diff. AA modes inc... | Sven Gothel | 2014-03-22 | 1 | -1/+2 |
* | Graph: Fix NPE in case of double destroy call .. | Sven Gothel | 2014-03-17 | 1 | -6/+15 |
* | Bug 801: Add Frustum support to Region; Misc .. | Sven Gothel | 2014-03-14 | 1 | -1/+7 |
* | Bug 801: VBAA Render-Mode Based on SampleCount (not a user-based texWidth) ; ... | Sven Gothel | 2014-03-01 | 1 | -1/+1 |
* | Bug 801: Graph TextRenderer Cleanup Part-5: *Region API Cleanup (protected im... | Sven Gothel | 2014-02-27 | 1 | -8/+5 |
* | Bug 801: Graph TextRenderer Cleanup Part-3: Region.addOutlineShape(..) Push G... | Sven Gothel | 2014-02-27 | 1 | -57/+44 |
* | Bug 802: Graph TextRenderer Performance Part-2 (fix artifacts, cleanup, incom... | Sven Gothel | 2014-02-25 | 1 | -28/+9 |
* | Bug 802: Graph TextRenderer Performance Part-1 (incomplete, rendering artifacts) | Sven Gothel | 2014-02-24 | 1 | -19/+30 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+3 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -17/+17 |
* | GLArrayData* VBO binding: Properly document and impl. bindBuffer(..) in detai... | Sven Gothel | 2012-10-12 | 1 | -6/+4 |
* | GLArrayData* VBO binding: Adding explicit bindBuffer(..) method, since VBO is... | Sven Gothel | 2012-10-12 | 1 | -2/+4 |
* | GLArrayData: Fix 'growBuffer()' / clarify 'initialSize' -> 'initialElementCount' | Sven Gothel | 2012-04-11 | 1 | -4/+4 |
* | Min. Graph Parameter type change: texSize/width/.. for multipass-renderer: in... | Sven Gothel | 2012-02-25 | 1 | -1/+1 |
* | GLSL DataArray/Handler: Remove ShaderState state and pass it through: ShaderS... | Sven Gothel | 2011-08-30 | 1 | -4/+4 |
* | Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears... | Sven Gothel | 2011-08-22 | 1 | -1/+1 |