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

Changes

Summary

  1. WWW: Add J4K and Unlicense in Tools/Libraries .. (details)
  2. Bug 909 - Reccreate GLJPanel's BufferedImage is no more sourced by (details)
Commit 291c5ac4f0f55807172d1036e7c746db9af7ceec by Sven Gothel
WWW: Add J4K and Unlicense in Tools/Libraries ..
The file was addedwww/media/unlicense-preview.png (diff)
The file was addedwww/media/j4k-demo-160x118.png (diff)
The file was modified www/index.html (diff)
Commit 94f3c1b5d3af65cf9d985833b2c8e40ec1af4592 by Sven Gothel
Bug 909 - Reccreate GLJPanel's BufferedImage is no more sourced by singleton AWTGLPixelBuffer

GLJPanel must validate whether it's local BufferedImage's DataBuffer is sourced
by the current singleton AWTGLPixelBuffer.

Case:
GLJPanel-B has created a new singleton AWTGLPixelBuffer w/ increased size.
Previous created GLJPanel-A's local BufferedImage's DataBuffer is no more sourced
by the singleton AWTGLPixelBuffer and hence must be re-created.
The file was modified make/scripts/tests.sh (diff)
The file was modified src/jogl/classes/javax/media/opengl/awt/GLJPanel.java (diff)
The file was addedsrc/test/com/jogamp/opengl/test/junit/jogl/awt/TestGLJPanelResize01AWT.java (diff)
The file was modified src/jogl/classes/com/jogamp/opengl/util/awt/AWTGLPixelBuffer.java (diff)