| Commit message (Expand) | Author | Age | Files | Lines |
* | PMVMatrix rewrite using Matrix4f, providing SyncMatrix4f* for GLUniformData; ... | Sven Gothel | 2023-04-07 | 1 | -12/+17 |
* | Matrix4f Perf: Enhance invert(), Drop (test) load on Matrix4f.mul(Matrix4f) f... | Sven Gothel | 2023-04-05 | 1 | -2/+2 |
* | GraphUI: Adopting Vec*f API; Adding Group; Scene + Group are Container, trave... | Sven Gothel | 2023-04-05 | 1 | -2/+2 |
* | Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,... | Sven Gothel | 2023-04-05 | 1 | -2/+11 |
* | GraphUI: Add GlyphShape representing a single Font.Glyph as a GraphShape; Use... | Sven Gothel | 2023-03-30 | 1 | -2/+2 |
* | GraphUI: Decouple GraphShape from Shape, i.e. allow future Shape w/o Graph/GL... | Sven Gothel | 2023-03-28 | 1 | -2/+4 |
* | GraphUI Demos: (Text) Type Animation ... | Sven Gothel | 2023-03-22 | 1 | -1/+2 |
* | GraphUI UISceneDemo20: Consolidate the actual implementation and main launche... | Sven Gothel | 2023-03-21 | 1 | -5/+7 |
* | GraphUI Demos: Bring back GPUUISceneGLListener0A .. | Sven Gothel | 2023-03-20 | 1 | -2/+3 |
* | GraphUI: Add UISceneDemo00 for linear animation in one main function; UIScene... | Sven Gothel | 2023-03-19 | 1 | -0/+1 |
* | Graph UI: Apply API changes to demos *WIP* (not all working yet, but compile ... | Sven Gothel | 2023-03-19 | 1 | -2/+4 |
* | API doc cleanup, add + refine math tests | Sven Gothel | 2023-03-19 | 1 | -0/+3 |
* | GraphUI: Rename UISceneDemo00 -> UISceneDemo01 | Sven Gothel | 2023-03-15 | 1 | -2/+2 |
* | GraphUI: Add a most simple Scene demo with one Shape. | Sven Gothel | 2023-03-14 | 1 | -0/+2 |
* | GraphUI: Shape: Add build-in resize w/ 1-pointer-click and drag in 1/4th bott... | Sven Gothel | 2023-03-11 | 1 | -2/+2 |
* | Cleanup Demos: Move demos to jogl-demos.jar (here Graph + AudioVideo), ready ... | Sven Gothel | 2023-03-11 | 1 | -24/+29 |
* | GraphUI: Promote API to JOGL via graphui.jar or within any jogl-all*.jar (WIP) | Sven Gothel | 2023-03-10 | 1 | -9/+9 |
* | Misc: Add MonitorDevice.perMMToPerInch(..); Drop unused RegionRenderer.init(.... | Sven Gothel | 2023-03-09 | 1 | -6/+6 |
* | TestTextRendererNEWT20: Cover Graph-VBAA, Graph-MSAA, FSAA, NONE .. (have pro... | Sven Gothel | 2023-03-08 | 1 | -2/+1 |
* | [GL]Capabilities*: Enhance identity-check in root Capabilities.equals(..), co... | Sven Gothel | 2023-03-08 | 1 | -1/+3 |
* | scripts/tests.sh: Refine uncommented section about 'Flight Recorder' setup | Sven Gothel | 2023-03-07 | 1 | -1/+5 |
* | Graph Perf Test: {Test->Perf}TextRendererNEWT00: Drop junit, ... (WIP) | Sven Gothel | 2023-03-07 | 1 | -3/+3 |
* | Graph Perf Counter: Use GlueGen's Clock.currentNanos() to ease on performance... | Sven Gothel | 2023-03-07 | 1 | -1/+1 |
* | scripts/tests.sh: add testmobile launch w/ JOGAMP_MOBILE_CLASSPATH | Sven Gothel | 2023-03-06 | 1 | -20/+34 |
* | NEWT Screen: Allow injection of global (single) monitor size in [mm] via newt... | Sven Gothel | 2023-03-05 | 1 | -1/+5 |
* | make/scripts/tests.sh: Update for my personal unit-test runs | Sven Gothel | 2023-03-04 | 1 | -35/+25 |
* | Windows test scripts: Inject FFmpeg 5.1.2 and Mesa3D (disabled C:\Windows\Sys... | Sven Gothel | 2023-02-26 | 1 | -2/+2 |
* | Graph Region: Address overflow issue using GL2ES3 integer indices (WIP...); E... | Sven Gothel | 2023-02-24 | 1 | -2/+2 |
* | FFMPEGMediaPlayer: Add implementation update for FFmpeg version 4.* (Debian 1... | Sven Gothel | 2023-02-23 | 1 | -8/+9 |
* | Graph Overflow Bug: Reorder TestTextRendererNEWT* tests from simple to comple... | Sven Gothel | 2023-02-17 | 1 | -3/+4 |
* | Graph UI: Fix UIShape's PMVMatrix handling of getSurfaceSize, objToWinCoord a... | Sven Gothel | 2023-02-17 | 1 | -2/+2 |
* | Graph: Fix Loop.initFromPolyline()'s Winding determination, document Winding ... | Sven Gothel | 2023-02-17 | 1 | -3/+6 |
* | Graph Type Rendering: Drop pixelSize and use font em-size [0..1] throughout s... | Sven Gothel | 2023-02-13 | 1 | -3/+3 |
* | Graph font/typecast: Adopt to our Typecast updates (see below); Fix kerning; ... | Sven Gothel | 2023-02-12 | 1 | -2/+2 |
* | Graph: TypecastRenderer: Add comment about TTF Glyph's having Winding.CW | Sven Gothel | 2023-02-06 | 1 | -2/+2 |
* | Graph: Path2D -> self-contained Path2D (w/ Iterator) fixed; OutlineShape: Add... | Sven Gothel | 2023-02-06 | 1 | -5/+5 |
* | NEWT Soft-PixelScale (p6): Implement Soft-PixelScale for X11 and Windows ... ... | Sven Gothel | 2023-01-31 | 1 | -3/+7 |
* | TestDisplayLifecycle01NEWT: Invisible window might have been moved away (Wind... | Sven Gothel | 2023-01-23 | 1 | -1/+2 |
* | Execute AWT's Frame.setTitle() on AWT-EDT if already visible (avoid rare dead... | Sven Gothel | 2023-01-22 | 1 | -1/+3 |
* | Workaround MacOS + SWT 4.26: java.lang.NullPointerException: Cannot invoke "o... | Sven Gothel | 2023-01-22 | 1 | -3/+8 |
* | scripts/tests*.sh: Put 'ulimit -c unlimited' in root script | Sven Gothel | 2023-01-22 | 1 | -2/+5 |
* | TestSharedContextVBOES2NEWT5: Try harder having the objects destroyed and tak... | Sven Gothel | 2023-01-21 | 1 | -6/+10 |
* | Update test scripts: Use Java17 module jvm args: --add-opens java.desktop/sun... | Sven Gothel | 2023-01-17 | 1 | -7/+17 |
* | SWT tests on MacOS (w/o AWT) require '-XstartOnFirstThread' JVM argument, els... | Sven Gothel | 2023-01-16 | 1 | -0/+3 |
* | SWT 4.26: Add cocoa-maxosx-aarch64 blob w/o src; Add scripts/tests-osx-aarch6... | Sven Gothel | 2023-01-16 | 1 | -3/+3 |
* | MacOS: Prepare build + test on aarch64 w/o ffmpeg and SWT | Sven Gothel | 2023-01-14 | 1 | -4/+4 |
* | Bug 1398: Adding TestBug1398Deadlock02AWT to manual testing tests.sh | Sven Gothel | 2020-04-06 | 1 | -2/+5 |
* | Bug 1398: Ensure CGLContext lock will be acquired before leaving user makeCur... | Sven Gothel | 2020-03-05 | 1 | -7/+6 |
* | OSX/SWT Testing: Drop using 'com.jogamp.newt.util.MainThread' enforcing defau... | Sven Gothel | 2020-03-04 | 1 | -26/+8 |
* | Bug 1398: MacOS: Perform [NSOpenGLContext setView:] on main-thread async w/o ... | Sven Gothel | 2020-02-24 | 1 | -2/+8 |