aboutsummaryrefslogtreecommitdiffstats
path: root/make
Commit message (Expand)AuthorAgeFilesLines
* Windows tests scripts: Update Graph* and *Movie* demos cmdline launchesSven Gothel2023-05-044-20/+43
* HowToBuild: Windows: We use MinGW64 w/ 'posix threads' instead of 'win32 thre...Sven Gothel2023-05-041-1/+1
* GraphUI Working GridLayout w/ and w/o cell-size and alignment; Added BoxLayout.Sven Gothel2023-04-291-1/+2
* GraphUI: Add BoxLayout and Margin, todo: Have GridLayout properly use Gap w/ ...Sven Gothel2023-04-181-1/+2
* GraphUI Tests: Add TestTextRendererNEWT21 using FontViewListener01 (like Font...Sven Gothel2023-04-141-0/+2
* GraphUI Demos: Adding prelim FontView01, which may become a 'little FontForge...Sven Gothel2023-04-131-1/+2
* GraphUI GridLayout: Functional Grid Layout w/ Padding, demo'ed in UISceneDemo...Sven Gothel2023-04-121-2/+2
* GraphUI UISceneDemo03b: Action with the Glyph Group Container: Rotate auto an...Sven Gothel2023-04-101-2/+3
* GraphUI: Adjust for rotation: Drag-resize and -move (flip x- and/or y-axix), ...Sven Gothel2023-04-081-4/+4
* Doxygen: Refine javapublic + javaall, update README.md and www/index.html textSven Gothel2023-04-082-2377/+24
* Adding experimental Doxygen target 'doxygen.public' .. (WIP)Sven Gothel2023-04-073-0/+2397
* PMVMatrix rewrite using Matrix4f, providing SyncMatrix4f* for GLUniformData; ...Sven Gothel2023-04-071-12/+17
* Matrix4f Perf: Enhance invert(), Drop (test) load on Matrix4f.mul(Matrix4f) f...Sven Gothel2023-04-051-2/+2
* GraphUI: Adopting Vec*f API; Adding Group; Scene + Group are Container, trave...Sven Gothel2023-04-051-2/+2
* Math: Complete Matrix4f w/ Vec[234]f and adopt it throughout Quaternion, Ray,...Sven Gothel2023-04-052-2/+14
* GraphUI: Add GlyphShape representing a single Font.Glyph as a GraphShape; Use...Sven Gothel2023-03-301-2/+2
* GraphUI: Decouple GraphShape from Shape, i.e. allow future Shape w/o Graph/GL...Sven Gothel2023-03-281-2/+4
* GraphUI Demos: (Text) Type Animation ...Sven Gothel2023-03-221-1/+2
* GraphUI UISceneDemo20: Consolidate the actual implementation and main launche...Sven Gothel2023-03-211-5/+7
* GraphUI Demos: Bring back GPUUISceneGLListener0A ..Sven Gothel2023-03-201-2/+3
* GraphUI: Add UISceneDemo00 for linear animation in one main function; UIScene...Sven Gothel2023-03-191-0/+1
* Graph UI: Apply API changes to demos *WIP* (not all working yet, but compile ...Sven Gothel2023-03-191-2/+4
* API doc cleanup, add + refine math testsSven Gothel2023-03-191-0/+3
* GraphUI: Rename UISceneDemo00 -> UISceneDemo01Sven Gothel2023-03-151-2/+2
* GraphUI: Add a most simple Scene demo with one Shape.Sven Gothel2023-03-141-0/+2
* make/scripts/setenv.jogl.sh: Add JOAL_LIB_DIR to LD_LIBRARY_PATH (used if not...Sven Gothel2023-03-141-2/+3
* build: Disable oculusvr by default, allow manual enable via property 'oculusv...Sven Gothel2023-03-142-1/+9
* build-test.xml: Add src.demos to determine to skip build or notSven Gothel2023-03-131-0/+1
* Move png assets (NEWT icons + GLMediaPlayer dummy/test) to simple classpath, ...Sven Gothel2023-03-137-9/+24
* GraphUI: Shape: Add build-in resize w/ 1-pointer-click and drag in 1/4th bott...Sven Gothel2023-03-111-2/+2
* Cleanup Demos: Move demos to jogl-demos.jar (here Graph + AudioVideo), ready ...Sven Gothel2023-03-1111-150/+125
* GraphUI: Promote API to JOGL via graphui.jar or within any jogl-all*.jar (WIP)Sven Gothel2023-03-106-21/+214
* Misc: Add MonitorDevice.perMMToPerInch(..); Drop unused RegionRenderer.init(....Sven Gothel2023-03-093-8/+8
* TestTextRendererNEWT20: Cover Graph-VBAA, Graph-MSAA, FSAA, NONE .. (have pro...Sven Gothel2023-03-081-2/+1
* Add raspi4b test script w/ set screen-sizeSven Gothel2023-03-082-0/+15
* Graph GPUUISceneNewtDemo: Filter out all FSAA (multisample) caps if undesired...Sven Gothel2023-03-081-1/+1
* [GL]Capabilities*: Enhance identity-check in root Capabilities.equals(..), co...Sven Gothel2023-03-081-1/+3
* scripts/tests.sh: Refine uncommented section about 'Flight Recorder' setupSven Gothel2023-03-071-1/+5
* Graph Perf Test: {Test->Perf}TextRendererNEWT00: Drop junit, ... (WIP)Sven Gothel2023-03-074-8/+14
* Clock: Use Clock.currentNanos() instead of System.nanoTime(); Enhancing FPSCo...Sven Gothel2023-03-071-1/+2
* Graph Perf Counter: Use GlueGen's Clock.currentNanos() to ease on performance...Sven Gothel2023-03-071-1/+1
* scripts/tests.sh: add testmobile launch w/ JOGAMP_MOBILE_CLASSPATHSven Gothel2023-03-062-20/+35
* NEWT Screen: Allow injection of global (single) monitor size in [mm] via newt...Sven Gothel2023-03-051-1/+5
* make/scripts/tests.sh: Update for my personal unit-test runsSven Gothel2023-03-041-35/+25
* Windows test scripts: Inject FFmpeg 5.1.2 and Mesa3D (disabled C:\Windows\Sys...Sven Gothel2023-02-264-16/+13
* Graph Region: Address overflow issue using GL2ES3 integer indices (WIP...); E...Sven Gothel2023-02-241-2/+2
* GLArrayData*: Shorten methods (*API Change*), use proper constructor and fina...Sven Gothel2023-02-243-29/+29
* FFMPEGMediaPlayer: Add implementation update for FFmpeg version 4.* (Debian 1...Sven Gothel2023-02-233-43/+26
* FFMPEGMediaPlayer: Replace old FFmpeg header w/ FFmpeg version 4.3, 5.1 and 6...Sven Gothel2023-02-23515-42234/+78223
* Graph Overflow Bug: Reorder TestTextRendererNEWT* tests from simple to comple...Sven Gothel2023-02-171-3/+4