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

Change Log History

Originally from build #703

Changes
  1. Reduce Thread.dumpStack() in debug mode where no negative behavior appears or a stack trace may be helpful. (details / cgit)
  2. Fix bug 564 (X11 Mesa 8.0.1 GL 3.0 w/o GLX_ARB_create_context) (details / cgit)

Originally from build #700

Changes
  1. Update make.jogl.all.linux-armv7.sh script: Set TARGET_PLATFORM_ROOT=/ (details / cgit)
  2. Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close within the latter (details / cgit)
  3. ShaderState: Use a HashMap instead of a HashSet for enabled attribute states, reducing fluctuating memory. (details / cgit)
  4. NEWT/setFullscreen(v): Save new state for to-be-created windows (not yet valid). (details / cgit)
  5. Minor changes: DefaultGLCapabilitiesChooser + GearsES1/2 and Android demos (details / cgit)
  6. GL/GLContext: Properly define swapInterval incl. default value for EGL (1) and desktop (undefined). (details / cgit)
  7. Enable Android remote adb unit tests (1 Test currently / WIP) (details / cgit)
  8. AndroidWindow: Fix Native PixelFormat == VisualID { <0 case, TRANSLUCENCY, ..} ; Generate focus event/state; onTouch() consumed (details / cgit)
  9. Android: Minor cleanup ; NewtBaseActivity: clear static context at destroy (details / cgit)
  10. Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d343e38bd080 and eedb4b530fb83fc59a26962bcf7847a1404092a0 (details / cgit)
  11. JOGL Applet Tests no more require junit.jar (details / cgit)
  12. Android Tests: Using JogAmp's ActivityLauncher (gluegen commit: 0cfc7847c58b51c9a26b50d905b592d1fc4c8578) (details / cgit)
  13. move src/test/native -> src/test-native - allowing better exclusion for archive scripts (details / cgit)
  14. Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; API doc enhancements; Minor edits (details / cgit)