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

Changes

Summary

  1. GLWindow/GLDrawableHelper: Adding experimental notion of skipping GL (details)
  2. minor editing (details)
  3. EGL: Fall back to NV_coverage_sample if EGL MSAA/FSAA is n/a (details)
  4. Generalize sample extension in GLCapabilities*, currently (details)
Commit 1ac5f46bb15c08b7126e22d10a80e6d607207780 by Sven Gothel
GLWindow/GLDrawableHelper: Adding experimental notion of skipping GL context release for a specific thread

- marked deprecated

- used to perf measure situation on omap3, ie
  figuring out where the low perf. in GearsES2 comes from,
  our core JOGL code or the GL usage.
  Turns out it's the GL usage itself, ie the shader - good.

- calls are commented out in the demos
The file was modifiedsrc/test/com/jogamp/opengl/test/android/NEWTGearsES2Activity.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/android/NEWTRedSquareES2Activity.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java (diff)
The file was modifiedsrc/newt/classes/com/jogamp/newt/opengl/GLWindow.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java (diff)
The file was modifiedsrc/newt/classes/jogamp/newt/driver/android/NewtBaseActivity.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/android/NEWTGearsES2TransActivity.java (diff)
The file was modifiedsrc/jogl/classes/javax/media/opengl/GLAutoDrawable.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/GLDrawableHelper.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/GLDrawableHelper.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/gears.fp (diff)
Commit 727c697f6808caec2fcbcc35d155552590d4f869 by Sven Gothel
EGL: Fall back to NV_coverage_sample if EGL MSAA/FSAA is n/a
The file was modifiedsrc/jogl/classes/jogamp/opengl/egl/EGLGraphicsConfiguration.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/egl/EGLGLCapabilities.java (diff)
Commit 0c138d5410ed32bdeef22052b57f1bcecf6b5d4f by Sven Gothel
Generalize sample extension in GLCapabilities*, currently NV_coverage_sample is respected in EGL
The file was modifiedsrc/jogl/classes/jogamp/opengl/egl/EGLGraphicsConfiguration.java (diff)
The file was modifiedsrc/jogl/classes/javax/media/opengl/GLCapabilities.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/GLGraphicsConfigurationUtil.java (diff)
The file was modifiedsrc/jogl/classes/javax/media/opengl/GLCapabilitiesImmutable.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/egl/EGLGLCapabilities.java (diff)
The file was modifiedsrc/jogl/classes/javax/media/opengl/DefaultGLCapabilitiesChooser.java (diff)