| Commit message (Expand) | Author | Age | Files | Lines |
* | VectorUtil: Fix isVec3InTriangle3(..) testing p1, p2 and p3 | Sven Gothel | 2023-04-18 | 1 | -12/+8 |
* | Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ... | Sven Gothel | 2023-04-18 | 6 | -592/+199 |
* | Graph/Math: Cleanup toString(), spacing and use System.lineSeparator() | Sven Gothel | 2023-04-12 | 4 | -27/+21 |
* | Matrix4f.mapWin*(): Drop unused temp matrices, map*() returns false on invPMv... | Sven Gothel | 2023-04-09 | 2 | -335/+603 |
* | PMVMatrix: Expose temporary storage (w/o side-effects) for efficiency; GraphU... | Sven Gothel | 2023-04-08 | 1 | -1/+42 |
* | PMVMatrix API doc: Use `` to quote code since {@code } causes block-quoting w... | Sven Gothel | 2023-04-08 | 1 | -5/+5 |
* | PMVMatrix rewrite using Matrix4f, providing SyncMatrix4f* for GLUniformData; ... | Sven Gothel | 2023-04-07 | 18 | -1403/+1513 |
* | Matrix4f Perf: Enhance invert(), Drop (test) load on Matrix4f.mul(Matrix4f) f... | Sven Gothel | 2023-04-05 | 2 | -89/+177 |
* | AABBOX: Revert API doc copy/type errors from commit 15e60161787224e85172685f7... | Sven Gothel | 2023-04-05 | 1 | -7/+7 |
* | Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,... | Sven Gothel | 2023-04-05 | 18 | -857/+3194 |
* | Vec2f, Vec3f: Return this @ set(..), add set(float[]) and add(float, ..) | Sven Gothel | 2023-03-30 | 2 | -22/+60 |
* | Quaternion: Shorten toString() type name | Sven Gothel | 2023-03-27 | 1 | -1/+2 |
* | Add Vec2f and Vec3f, to support a more simple OO vector-math usage, e.g. for ... | Sven Gothel | 2023-03-22 | 2 | -0/+528 |
* | Graph Font Processing: Use Font.GlyphVisitor instead of OutlineShape.Visitor,... | Sven Gothel | 2023-03-22 | 1 | -0/+10 |
* | GraphUI UISceneDemo*: Use lambdas for GLAutoDrawable.invoke(..) to reduce LOC | Sven Gothel | 2023-03-21 | 1 | -0/+7 |
* | GLArrayDataClient: Allow null buffer @ growIfNeeded(), removed from commit 90... | Sven Gothel | 2023-03-20 | 1 | -20/+1 |
* | GLOffscreenAutoDrawable: Remove unused import | Sven Gothel | 2023-03-20 | 1 | -2/+0 |
* | Add FloatUtil.isZero(float) using FloatUtil.EPSILON | Sven Gothel | 2023-03-20 | 1 | -0/+8 |
* | API doc cleanup, add + refine math tests | Sven Gothel | 2023-03-19 | 7 | -17/+35 |
* | ShaderProgram field programLinked: Set to false @ release()/destroy(), On use... | Sven Gothel | 2023-03-15 | 1 | -1/+5 |
* | opengl/util/glsl/Shader*: Mark classes and fields final, rename dump{Shader->... | Sven Gothel | 2023-03-15 | 4 | -22/+41 |
* | AABBox: Add API doc comment on reset() and hence default ctor regarding infin... | Sven Gothel | 2023-03-14 | 1 | -3/+10 |
* | TextureSequence (API Change): Use setTextureLookupFunctionName(..) explicitly... | Sven Gothel | 2023-03-14 | 2 | -16/+46 |
* | GLMediaPlayer: Overhaul and simplify states, allow usage before stream ready ... | Sven Gothel | 2023-03-13 | 1 | -17/+28 |
* | Merge pull request #110 from gbburkhardt/master | Göthel Software | 2023-03-08 | 1 | -1/+7 |
|\ |
|
| * | Fix for AWT GLCcanvas DPI scaling. Forum thread https://forum.jogamp.org/DPI... | Glenn Burkhardt | 2023-03-06 | 1 | -1/+7 |
* | | Rename NonFSAAGLCapabilitiesChooser -> NonFSAAGLCapsChooser (too long) | Sven Gothel | 2023-03-08 | 1 | -3/+3 |
* | | Apply NonFSAAGLCapabilitiesChooser in NEWTGLContext (tests only). TODO: Consi... | Sven Gothel | 2023-03-08 | 1 | -3/+14 |
* | | Graph GPUUISceneNewtDemo: Filter out all FSAA (multisample) caps if undesired... | Sven Gothel | 2023-03-08 | 1 | -0/+73 |
* | | GLArrayData: Fix API doc typo in sealed() | Sven Gothel | 2023-03-07 | 1 | -1/+1 |
* | | GLArrayData: Promote sealed() from GLArrayDataEditable, to correctly being us... | Sven Gothel | 2023-03-07 | 5 | -119/+286 |
|/ |
|
* | GLArrayData: year-range | Sven Gothel | 2023-03-06 | 1 | -1/+1 |
* | GLArrayData*: Minor edits: API doc, space and year-range | Sven Gothel | 2023-03-06 | 3 | -5/+5 |
* | GLArrayDataEditable: Clarify API doc on clear*(..) and rewind() | Sven Gothel | 2023-03-06 | 1 | -2/+54 |
* | GLArrayDataClient: Minor toString() and DEBUG output fixes | Sven Gothel | 2023-03-06 | 1 | -3/+3 |
* | GLArrayData[Editable,Client]: Add put[34][bsif](..) and array put[bsif](..) v... | Sven Gothel | 2023-03-06 | 2 | -0/+101 |
* | GLDrawableFactory: Fix typos and mention 'surfaceless' in createDummyDrawable... | Sven Gothel | 2023-03-04 | 1 | -3/+3 |
* | GLProfile::initProfilesForDeviceCritical(): initLock.addOwner(t) only if t is... | Sven Gothel | 2023-03-04 | 1 | -8/+21 |
* | GLProfile.isValidArrayDataType() add missing accepted types for ES3/GL3+ but ... | Sven Gothel | 2023-03-02 | 2 | -24/+74 |
* | GLArrayData*: Expose reserve() for total elementCount and growIfNeeded() for ... | Sven Gothel | 2023-02-24 | 2 | -37/+69 |
* | GLArrayData*: Shorten methods (*API Change*), use proper constructor and fina... | Sven Gothel | 2023-02-24 | 5 | -213/+247 |
* | Rename VectorUtil.ccw(..) -> isCCW(..) | Sven Gothel | 2023-02-17 | 1 | -2/+3 |
* | Merge pull request #109 from david-hall/master | Sven Gothel | 2023-02-17 | 1 | -0/+1 |
|\ |
|
| * | Add GL_DEBUG_SEVERITY_NOTIFICATION to getDbgSeverityString() | David Hall | 2023-02-13 | 1 | -0/+1 |
* | | Graph: Fix Loop.initFromPolyline()'s Winding determination, document Winding ... | Sven Gothel | 2023-02-17 | 1 | -7/+23 |
|/ |
|
* | Graph Type Rendering: Drop pixelSize and use font em-size [0..1] throughout s... | Sven Gothel | 2023-02-13 | 1 | -1/+20 |
* | Graph: Path2D -> self-contained Path2D (w/ Iterator) fixed; OutlineShape: Add... | Sven Gothel | 2023-02-06 | 1 | -10/+2 |
* | Graph: Complete move jogamp.graph.plane to public com.jogamp.graph.plane | Sven Gothel | 2023-02-04 | 1 | -2/+1 |
* | Fix GLProfile GL2 Mapping: Only use GL3bc is available, add additional GLCont... | Sven Gothel | 2023-01-15 | 1 | -1/+11 |
* | Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged() | Sven Gothel | 2023-01-14 | 2 | -4/+4 |