| Commit message (Expand) | Author | Age | Files | Lines |
* | Graph Clipping: Initial Region impl of AABBox clipping using GLSL shader (Con... | Sven Göthel | 2024-01-09 | 1 | -2/+2 |
* | GraphUI MediaPlayer / GLMediaPlayer: Add current chapter-title to info-field | Sven Göthel | 2024-01-07 | 1 | -1/+6 |
* | GLMediaPlayer/FFMPEGMediaPlayer: Add chapter metadata support and use com.jog... | Sven Gothel | 2023-12-30 | 1 | -4/+24 |
* | GLMediaPlayer: TEXTURE_COUNT_DEFAULT 4 -> 3 as tested via UIMediaGrid01, usab... | Sven Gothel | 2023-12-18 | 1 | -1/+1 |
* | GLMediaPlayer: Add printNativeInfo(..) exposing used native library informati... | Sven Gothel | 2023-12-18 | 1 | -0/+4 |
* | Bug 1472: GLMediaPlayer: Expose SCR PTS and encourage its usage, removes user... | Sven Gothel | 2023-10-16 | 1 | -2/+20 |
* | Bug 1472: Enhance GLMediaPlayer AV Sync: Utilize SCR aware audio PTS used as ... | Sven Gothel | 2023-10-15 | 1 | -7/+22 |
* | TextureSequence.setTexCoordBBox(): Add 'verbose' parameter for debug output i... | Sven Gothel | 2023-10-03 | 1 | -4/+4 |
* | Bug 1465 - Graph / GraphUI: Render a Region's ColorTexture in proper aspect-r... | Sven Gothel | 2023-09-30 | 2 | -8/+115 |
* | Bug 1455 - GLMediaPlayer: Add isAutioMuted() query on volume and earmark audi... | Sven Gothel | 2023-09-23 | 1 | -0/+3 |
* | Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn... | Sven Gothel | 2023-09-20 | 16 | -1557/+98 |
* | PMVMatrix.gluPerspective(): Redfine angle in radians instead of degrees ** AP... | Sven Gothel | 2023-09-02 | 1 | -3/+3 |
* | Minor cleanup of imports, etc: FBObject, GLContext*, Texture, .. | Sven Gothel | 2023-08-13 | 1 | -9/+16 |
* | Texture ctor w/ external textureID: Pass `ownsTextureID` where true hands ove... | Sven Gothel | 2023-08-13 | 1 | -10/+28 |
* | Animator*: Add ctor variants passing modeBits directly, i.e. enable/disable A... | Sven Gothel | 2023-08-13 | 3 | -37/+177 |
* | GLMediaPlayer: Show more reasonable DEBUG output in factory; Impl initGL(GL) ... | Sven Gothel | 2023-08-11 | 1 | -2/+20 |
* | Use DPI scaling to scale drawn fonts. | Glenn Burkhardt | 2023-06-04 | 1 | -1/+14 |
* | GLMediaPlayer: Add setAudioChannelLimit(..), correlating with AudioSink.setCh... | Sven Gothel | 2023-05-23 | 1 | -0/+15 |
* | Common av classes (*AudioSink, ..) are promoted to gluegen (commit 270172bcbd... | Sven Gothel | 2023-05-17 | 5 | -590/+3 |
* | GLMediaPlayer: Replace GLMediaEventListener.EVENT_CHANGE_* 'int event_mask' w... | Sven Gothel | 2023-05-09 | 1 | -39/+112 |
* | AudioSinkFactory: Add debug output in case of failed initialization | Sven Gothel | 2023-05-04 | 1 | -0/+2 |
* | [PMV]Matrix[4f]: Clarify 'mulVec[34]f' in-place arg properties, add pure in-p... | Sven Gothel | 2023-04-28 | 1 | -14/+78 |
* | GLArrayDataClient: Refine API doc for grow*() and reserve() | Sven Gothel | 2023-04-20 | 1 | -2/+2 |
* | GLArrayDataServer.addGLSLSubArray(): Return (actual) GLArrayDataWrapper inste... | Sven Gothel | 2023-04-20 | 1 | -1/+1 |
* | Graph/Math: Cleanup toString(), spacing and use System.lineSeparator() | Sven Gothel | 2023-04-12 | 1 | -10/+8 |
* | Matrix4f.mapWin*(): Drop unused temp matrices, map*() returns false on invPMv... | Sven Gothel | 2023-04-09 | 1 | -321/+513 |
* | 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 | 7 | -341/+859 |
* | Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,... | Sven Gothel | 2023-04-05 | 7 | -67/+173 |
* | GLArrayDataClient: Allow null buffer @ growIfNeeded(), removed from commit 90... | Sven Gothel | 2023-03-20 | 1 | -20/+1 |
* | API doc cleanup, add + refine math tests | Sven Gothel | 2023-03-19 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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: Promote sealed() from GLArrayDataEditable, to correctly being us... | Sven Gothel | 2023-03-07 | 4 | -110/+195 |
* | 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 |
* | GLProfile.isValidArrayDataType() add missing accepted types for ES3/GL3+ but ... | Sven Gothel | 2023-03-02 | 1 | -1/+3 |
* | 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 | 4 | -208/+234 |
* | Reuse Gluegen's Bitfield.Util for 'PowerOf2' computation | Sven Gothel | 2019-12-31 | 1 | -30/+6 |
* | Bug 1390: Fix GLPixelBuffer.GLPixelAttributes::convert(GL, int, boolean) fail... | Sven Gothel | 2019-09-05 | 1 | -7/+17 |
* | Bug 1101: Add missing disposal of Pipelined_QuadRenderer's VBOs | Sven Gothel | 2019-08-20 | 1 | -3/+15 |