Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. Enable GitHub sponsor button (details)
  2. Add support for riscv64 architecture (details)
  3. Use DPI scaling to scale drawn fonts. (details)
  4. Add support for Linux/ppc64le architecture (details)
  5. Add swt 4.26 for gtk-linux-ppc64le (details)
  6. README.md: Adding JogAmp History & Milestones, ... (details)
  7. README.md: Shorten gl4java section (details)
  8. Adopt to GlueGen commit 952e0c1f83c9e0583a97d39988a6ba1428911c8c (details)
  9. Adopt to GlueGen Struct API Change get/set array arguments (details)
  10. NativeSignatureJavaMethodBindingEmitter: Adopt to GlueGen changes (details)
  11. README.md: JogAmp History & Milestones: Added Java3D + Ardor3D, added GlueGen JavaCallback (grouped) (details)
  12. Add {GL, GLContext}.getDefaultDrawBuffer() to complement getDefaultReadBuffer() (details)
  13. README: Add Harvey to contributors (missed him, sorry) (details)
  14. Graph: Minor cleanup: TextRegionUtil: Fix API doc references; RegionRenderer.enable(..) merge '!enable' branch, fix API doc (details)
  15. GraphUI: Add Shape.getSurfacePort(..): Similar to getSurfaceSize(..) but returns the whole Recti viewport of the shape (details)
  16. GLStateTracker: Encapsulate PixelStateMap for PixelStorei states (prepare for tracking of blending states) (details)
  17. GLStateTracker: Add tracking of blending states (part-1) (details)
  18. Add Graph/GraphUI UISceneDemoU01a, showcase integration and multiple projection settings (details)
  19. Graph GLRegion.create(..): Expose variant with custom pass2TexUnit for VBAA (default texture unit is 0) (details)
  20. Graph RenderState: Initialize colorStatic w/ alpha=1 to avoid invisible rendering if no static color has been set (details)
  21. Graph RegionRendered.init(..): Disable renderer (and shader programs etc) to avoid side-effects. Usually called @ GLEventListener.init(..) (details)
  22. Graph Add {GLRegion, GraphShape}.setTextureUnit(int): Allowing to set texture unit after ctor (details)
  23. UISceneDemoU01a: Destory textRegion @ dispose (details)
  24. Update tests script .. (consolidate GraphUI demo lines) (details)
  25. Graph: Simplify RegionRenderer API by exposing common RenderState methods (and fwd 'em to RenderState aggregate) (details)
  26. Graph RegionRenderer.destroy(): Detach RenderState from GL instance (details)
  27. Graph RenderState: Initialize colorStatic w/ all white (1,1,1,1) if color-channel is used and no static-color set (details)
  28. Graph TextRegionUtil.drawString3D(..): Redefine 'rgbaColor' semantics: Either fill color-channel with value if used and set static-color to white - or just set static color channel with value. (details)
  29. Graph / GraphUI Demos: Don't use the color-channel if not required (mixing colors within one region) (details)
  30. Bug 1441 - Fix ARB_multi_draw_indirect: Belongs to GL4, glMultiDrawElementsIndirect shall only have VBO indirect access (details)
  31. Bug 1441, 852: Annotate ARB_draw_indirect dual sourcing, remove redundant manual declarations (details)
  32. Update README.md, index.html (Graph/GraphUI, references) and add OpenGL_API_Divergence.md (details)
  33. README/index: Fix link to OpenGL_API_Divergence.html (details)
  34. Test Bug1310: Remove and re-add a GLJPanel from its Swing parent (working) (details)
  35. README/index: 'Graph UI' -> GraphUI (details)
  36. scripts/tests.sh: Add TestGLJPanelReadd01Bug1310AWT (details)
  37. Untangle joal from build requirements as introduced via new jogl-demos (details)
  38. README: Add Mathieu Féry, who enhanced GlueGen (details)
  39. Bug 1450: Remove nativewindow's drm-gbm GlueGen config's manual constant definitions, now properly passed from GlueGen (details)
  40. GLMediaPlayer: Show more reasonable DEBUG output in factory; Impl initGL(GL) shall handle null streamWorker, i.e. when using NullGLMediaPlayer (details)
  41. Graph TextRegionUtil.drawString3D(..): Allow null `rgbaColor` w/o color-channel again, was enforced to be set in commit bb6ee81bc5514663bb7b22224fcdd5ba34a51ac6 (details)
  42. FontViewListener01/TestTextRendererNEWT21: Use 30 pixelPerCell (total w/ gap) for test case to compare pixel-by-pixel (details)
  43. Add GraphUI to javadoc source path (details)
  44. Fix typo of commit d8e086e0321ef1021f4a7810d7bfd2306c4ac725: jogl{s->}-demo{->s}-android (details)
Commit 3eb5686393de9218d17f9dc3b3f2e2062430034e by noreply
Enable GitHub sponsor button

Adds a FUNDING.yml file that enables a sponsor button to become visible in the top of the repository. This button links to the sponsor page and thus makes the possibility to donate easier and more visible.

See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository
The file was added.github/FUNDING.yml (diff)
Commit 00f72bac04138781c99c5d10229fb21d1406c9c2 by schwab
Add support for riscv64 architecture
The file was modifiedmake/build-newt.xml (diff)
The file was modifiedmake/build-oculusvr.xml (diff)
The file was modifiedmake/build-nativewindow.xml (diff)
The file was modifiedmake/build-jogl.xml (diff)
Commit 25fd535a11803c74a4fb63c627bee6f771d83480 by gbburkhardt
Use DPI scaling to scale drawn fonts.
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/awt/TextRenderer.java (diff)
Commit 4ae2f5bb09ebab70414f62de793445033394ff91 by tgc
Add support for Linux/ppc64le architecture
The file was modifiedmake/build-newt.xml (diff)
The file was modifiedmake/build-nativewindow.xml (diff)
The file was modifiedmake/build-jogl.xml (diff)
The file was modifiedmake/build-oculusvr.xml (diff)
Commit 6a22d9fa307c7cd4de1dca280ecdfeb3b3200184 by tgc
Add swt 4.26 for gtk-linux-ppc64le

This is required for the Linux/ppc64le target to build.

ba2338ad6c24516a9686baf75c289d4a3fac488bd68a3b88e725cbf611f5e681209feb6ddf5848e21dcf0e9c33c1c8d898f44f02ae2dc499816a8fe191525bf9
  swt-4.26-gtk-linux-ppc64le.zip
The file was addedmake/lib/swt/gtk-linux-ppc64le/about_files/lgpl-v21.txt (diff)
The file was addedmake/lib/swt/gtk-linux-ppc64le/swt.jar (diff)
The file was addedmake/lib/swt/gtk-linux-ppc64le/.project (diff)
The file was addedmake/lib/swt/gtk-linux-ppc64le/about_files/mpl-v11.txt (diff)
The file was addedmake/lib/swt/gtk-linux-ppc64le/about.html (diff)
The file was addedmake/lib/swt/gtk-linux-ppc64le/about_files/IJG_README (diff)
The file was addedmake/lib/swt/gtk-linux-ppc64le/src.zip (diff)
The file was addedmake/lib/swt/gtk-linux-ppc64le/.classpath (diff)
Commit 26a7f1ce88dec1eea610d401137d04a1866ada9d by Sven Gothel
README.md: Adding JogAmp History & Milestones, ...
The file was modifiedREADME.md (diff)
Commit 6fa48e0595d6b607195eee53c0b985a8cddfa7bb by Sven Gothel
README.md: Shorten gl4java section
The file was modifiedREADME.md (diff)
Commit 4267837c591c9c205ff5206afaf38bba8c4215ac by Sven Gothel
Adopt to GlueGen commit 952e0c1f83c9e0583a97d39988a6ba1428911c8c

To limit growing code due to GlueGen's more capable new `Struct` emitter (more supported setter),
`Struct` with intended read-only access have been marked `ImmutableAccess` in their GlueGen config file.

Produced code with above setting compared with pre-GlueGen change is reduced
while also having dropped all of the JNI calls retrieving `Struct` values.
Only calls to function-pointer produced JNI methods, of course.
The file was modifiedmake/config/nativewindow/jawt-common.cfg (diff)
The file was modifiedmake/config/jogl/glu-base.cfg (diff)
The file was modifiedmake/config/jogl/glx-CustomCCode.c (diff)
The file was modifiedmake/config/nativewindow/win32-lib.cfg (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureEmitter.java (diff)
The file was modifiedmake/config/jogl/wgl-win32.cfg (diff)
The file was modifiedmake/config/jogl/glx-x11.cfg (diff)
The file was modifiedmake/config/jogl/glu-gl2.cfg (diff)
The file was modifiedmake/config/jogl/glu-gl2es1.cfg (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureJavaMethodBindingEmitter.java (diff)
The file was modifiedmake/config/nativewindow/drm-gbm-lib.cfg (diff)
The file was modifiedmake/config/nativewindow/x11-lib.cfg (diff)
The file was modifiedmake/config/oculusvr/oculusvr.cfg (diff)
The file was modifiedmake/config/jogl/egl-common.cfg (diff)
The file was modifiedmake/config/jogl/glx-CustomJavaCode.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/gluegen/opengl/GLEmitter.java (diff)
Commit 585bc34ca6e08cf5602eb7dbdb618b7a5771190c by Sven Gothel
Adopt to GlueGen Struct API Change get/set array arguments
The file was modifiedREADME.md (diff)
The file was modifiedsrc/nativewindow/classes/jogamp/nativewindow/drm/DrmMode.java (diff)
Commit 27d0be94c4350352ac122c6af0a00314a919032d by Sven Gothel
NativeSignatureJavaMethodBindingEmitter: Adopt to GlueGen changes
The file was modifiedsrc/jogl/classes/com/jogamp/gluegen/opengl/nativesig/NativeSignatureJavaMethodBindingEmitter.java (diff)
Commit ddbffc38f001e3297d560ab1f6b3e7575771bdc5 by Sven Gothel
README.md: JogAmp History & Milestones: Added Java3D + Ardor3D, added GlueGen JavaCallback (grouped)
The file was modifiedREADME.md (diff)
Commit be9c3e42e618148584689a1ccf30c8c3f4e6227a by Sven Gothel
Add {GL, GLContext}.getDefaultDrawBuffer() to complement getDefaultReadBuffer()
The file was modifiedmake/config/jogl/gl-impl-CustomJavaCode-common.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/GLFBODrawableImpl.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/GLContext.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/GLContextImpl.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/GLDrawableImpl.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/FBObject.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/GLBase.java (diff)
Commit c7119250096c093eba539ea0187159a98f5901f5 by Sven Gothel
README: Add Harvey to contributors (missed him, sorry)
The file was modifiedREADME.md (diff)
Commit b2e62fee23dcb8cfab4293fd5bfefcf22cdd2b14 by Sven Gothel
Graph: Minor cleanup: TextRegionUtil: Fix API doc references; RegionRenderer.enable(..) merge '!enable' branch, fix API doc
The file was modifiedsrc/jogl/classes/com/jogamp/graph/curve/opengl/TextRegionUtil.java (diff)
The file was modifiedsrc/demos/com/jogamp/opengl/demos/graph/ui/UISceneDemo01b.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/graph/curve/opengl/RegionRenderer.java (diff)
Commit 7d9bfe58e6ef48e5c7d3da322dbc558285791af9 by Sven Gothel
GraphUI: Add Shape.getSurfacePort(..): Similar to getSurfaceSize(..) but returns the whole Recti viewport of the shape
The file was modifiedsrc/graphui/classes/com/jogamp/graph/ui/Shape.java (diff)
Commit 16b9a3ac358b3ad34dd9eb9df090b59f25e26b75 by Sven Gothel
GLStateTracker: Encapsulate PixelStateMap for PixelStorei states (prepare for tracking of blending states)
The file was modifiedsrc/jogl/classes/jogamp/opengl/GLStateTracker.java (diff)
Commit 76078006e7befe830a235fbceda0d46e7db0c149 by Sven Gothel
GLStateTracker: Add tracking of blending states (part-1)
The file was modifiedsrc/jogl/classes/jogamp/opengl/GLStateTracker.java (diff)
Commit da3943d26342b8d71aa3fdf0d7f46f96e5b098dd by Sven Gothel
Add Graph/GraphUI UISceneDemoU01a, showcase integration and multiple projection settings
The file was addedsrc/demos/com/jogamp/opengl/demos/graph/ui/UISceneDemoU01a.java (diff)
The file was modifiedmake/scripts/tests.sh (diff)
Commit d6f7c51dff01fdea5ce610c6da60ca2ac9cb9c43 by Sven Gothel
Graph GLRegion.create(..): Expose variant with custom pass2TexUnit for VBAA (default texture unit is 0)
The file was modifiedsrc/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java (diff)
Commit a973324a75b55b722caa755a7a573be849d997e4 by Sven Gothel
Graph RenderState: Initialize colorStatic w/ alpha=1 to avoid invisible rendering if no static color has been set

Shader either uses just colorStatic or multiplies it w/ the color-stream value
The file was modifiedsrc/jogl/classes/com/jogamp/graph/curve/opengl/RenderState.java (diff)
Commit 285459363469e60df9db51a4c0485ec21d4e04ae by Sven Gothel
Graph RegionRendered.init(..): Disable renderer (and shader programs etc) to avoid side-effects. Usually called @ GLEventListener.init(..)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/graph/TextRendererGLELBase.java (diff)
The file was modifiedsrc/demos/com/jogamp/opengl/demos/graph/TextRendererGLELBase.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/graph/curve/opengl/RegionRenderer.java (diff)
Commit de4767e90f752cb9804403fa4ac775394bb45324 by Sven Gothel
Graph Add {GLRegion, GraphShape}.setTextureUnit(int): Allowing to set texture unit after ctor
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/opengl/VBORegionSPES2.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/opengl/VBORegion2PMSAAES2.java (diff)
The file was modifiedsrc/demos/com/jogamp/opengl/demos/graph/ui/UISceneDemoU01a.java (diff)
The file was modifiedsrc/graphui/classes/com/jogamp/graph/ui/GraphShape.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/opengl/VBORegion2PVBAAES2.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java (diff)
Commit c777df3147deb5a97b4dced9a1629cacd8a6db16 by Sven Gothel
UISceneDemoU01a: Destory textRegion @ dispose
The file was modifiedsrc/demos/com/jogamp/opengl/demos/graph/ui/UISceneDemoU01a.java (diff)
Commit aa4463568da2dee0af8bc8d959444f67cd9a5c69 by Sven Gothel
Update tests script .. (consolidate GraphUI demo lines)
The file was modifiedmake/scripts/tests.sh (diff)
Commit 463a5cd983f0dfe1aea54574c25b532645b0502f by Sven Gothel
Graph: Simplify RegionRenderer API by exposing common RenderState methods (and fwd 'em to RenderState aggregate)
The file was modifiedsrc/jogl/classes/com/jogamp/graph/curve/opengl/RegionRenderer.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/graph/TestTextRendererNEWT01.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/graph/TestTextRendererNEWTBugXXXX.java (diff)
The file was modifiedsrc/demos/com/jogamp/opengl/demos/graph/GPURegionGLListener00.java (diff)
The file was modifiedsrc/graphui/classes/com/jogamp/graph/ui/Scene.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/graph/TextRendererGLELBase.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/graph/TestTextRendererNEWT20.java (diff)
The file was modifiedsrc/demos/com/jogamp/opengl/demos/graph/GPURegionGLListener01.java (diff)
The file was modifiedsrc/demos/com/jogamp/opengl/demos/graph/ui/UISceneDemo20.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/graph/GPURegionGLListener01.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/graph/PerfTextRendererNEWT00.java (diff)
The file was modifiedsrc/graphui/classes/com/jogamp/graph/ui/GraphShape.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/graph/GPUTextRendererListenerBase01.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/graph/GPURegionGLListener10.java (diff)
The file was modifiedsrc/demos/com/jogamp/opengl/demos/graph/ui/UISceneDemoU01a.java (diff)
The file was modifiedsrc/demos/com/jogamp/opengl/demos/graph/GPURegionGLListener10.java (diff)
The file was modifiedsrc/demos/com/jogamp/opengl/demos/graph/GPUTextGLListener0A.java (diff)
The file was modifiedsrc/demos/com/jogamp/opengl/demos/graph/GPUTextRendererListenerBase01.java (diff)
The file was modifiedsrc/demos/com/jogamp/opengl/demos/graph/TextRendererGLELBase.java (diff)
Commit a4793735eeead4ae5d54422bf8d76511094088ea by Sven Gothel
Graph RegionRenderer.destroy(): Detach RenderState from GL instance

Remove potential leak
The file was modifiedsrc/jogl/classes/com/jogamp/graph/curve/opengl/RegionRenderer.java (diff)
Commit 94def2d64fd6fb2d789e5d9176f67941f0bb5b8a by Sven Gothel
Graph RenderState: Initialize colorStatic w/ all white (1,1,1,1) if color-channel is used and no static-color set

Commit a973324a75b55b722caa755a7a573be849d997e4 was setting the alpha to 1,
which avoids the 'discard' in the shader.
This at least gave us a black color ;-)

However, the shader modulates the color, i.e. color-channel * color-static,
therefor we need an all-white color-static as default
if user only sets the color-channel.
The file was modifiedsrc/jogl/classes/com/jogamp/graph/curve/opengl/RenderState.java (diff)
Commit bb6ee81bc5514663bb7b22224fcdd5ba34a51ac6 by Sven Gothel
Graph TextRegionUtil.drawString3D(..): Redefine 'rgbaColor' semantics: Either fill color-channel with value if used and set static-color to white - or just set static color channel with value.

Have the given rgbaColor to definitely setting the text color regardless whether a color channel is used or not.
Note: Using a color-channel is more expensive (color value per vertex) and should only be required if mixing
colors within one region!

Also removes potential side-effects if color-channel is used but user forgets to set the static value properly.
The file was modifiedsrc/jogl/classes/com/jogamp/graph/curve/opengl/TextRegionUtil.java (diff)
Commit 7437eb0e4a6bbbfb96047677716d9306e9b2acbd by Sven Gothel
Graph / GraphUI Demos: Don't use the color-channel if not required (mixing colors within one region)

Note, commit bb6ee81bc5514663bb7b22224fcdd5ba34a51ac6
relaxes the requirement for using a color-channel.
The file was modifiedsrc/demos/com/jogamp/opengl/demos/graph/ui/UILayoutBox01.java (diff)
The file was modifiedsrc/demos/com/jogamp/opengl/demos/graph/ui/util/GraphUIDemoArgs.java (diff)
The file was modifiedsrc/demos/com/jogamp/opengl/demos/graph/ui/UIShapeDemo01.java (diff)
The file was modifiedsrc/demos/com/jogamp/opengl/demos/graph/ui/UILayoutGrid01.java (diff)
The file was modifiedsrc/demos/com/jogamp/opengl/demos/graph/ui/UISceneDemoU01a.java (diff)
The file was modifiedsrc/demos/com/jogamp/opengl/demos/graph/ui/UITypeDemo01.java (diff)
Commit af321b4a90a4da9351dfbdd6d9a8202a73fc8c05 by Sven Gothel
Bug 1441 - Fix ARB_multi_draw_indirect: Belongs to GL4, glMultiDrawElementsIndirect shall only have VBO indirect access
The file was modifiedmake/config/jogl/gl-common-gpubufferonly.cfg (diff)
The file was modifiedmake/scripts/gluegen-gl.sh (diff)
The file was modifiedmake/config/jogl/gl-if-gl4-ignores.cfg (diff)
The file was modifiedmake/config/jogl/gl-common.cfg (diff)
The file was modifiedmake/config/jogl/gl4bc-common-cpubufferJavaCode.java (diff)
The file was modifiedmake/build-jogl.xml (diff)
Commit bcc4b5de41dcfca5eac19111506b996d3531d908 by Sven Gothel
Bug 1441, 852: Annotate ARB_draw_indirect dual sourcing, remove redundant manual declarations
The file was modifiedmake/config/jogl/gl-common.cfg (diff)
The file was modifiedmake/config/jogl/gl4bc-common-cpubufferJavaCode.java (diff)
Commit 430b8a061b061ceb9c03deb84380335612f71737 by Sven Gothel
Update README.md, index.html (Graph/GraphUI, references) and add OpenGL_API_Divergence.md
The file was modifiedwww/index.html (diff)
The file was addeddoc/OpenGL_API_Divergence.html (diff)
The file was modifiedREADME.md (diff)
The file was addeddoc/OpenGL_API_Divergence.md (diff)
Commit 1f2df348fb2a78e8e8774a00acff2b554fc973cd by Sven Gothel
README/index: Fix link to OpenGL_API_Divergence.html
The file was modifiedREADME.md (diff)
The file was modifiedwww/index.html (diff)
Commit 5be77843127a785bcdfc4dbc041fcf42c6971592 by Sven Gothel
Test Bug1310: Remove and re-add a GLJPanel from its Swing parent (working)

Also tested with Sofr-HiDPI on Linux using GDK_SCALE=2
The file was addedsrc/test/com/jogamp/opengl/test/junit/jogl/awt/TestGLJPanelReadd01Bug1310AWT.java (diff)
Commit c1b6094db1297f92141c4c9d9a3714ab185e242b by Sven Gothel
README/index: 'Graph UI' -> GraphUI
The file was modifiedREADME.md (diff)
The file was modifiedwww/index.html (diff)
Commit 5b2236c39d1aa751658f3d30101752a145af7187 by Sven Gothel
scripts/tests.sh: Add TestGLJPanelReadd01Bug1310AWT
The file was modifiedmake/scripts/tests.sh (diff)
Commit d8e086e0321ef1021f4a7810d7bfd2306c4ac725 by Sven Gothel
Untangle joal from build requirements as introduced via new jogl-demos

To enjoy the UISceneDemo20 demo, joal shall exist at its usual location.
However, pass build if not available.
Also drop ant + junit from demos.

- Rename jogl-demo-android.{jar,apk} -> jogl-demos-android.{jar,apk}

- New demo classpath
  - Add non-joal demo classpath
  - Add joal demo classpath.
  - Drop junit + ant from both

- Remove joal from junit compile path.

- Build test: demo compilation (Java + Android)
  - Drop joal dependencies if not available
The file was modifiedsrc/demos/com/jogamp/opengl/demos/av/MovieSBSStereo.java (diff)
The file was modifiedsrc/demos/com/jogamp/opengl/demos/av/MovieSimple.java (diff)
The file was modifiedmake/build-test.xml (diff)
The file was modifiedsrc/demos/com/jogamp/opengl/demos/av/MovieCube.java (diff)
The file was modifiedmake/build-common.xml (diff)
Commit f85feef7bcb0b798d7a760e548548ae564bd0f6a by Sven Gothel
README: Add Mathieu Féry, who enhanced GlueGen
The file was modifiedREADME.md (diff)
Commit 1442d8dc875af3e945e656509105c89e394647c3 by Sven Gothel
Bug 1450: Remove nativewindow's drm-gbm GlueGen config's manual constant definitions, now properly passed from GlueGen
The file was modifiedmake/config/nativewindow/drm-gbm-lib.cfg (diff)
Commit 19895532b6b605f3a839071c6082214b06dd89bb by Sven Gothel
GLMediaPlayer: Show more reasonable DEBUG output in factory; Impl initGL(GL) shall handle null streamWorker, i.e. when using NullGLMediaPlayer
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayerFactory.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/util/av/GLMediaPlayerImpl.java (diff)
Commit 4226760454fccee7b8c4127ce5a326807eec547b by Sven Gothel
Graph TextRegionUtil.drawString3D(..): Allow null `rgbaColor` w/o color-channel again, was enforced to be set in commit bb6ee81bc5514663bb7b22224fcdd5ba34a51ac6
The file was modifiedsrc/jogl/classes/com/jogamp/graph/curve/opengl/TextRegionUtil.java (diff)
Commit 4c1ab563fe276236ff5be52d0ef28e05bbe33aaa by Sven Gothel
FontViewListener01/TestTextRendererNEWT21: Use 30 pixelPerCell (total w/ gap) for test case to compare pixel-by-pixel
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/graph/FontViewListener01.java (diff)
Commit d11f7c489f4736289e7a182d2f1387a2830f1164 by Sven Gothel
Add GraphUI to javadoc source path
The file was modifiedmake/build-common.xml (diff)
Commit 429e92c3403e0275ec91000cfda85951152850dd by Sven Gothel
Fix typo of commit d8e086e0321ef1021f4a7810d7bfd2306c4ac725: jogl{s->}-demo{->s}-android
The file was modifiedmake/build-test.xml (diff)