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

Changes

Summary

  1. GLStateKeeper: Add clearPreservedGLState() (details)
  2. NewtBaseActivity: Perform cleanup() even on onCreate() due to possible (details)
  3. NEWTGearsES2Activity*: Adding property to enable 'process kill' behavior (details)
Commit fa847cd755833ab7f3530bffbb63ccfd8863a9f6 by Sven Gothel
GLStateKeeper: Add clearPreservedGLState()
The file was modified src/jogl/classes/com/jogamp/opengl/GLStateKeeper.java (diff)
The file was modified src/jogl/classes/jogamp/opengl/GLAutoDrawableBase.java (diff)
Commit a211a2e84e3f69d511a43e8673b6beda779c6a12 by Sven Gothel
NewtBaseActivity: Perform cleanup() even on onCreate() due to possible call w/ initialized states (App process is killed for memory exhaustion etc)

.. even though I was not able to reproduce this case, it will not harm.
The file was modified src/newt/classes/jogamp/newt/driver/android/NewtBaseActivity.java (diff)
Commit a121055f9e4ac039fa820f06e9e81e5ce72e5e24 by Sven Gothel
NEWTGearsES2Activity*: Adding property to enable 'process kill' behavior (memory and killSelf)
The file was modified src/test/com/jogamp/opengl/test/android/NEWTGearsES2Activity.java (diff)
The file was modified src/test/com/jogamp/opengl/test/android/NEWTGearsES2ActivityLauncher.java (diff)