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

Change Log History

Originally from build #1050

Changes
  1. Fix FFMPEGMediaPlayer: Only use RED for GL3ES3 profiles, otherwise stick w/ ALPHA (regression of e92e561df9673ce77783d6fa3815a942a39a53c0) (details / cgit)
  2. Redefine: isGLES3Compatible() and isGL4ES3(), i.e. allow GL4ES3 usage in case proper ES3_compat is given. (details / cgit)
  3. Fix GLContext.isGLES3CompatAvailable(..) API doc and reorder query (from commit 1a20ef3aa1dc9acedd7da0475ee19d4c40b18498) (details / cgit)
  4. Texture: Fix 'premultiply alpha' semantics in API doc description. Texture class does _nor_ premultiply RGBA image data by default! (details / cgit)
  5. Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add GLProfile argument, similar to canCreateFBO(..) (details / cgit)
  6. X11GLXContext: Remove redundant manual aliasing of ext. names in isExtensionAvailable() - impl. uses a mapping. (details / cgit)
  7. More shader fixes for core (GLSL 150): texture2D -> texture, texture3D is deprecated in 130 and removed in 150. (details / cgit)

Originally from build #1049

Changes
  1. Fix BuildComposablePipeline's isGL*/getGL* ; GLBase: getDownstreamGL()/getRootGL(); GLContext.isGL* added proper API doc., isGL3core()/hasNoDefaultVAO() and getDefaultVAO(). (details / cgit)
  2. Fix value range of CTX_* options bits, regression of commit 3a0d7703da32e9a5ddf08a334f18588a78038d88 (details / cgit)
  3. WWW: Add JaamSim; Use local VolumeViewer png (details / cgit)
  4. WWW: Resize insparia png (details / cgit)
  5. Fix PointsDemoES1: No zero point size allowed (details / cgit)
  6. Only use base pipelines for Trace/Debug, mock others (ES2, GL2, ..); BuildComposablePipeline: Unify GL identify methods (details / cgit)
  7. GL*: Expose isGL*Core(); GLContext: isGL*() API doc cleanup - align queries. (details / cgit)
  8. GLProfile: Abstract profile to impl. mapping, i.e. GL2ES2 -> GL3, favors core profile now - no more OSX exception! (details / cgit)
  9. Texture: Skip glEnable/glDisable TEXTURE target if using a core context! (details / cgit)
  10. FFMPEGMediaPlayer: Use GL_RED instead of deprecated GL_ALPHA, otherwise won't work w/ core >= GL3 profiles (details / cgit)
  11. GPUUISceneGLListener0A: Rotate on vertical scroll .. (details / cgit)
  12. Tests: Cleanup for GL core usage (Skip texture enable/disable, proper GLSL version number, use VBO only, ...) (details / cgit)
  13. Tests: Cleanup for GL core usage p2 - (Proper GLSL version number) (details / cgit)

Originally from build #1048

Changes
  1. Fix regressions of commit 3a0d7703da32e9a5ddf08a334f18588a78038d88: Avoid CPP redefinitions (details / cgit)

Originally from build #1047

Changes
  1. Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717) (details / cgit)
  2. StringBuffer -> StringBuilder (details / cgit)