aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Graph: Scene: Add experimental pickShapeGL(..), i.e. glSelect (Not working co...Sven Gothel2023-03-191-10/+117
* Graph: Add RegionRenderer.enable(..) variant w/ passing enable + disable GLCa...Sven Gothel2023-03-191-4/+15
* 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-195-73/+112
* Graph : Misc API docSven Gothel2023-03-192-2/+5
* Graph: Add RenderState API doc; RegionRenderer: Remove unused shell method, l...Sven Gothel2023-03-192-6/+8
* Fix MovieSimple regression of commit 00dbacc5af3531af50e77a02d534dc11e08de10f...Sven Gothel2023-03-194-5/+19
* NEWT MouseEvent.getEventTypeString(): Shorten by removing leading 'EVENT_MOUSE_'Sven Gothel2023-03-191-8/+8
* API doc cleanup, add + refine math testsSven Gothel2023-03-1921-29/+583
* Graph: Make RenderState a composition of RegionRenderer, which also creates a...Sven Gothel2023-03-1524-180/+205
* ShaderProgram field programLinked: Set to false @ release()/destroy(), On use...Sven Gothel2023-03-151-1/+5
* opengl/util/glsl/Shader*: Mark classes and fields final, rename dump{Shader->...Sven Gothel2023-03-154-22/+41
* Fix ShaderProgram ownership bug, introduced in commit 67a723477ecd818fbc5859f...Sven Gothel2023-03-156-70/+45
* Demos: Minor cleanups; MovieSimple: Remove unused variables etc .. left over ...Sven Gothel2023-03-154-23/+2
* GraphUI: Scene/Shape: Decouple PMVMatrix operations (picking, obj<->win) by u...Sven Gothel2023-03-157-184/+220
* GraphUI: Complete rename of UISceneDemo01Sven Gothel2023-03-151-14/+6
* GLMediaPlayer usage: Fix verbose strings, disable verbose in GraphUI demosSven Gothel2023-03-154-6/+6
* GraphUI: Rename UISceneDemo00 -> UISceneDemo01Sven Gothel2023-03-151-0/+0
* Graph: Have RegionRenderer.reshapeNotify(..) track x/y as well (vieport); Gra...Sven Gothel2023-03-148-83/+153
* GraphUI: Add a most simple Scene demo with one Shape.Sven Gothel2023-03-141-0/+358
* GPUUISceneGLListener0A: Simplify according to Scene class changes (view-based...Sven Gothel2023-03-142-129/+76
* GraphUI: Label: Rename pixelSize -> pixelScale, since we are view-based or in...Sven Gothel2023-03-141-9/+10
* GraphUI: MediaButton: No need to re-create GLRegion (anymore), just markShape...Sven Gothel2023-03-141-5/+1
* GraphUI: UIShapeDemo01.reshape(): Drop redundant glViewport(..) callSven Gothel2023-03-141-1/+0
* GraphUI: Button: Allow user to configure 2-pass label z-offsetSven Gothel2023-03-141-2/+10
* GraphUI: GLButton: Don't pass FBO size @ ctor, calculate true view-size @ 1st...Sven Gothel2023-03-142-6/+12
* GraphUI: Scene: Add simplified ctor w/ user defined zNear, zFar and sceneDist...Sven Gothel2023-03-142-54/+191
* Graph: RegionRenderer: Adopt to TextureSequence API Change: Use setTextureLoo...Sven Gothel2023-03-141-9/+8
* Graph: Region: Add API doc on markStateDirty() and markShapeDirty()Sven Gothel2023-03-141-5/+13
* AABBox: Add API doc comment on reset() and hence default ctor regarding infin...Sven Gothel2023-03-141-3/+10
* GLMediaPlayerImpl: Only kick-off StreamWorker at initGL(..)Sven Gothel2023-03-141-5/+0
* GLMediaPlayerImpl: Zero textureFragmentShaderHashCode and default lookupFunct...Sven Gothel2023-03-141-6/+3
* FFMPEGMediaPlayer: More detailed DEBUG messages on audioSinkSven Gothel2023-03-141-3/+3
* TextureSequence (API Change): Use setTextureLookupFunctionName(..) explicitly...Sven Gothel2023-03-148-35/+87
* GLRegion + RegionRenderer: Add clearShader(..) to delete all ShaderPrograms a...Sven Gothel2023-03-136-12/+59
* GraphUI: MediaButton: Adapt GLMediaPlayer changes: Ready right away and reset...Sven Gothel2023-03-131-9/+12
* GLMediaPlayerImpl: isTextureAvailable() is always true after lastFrame init; ...Sven Gothel2023-03-131-2/+6
* GraphUI: Cleanup 1-pointer zoom, add generic PinchToZoom-Gesture for 2-pointe...Sven Gothel2023-03-132-48/+88
* GraphUI: Use pre-calc'ing buffer sizes for Label shapeSven Gothel2023-03-131-0/+7
* Graph: Add GLRegion creation w/ pre-calculating its buffer sizes; TextRegionU...Sven Gothel2023-03-134-22/+64
* GLMediaPlayer: Overhaul and simplify states, allow usage before stream ready ...Sven Gothel2023-03-1323-570/+820
* Move png assets (NEWT icons + GLMediaPlayer dummy/test) to simple classpath, ...Sven Gothel2023-03-1313-11/+16
* Demos: FontSetDemos: Remove remove fontsSven Gothel2023-03-111-10/+0
* Demos: Remove unused fontsSven Gothel2023-03-119-0/+0
* GraphUI: Shape: Add build-in resize w/ 1-pointer-click and drag in 1/4th bott...Sven Gothel2023-03-112-45/+121
* Cleanup Demos: Move demos to jogl-demos.jar (here Graph + AudioVideo), ready ...Sven Gothel2023-03-1186-819/+2582
* GraphUI: Add package.html (dummy)Sven Gothel2023-03-101-0/+33
* GraphUI: Promote API to JOGL via graphui.jar or within any jogl-all*.jar (WIP)Sven Gothel2023-03-1027-197/+294
* GraphUI: Revision: Simplify resource handling via SceneUIController, add gene...Sven Gothel2023-03-097-297/+818
* Adopt to RegionRenderer.init(..) dropped unused renderModes argumentSven Gothel2023-03-096-6/+6