aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Graph Add {GLRegion, GraphShape}.setTextureUnit(int): Allowing to set texture...Sven Gothel2023-08-016-10/+48
* Graph RegionRendered.init(..): Disable renderer (and shader programs etc) to ...Sven Gothel2023-08-013-11/+7
* Graph RenderState: Initialize colorStatic w/ alpha=1 to avoid invisible rende...Sven Gothel2023-08-011-1/+1
* Graph GLRegion.create(..): Expose variant with custom pass2TexUnit for VBAA (...Sven Gothel2023-08-011-5/+23
* Add Graph/GraphUI UISceneDemoU01a, showcase integration and multiple projecti...Sven Gothel2023-08-012-1/+353
* GLStateTracker: Add tracking of blending states (part-1)Sven Gothel2023-08-011-2/+129
* GLStateTracker: Encapsulate PixelStateMap for PixelStorei states (prepare for...Sven Gothel2023-08-011-44/+69
* GraphUI: Add Shape.getSurfacePort(..): Similar to getSurfaceSize(..) but retu...Sven Gothel2023-08-011-0/+31
* Graph: Minor cleanup: TextRegionUtil: Fix API doc references; RegionRenderer....Sven Gothel2023-08-013-8/+6
* README: Add Harvey to contributors (missed him, sorry)Sven Gothel2023-08-011-0/+1
* Add {GL, GLContext}.getDefaultDrawBuffer() to complement getDefaultReadBuffer()Sven Gothel2023-07-157-28/+103
* README.md: JogAmp History & Milestones: Added Java3D + Ardor3D, added GlueGen...Sven Gothel2023-07-101-1/+5
* NativeSignatureJavaMethodBindingEmitter: Adopt to GlueGen changesSven Gothel2023-07-101-41/+40
* Adopt to GlueGen Struct API Change get/set array argumentsSven Gothel2023-06-162-3/+6
* Adopt to GlueGen commit 952e0c1f83c9e0583a97d39988a6ba1428911c8cSven Gothel2023-06-1616-232/+263
* README.md: Shorten gl4java sectionSven Gothel2023-06-111-13/+6
* Merge pull request #2 from tgc/masterGöthel Software2023-06-1112-4/+1622
|\
| * Add swt 4.26 for gtk-linux-ppc64leTom G. Christensen2023-06-078-0/+1589
| * Add support for Linux/ppc64le architectureTom G. Christensen2023-06-074-4/+33
* | Merge pull request #114 from gbburkhardt/masterGöthel Software2023-06-111-1/+14
|\ \
| * | Use DPI scaling to scale drawn fonts.Glenn Burkhardt2023-06-041-1/+14
| |/
* / README.md: Adding JogAmp History & Milestones, ...Sven Gothel2023-06-111-10/+109
|/
* Merge pull request #111 from EwoutH/master-1Göthel Software2023-05-241-0/+1
|\
| * Enable GitHub sponsor buttonEwout ter Hoeven2023-03-091-0/+1
* | Merge pull request #113 from andreas-schwab/masterGöthel Software2023-05-244-4/+32
|\ \
| * | Add support for riscv64 architectureAndreas Schwab2023-05-244-4/+32
|/ /
* | GraphUI UISceneDemo20: Add OpenAL spatial 3D sound features: Add SimpleSineSy...Sven Gothel2023-05-231-5/+219
* | GraphUI Shape: Add one-shot init callback, will be called after each draw(..)...Sven Gothel2023-05-231-0/+22
* | GraphUI Scene: Drop redundant and wrong setupMatrix(pmv) for forOne(..) and f...Sven Gothel2023-05-231-4/+2
* | GraphUI MediaButton: Expose AudioSinkSven Gothel2023-05-231-0/+3
* | GLMediaPlayer: Add setAudioChannelLimit(..), correlating with AudioSink.setCh...Sven Gothel2023-05-233-1/+29
* | make/build-test.xml: Add JOAL to classpathSven Gothel2023-05-233-5/+7
* | *MediaPlayer: Adop to JOAL 39a32fd56de313c31bd197ee6022288e97f9729aSven Gothel2023-05-212-2/+6
* | Relocate 'jar/atomic/jogl-fonts-p0.jar' -> 'jar/jogl-fonts-p0.jar' to simplif...Sven Gothel2023-05-202-2/+3
* | build.xml: Preserve README.md, copy filtered README-zip-bundles.txt to archiv...Sven Gothel2023-05-201-1/+2
* | FFMPEGMediaPlayer: Adjust to AudioFormat changesSven Gothel2023-05-201-2/+2
* | MovieCube: Restart @ EOSSven Gothel2023-05-182-9/+18
* | FFMPEGMediaPlayer: AudioFormat is now a stand-alone class (gluegen 2b339721a4...Sven Gothel2023-05-181-2/+2
* | make/scripts/tests.sh: Adjust D_ARGS for AudioSink (moved to gluegen/joal); V...Sven Gothel2023-05-171-5/+6
* | Common av classes (*AudioSink, ..) are promoted to gluegen (commit 270172bcbd...Sven Gothel2023-05-1715-2023/+15
* | HiDPI: Revise AWT GLCanvas/GLJPanel ScalableSurface: No setSurfaceScale(), ha...Sven Gothel2023-05-1513-175/+427
* | Fix MovieSimpleActivity1: Adjust to GLMediaPlayer API change (commit 9a7b9768...Sven Gothel2023-05-151-11/+12
* | HiDPI: Complete testing on Windows (AWT, NEWT, AWT+NEWT): AWT pixel scale pro...Sven Gothel2023-05-145-6/+35
* | HiDPI: Revert WindowImpl.applySoftPixelScale()'s if( DEBUG...) { ..; dumpStac...Sven Gothel2023-05-141-1/+1
* | SurfaceScaleUtils: Remove unused isZero(..)Sven Gothel2023-05-141-9/+0
* | HiDPI AWT/NEWT: Propagate AWT enforced pixelScale via setSurfaceScale() block...Sven Gothel2023-05-149-65/+757
* | HiDPI: NEWT/MacOS: WindowDriver.sizeScreenPosInsetsChanged() is called w/ cli...Sven Gothel2023-05-131-1/+1
* | HiDPI: TestGearsES2NEWT: Show MonitorDevice properties, validating pixelScaleSven Gothel2023-05-131-0/+5
* | Fix GLMediaPlayerImpl.initGL(GL): Allow null==gl and audio-only mode (regress...Sven Gothel2023-05-091-16/+33
* | GLMediaPlayer: Replace GLMediaEventListener.EVENT_CHANGE_* 'int event_mask' w...Sven Gothel2023-05-0910-156/+221