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

Changes

Summary

  1. Version Semantics Test: Bump for 2.3.2 -> 2.4.x (details)
  2. Drop Vendor Extensions: INGR and PGI for all profiles (details)
  3. Streamline GL* profile interfaces and implementations (details)
  4. Streamline Composed Pipeline's interfaces and implementations (Trace* (details)
  5. TestGearsES2NEWT: Adding programmatic Debug|Trace pipeline (details)
  6. Cleanup IgnoreExtension for GL3 and GL4 exclusive extensions (details)
  7. Remove deprectated classes and methods (details)
Commit b13806a784f86b18764e9603d6c94ecb81d54dbb by Sven Gothel
Version Semantics Test: Bump for 2.3.2 -> 2.4.x
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestVersionSemanticsNOUI.java (diff)
The file was addedmake/lib/v2.3.2/jogl-all.jar (diff)
Commit 3236695b3e3e86ce61ca973d94cae04e1d5ba1c0 by Sven Gothel
Drop Vendor Extensions: INGR and PGI for all profiles
The file was modified make/config/jogl/gl-common-extensions.cfg (diff)
Commit bf76b6b77f078178fc5e6a42c70d354369004b94 by Sven Gothel
Streamline GL* profile interfaces and implementations
Only add the required direct interfaces / implementations to interface
/ class derivations, not polluting overview in IDEs.
The file was modified make/config/jogl/gl-es1.cfg (diff)
The file was modified make/config/jogl/gl-gl4bc.cfg (diff)
The file was modified make/config/jogl/gl-es3-impl.cfg (diff)
Commit d285de0ba49563ea2d7515d192147b129b201598 by Sven Gothel
Streamline Composed Pipeline's interfaces and implementations (Trace*
Debug*)
Only add the required direct interfaces / implementations to interface
/ class derivations, not polluting overview in IDEs.
Aligns w/ commit bf76b6b77f078178fc5e6a42c70d354369004b94
The file was modified src/jogl/classes/com/jogamp/gluegen/opengl/BuildComposablePipeline.java (diff)
Commit 90e9104f0acd9eb014f3361139119c3f53b955a3 by Sven Gothel
TestGearsES2NEWT: Adding programmatic Debug|Trace pipeline
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java (diff)
The file was modified make/scripts/tests.sh (diff)
Commit 2548d211af9cf786a3ed30ede778d872916dc422 by Sven Gothel
Cleanup IgnoreExtension for GL3 and GL4 exclusive extensions
The file was modified make/config/jogl/gl-if-gl3-ignores.cfg (diff)
The file was modified make/config/jogl/gl-if-gl4-ignores.cfg (diff)
Commit 583c8c525b0691a0cb2a195ced20969b2e0ff57f by Sven Gothel
Remove deprectated classes and methods
The file was modified src/jogl/classes/com/jogamp/opengl/GLContext.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/spi/TextureProvider.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/awt/JAWTWindow.java (diff)
The file was modified src/newt/classes/jogamp/newt/awt/NewtFactoryAWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/spi/SGIImage.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/spi/DDSImage.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/awt/AppContextInfo.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/spi/awt/IIOTextureProvider.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLContextImpl.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/PMVMatrix.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/texture/TextureIO.java (diff)
The file was modified src/nativewindow/classes/com/jogamp/nativewindow/awt/AWTGraphicsConfiguration.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/math/FloatUtil.java (diff)