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

Changes

Summary

  1. win make scripts - bump to 6u30 (details)
  2. GLJPanel: Fix dispose of backend (J2DOGL thread, no double dispose).., (details)
Commit 044bf81567f0cb809a5e42094c98e1306867d625 by Sven Gothel
win make scripts - bump to 6u30
The file was modified make/scripts/java-win64-dbg.bat (diff)
The file was modified make/scripts/java-win64.bat (diff)
The file was modified make/scripts/make.jogl.all.win32.bat (diff)
The file was modified make/scripts/make.jogl.all.win64.bat (diff)
The file was modified make/scripts/java-win32.bat (diff)
The file was modified make/scripts/tests-javaws-x64.bat (diff)
The file was modified make/scripts/java-win32-dbg.bat (diff)
Commit d225d0a8a16e362ddb14cb93c124eb06cf0ff05e by Sven Gothel
GLJPanel: Fix dispose of backend (J2DOGL thread, no double dispose)..,

GLJPanel:
- fix dispose of backend
  - proper J2DOGL thread
  - no double dispose
- remove VERBOSE
- no dispose regenerate flag
- add @Overrride
- more safe createContext(..) impl
- setSynchronized(true); for all backends
- ensure AbstractGraphicsDevice close() is being called

GLDrawableHelper:
- Clarify w/ isDisposeAction = null==initAction

GLPbufferImpl:
- ensure AbstractGraphicsDevice close() is being called

Java2D:
- remove VERBOSE
-
The file was modified src/jogl/classes/jogamp/opengl/awt/Java2D.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLDrawableHelper.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/awt/GLJPanel.java (diff)
The file was modified src/jogl/classes/javax/media/opengl/awt/GLCanvas.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLPbufferImpl.java (diff)