| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor cleanup of imports, etc: FBObject, GLContext*, Texture, .. | Sven Gothel | 2023-08-13 | 7 | -58/+36 |
* | make/scripts/tests.sh: Add Basic demos if jogl-demos.jar | Sven Gothel | 2023-08-13 | 1 | -2/+16 |
* | Texture ctor w/ external textureID: Pass `ownsTextureID` where true hands ove... | Sven Gothel | 2023-08-13 | 3 | -17/+48 |
* | GraphUIDemoArgs: Add GL4 core | Sven Gothel | 2023-08-13 | 1 | -0/+2 |
* | Demos: Add main() to GearsES2, .. allowing to be used for simple bringup tests | Sven Gothel | 2023-08-13 | 3 | -12/+166 |
* | Animator*: Add ctor variants passing modeBits directly, i.e. enable/disable A... | Sven Gothel | 2023-08-13 | 69 | -741/+941 |
* | WWW: Replace Gephi icon w/ a more friendly JogAmp website matching preview on... | Sven Gothel | 2023-08-12 | 2 | -1/+1 |
* | Fix typo of commit d8e086e0321ef1021f4a7810d7bfd2306c4ac725: jogl{s->}-demo{-... | Sven Gothel | 2023-08-12 | 1 | -1/+1 |
* | Add GraphUI to javadoc source path | Sven Gothel | 2023-08-12 | 1 | -1/+1 |
* | FontViewListener01/TestTextRendererNEWT21: Use 30 pixelPerCell (total w/ gap)... | Sven Gothel | 2023-08-12 | 1 | -10/+21 |
* | Graph TextRegionUtil.drawString3D(..): Allow null `rgbaColor` w/o color-chann... | Sven Gothel | 2023-08-12 | 1 | -6/+12 |
* | GLMediaPlayer: Show more reasonable DEBUG output in factory; Impl initGL(GL) ... | Sven Gothel | 2023-08-11 | 3 | -8/+28 |
* | Bug 1450: Remove nativewindow's drm-gbm GlueGen config's manual constant defi... | Sven Gothel | 2023-08-10 | 1 | -3/+3 |
* | README: Add Mathieu Féry, who enhanced GlueGen | Sven Gothel | 2023-08-07 | 1 | -0/+1 |
* | Untangle joal from build requirements as introduced via new jogl-demos | Sven Gothel | 2023-08-07 | 5 | -22/+116 |
* | scripts/tests.sh: Add TestGLJPanelReadd01Bug1310AWT | Sven Gothel | 2023-08-07 | 1 | -1/+2 |
* | README/index: 'Graph UI' -> GraphUI | Sven Gothel | 2023-08-07 | 2 | -2/+2 |
* | Test Bug1310: Remove and re-add a GLJPanel from its Swing parent (working) | Sven Gothel | 2023-08-07 | 1 | -0/+246 |
* | README/index: Fix link to OpenGL_API_Divergence.html | Sven Gothel | 2023-08-07 | 2 | -2/+2 |
* | Update README.md, index.html (Graph/GraphUI, references) and add OpenGL_API_D... | Sven Gothel | 2023-08-07 | 4 | -16/+633 |
* | Bug 1441, 852: Annotate ARB_draw_indirect dual sourcing, remove redundant man... | Sven Gothel | 2023-08-06 | 2 | -8/+1 |
* | Bug 1441 - Fix ARB_multi_draw_indirect: Belongs to GL4, glMultiDrawElementsIn... | Sven Gothel | 2023-08-06 | 6 | -19/+115 |
* | Graph / GraphUI Demos: Don't use the color-channel if not required (mixing co... | Sven Gothel | 2023-08-02 | 6 | -14/+17 |
* | Graph TextRegionUtil.drawString3D(..): Redefine 'rgbaColor' semantics: Either... | Sven Gothel | 2023-08-02 | 1 | -3/+24 |
* | Graph RenderState: Initialize colorStatic w/ all white (1,1,1,1) if color-cha... | Sven Gothel | 2023-08-02 | 1 | -1/+1 |
* | Graph RegionRenderer.destroy(): Detach RenderState from GL instance | Sven Gothel | 2023-08-02 | 1 | -0/+1 |
* | Graph: Simplify RegionRenderer API by exposing common RenderState methods (an... | Sven Gothel | 2023-08-02 | 19 | -91/+98 |
* | Update tests script .. (consolidate GraphUI demo lines) | Sven Gothel | 2023-08-01 | 1 | -24/+8 |
* | UISceneDemoU01a: Destory textRegion @ dispose | Sven Gothel | 2023-08-01 | 1 | -0/+1 |
* | Graph Add {GLRegion, GraphShape}.setTextureUnit(int): Allowing to set texture... | Sven Gothel | 2023-08-01 | 6 | -10/+48 |
* | Graph RegionRendered.init(..): Disable renderer (and shader programs etc) to ... | Sven Gothel | 2023-08-01 | 3 | -11/+7 |
* | Graph RenderState: Initialize colorStatic w/ alpha=1 to avoid invisible rende... | Sven Gothel | 2023-08-01 | 1 | -1/+1 |
* | Graph GLRegion.create(..): Expose variant with custom pass2TexUnit for VBAA (... | Sven Gothel | 2023-08-01 | 1 | -5/+23 |
* | Add Graph/GraphUI UISceneDemoU01a, showcase integration and multiple projecti... | Sven Gothel | 2023-08-01 | 2 | -1/+353 |
* | GLStateTracker: Add tracking of blending states (part-1) | Sven Gothel | 2023-08-01 | 1 | -2/+129 |
* | GLStateTracker: Encapsulate PixelStateMap for PixelStorei states (prepare for... | Sven Gothel | 2023-08-01 | 1 | -44/+69 |
* | GraphUI: Add Shape.getSurfacePort(..): Similar to getSurfaceSize(..) but retu... | Sven Gothel | 2023-08-01 | 1 | -0/+31 |
* | Graph: Minor cleanup: TextRegionUtil: Fix API doc references; RegionRenderer.... | Sven Gothel | 2023-08-01 | 3 | -8/+6 |
* | README: Add Harvey to contributors (missed him, sorry) | Sven Gothel | 2023-08-01 | 1 | -0/+1 |
* | Add {GL, GLContext}.getDefaultDrawBuffer() to complement getDefaultReadBuffer() | Sven Gothel | 2023-07-15 | 7 | -28/+103 |
* | README.md: JogAmp History & Milestones: Added Java3D + Ardor3D, added GlueGen... | Sven Gothel | 2023-07-10 | 1 | -1/+5 |
* | NativeSignatureJavaMethodBindingEmitter: Adopt to GlueGen changes | Sven Gothel | 2023-07-10 | 1 | -41/+40 |
* | Adopt to GlueGen Struct API Change get/set array arguments | Sven Gothel | 2023-06-16 | 2 | -3/+6 |
* | Adopt to GlueGen commit 952e0c1f83c9e0583a97d39988a6ba1428911c8c | Sven Gothel | 2023-06-16 | 16 | -232/+263 |
* | README.md: Shorten gl4java section | Sven Gothel | 2023-06-11 | 1 | -13/+6 |
* | Merge pull request #2 from tgc/master | Göthel Software | 2023-06-11 | 12 | -4/+1622 |
|\ |
|
| * | Add swt 4.26 for gtk-linux-ppc64le | Tom G. Christensen | 2023-06-07 | 8 | -0/+1589 |
| * | Add support for Linux/ppc64le architecture | Tom G. Christensen | 2023-06-07 | 4 | -4/+33 |
* | | Merge pull request #114 from gbburkhardt/master | Göthel Software | 2023-06-11 | 1 | -1/+14 |
|\ \ |
|
| * | | Use DPI scaling to scale drawn fonts. | Glenn Burkhardt | 2023-06-04 | 1 | -1/+14 |
| |/ |
|