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

macos-x86_64 # Changes

Change Log History for macos-x86_64 #728 - Jenkins
Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.

Change Log History

Originally from build #727

Changes
  1. TextureIO: PNGImage 1st (details / cgit)
  2. GLMediaPlayer: Fix destruction (NPE) / Fix MovieSimple shader, no GL_OES_EGL_image_external for plain ES2. (details / cgit)
  3. Fix EGL/ES types GLeglImageOES, EGLImageKHR & EGLClientBuffer - and functions: eglCreateImageKHR, eglCreatePbufferFromClientBuffer (details / cgit)
  4. GLMediaPlayer*: Revised - Working on buggy MediaPlayer impl. (Android ICS Tegra) (details / cgit)
  5. Android: Cleanup AndroidWindow. NewtBaseActivity: Reset FPSCounter on resume, Sync LauncherUtil (details / cgit)
  6. ShaderUtil: isProgramValid() -> isProgramLinkStatusValid() + isProgramExecStatusValid() (details / cgit)
  7. ShaderUtil: Remove 'Impl' redirection, we already have GL OO hierarchy. (details / cgit)
  8. Add missing: MovieSimpleActivity0 (details / cgit)

Originally from build #726

Changes
  1. Enhance MovieSimple Demo: Split shader to es2/gl2, check for GL_OES_EGL_image_external extension if requested, use proper texture unit (details / cgit)
  2. JoglVersion: Dump GLSL version if GLSL is available. (details / cgit)
  3. GLMediaPlayer: Use URLConnection to clarify emphasize passing an available connected URL. API doc: Useing html table for state chart (details / cgit)
  4. Android MovieSimple Split: zoom and orig size for performance analysis (details / cgit)
  5. PMVMatrix: Add convenient ProjectFloat calls of gluLookAt, gluProject, gluUnProject and gluPickMatrix (details / cgit)
  6. TextureIO/TGA: Only use current GLContext if available, allowing pre-GL usage; writeFile() restricted to GL2GL3, not GL2. (details / cgit)
  7. GLMediaPlayer: Add (c) tag; Add NullGLMediaPlayer (dummy texture); (details / cgit)
  8. NullGLMediaPlayer: Use low-res PNG instead of TGA texture to save footprint. Move texture to jogl jar/apk for accessibility. (details / cgit)
  9. Remove tga texture (details / cgit)
  10. Merge PNGJ 0.85 into namespace (details / cgit)
  11. TextureIO: Add PNG TextureProvider and TextureWriter for RGB[A]/BGR[A] - incl. unit tests; Test/Demos: Use PNG snapshots. (details / cgit)

Originally from build #725

Changes
  1. ProjectFloat: Promote to public, exposing general matrix/vector math, custom instancing using sliced nio-buffer/primitive-array (details / cgit)
  2. Initial commit for AudioVideo (com.jogamp.opengl.av) rework, introducing Android API 14 MediaPlayer impl of GLMediaPlayer. (details / cgit)
  3. Fix commit de2b129a56335262a44a05541a3ab2e35668cc6e - Relocation/Exposure of ProjectFloat (details / cgit)
  4. EGLConfig2Capabilities: Add flag 'forceTransparentFlag' allowing to pass through transparency flag from higher API (details / cgit)
  5. Texture: Ignore enable/disable for GL_TEXTURE_EXTERNAL_OES; TextureCoords: Add convenience coord transfer method to buffer. (details / cgit)
  6. GLContext: Don't enable TRACE_SWITCH if DEBUG is enabled. (details / cgit)
  7. AndroidWindow/NewtBaseActivity: Properly split functionality, remove android.view.Window reference and use from AndroidWindow; Force transparency flag; Multiple NEWT Windows in Activity. (details / cgit)
  8. GLArrayData*: toString(): Dump the vboOffset in decimal (details / cgit)
  9. Ant Build: Split 2nd pass in android and non-android builds. The former uses the Android API JAR for android specifics. (details / cgit)
  10. GLMediaPlayer: API and implementation update. First working version on Android API 14 (details / cgit)
  11. Add Android API 14 GLMediaPlayer demo: MovieSimple (details / cgit)
  12. GLMediaPlayer/MovieSimple: Refine API (split setStream(GL, URL) -> initStream(URL) + initGL(GL)) .. IllegalStateException if wrong. Using internet streams of BigBuckBunny, if avail. (details / cgit)
  13. Split Android MovieSimple Launcher to 3 (details / cgit)
  14. NEWT/Android: Add notion of 'brokenFocusChange' for Android impl, where requestFocus and focusChanged is always forced (details / cgit)