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

Changes

Summary

  1. Don't utilize glPixelStorei's PACK/UNPACK IMAGE_HEIGHT and SKIP_IMAGES (details)
  2. GLPixelStorageModes: Emphasize reset*() usage; setUnpackRowLength: (details)
  3. TestVersionSemanticsNOUI: v2.3.0 is not backward compatible w/ 2.2.* (details)
  4. GLBuffers.sizeof(..): Add support for ES3, reading supported (details)
Commit 73a4d809f92126228b64a3bded75686db806be64 by Sven Gothel
Don't utilize glPixelStorei's PACK/UNPACK IMAGE_HEIGHT and SKIP_IMAGES for Desktop GL < 1.2, avoiding GL-Error

Commit fc1e98790a02b4fa7922f3cdd9d437f87d7c99e5
added handling of PACK/UNPACK IMAGE_HEIGHT and SKIP_IMAGES in GLPixelStorageModes.

However, it has been overseen that the four states are not available in OpenGL 1.1.

Adding exclusion of the same if desktop GL < 1.2
and hence avoiding GL errors.

Same applies to GLBuffers.sizeof(..) method.
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/GLPixelStorageModes.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/GLBuffers.java (diff)
Commit d19bb03e3cabc9a50b63c4ce8d866efab7f34860 by Sven Gothel
GLPixelStorageModes: Emphasize reset*() usage; setUnpackRowLength: GL2ES2 -> GL2ES3; Better adoption of GLPixelStorageModes (GLJPanel, GLReadBufferUtil, TextureIO)

- Emphasize reset*() is being called when saving modes for 1st modification;

- setUnpackRowLength: GL2ES2 -> GL2ES3; Actually GL2ES3 is required for UNPACK_ROW_LENGTH

- Better adoption of GLPixelStorageModes (GLJPanel, GLReadBufferUtil, TextureIO)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/GLReadBufferUtil.java (diff)
The file was modifiedsrc/jogl/classes/javax/media/opengl/awt/GLJPanel.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/GLPixelStorageModes.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/texture/TextureIO.java (diff)
Commit acda710ea5dfffc236c5f4b47e7e8e1fe492cc8a by Sven Gothel
TestVersionSemanticsNOUI: v2.3.0 is not backward compatible w/ 2.2.*
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/acore/TestVersionSemanticsNOUI.java (diff)
Commit 6363fccee219ce238b0b2ded39c116e2bc8613d5 by Sven Gothel
GLBuffers.sizeof(..): Add support for ES3, reading supported glPixelStorei states
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/GLBuffers.java (diff)