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

Changes

Summary

  1. Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part1: (details)
  2. Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part1b: (details)
  3. Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part2: (details)
  4. Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part3: (details)
  5. Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part4: (details)
  6. Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part5: (details)
Commit ac12471cf29ad64364e85815fb3294b20fc81808 by Sven Gothel
Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part1:
Update Khronos Headers
The file was modifiedmake/stub_includes/opengl/GL/wglext.h (diff)
The file was modifiedmake/stub_includes/opengl/GL/glext.h (diff)
The file was removedmake/stub_includes/opengl/GLES3/gl31.h (diff)
The file was modifiedmake/stub_includes/opengl/gles3.c (diff)
The file was modifiedmake/stub_includes/opengl/GL/glcorearb.h (diff)
The file was modifiedmake/stub_includes/opengl/GLES2/gl2ext.h (diff)
The file was addedmake/stub_includes/opengl/GLES3/gl3x.h (diff)
The file was modifiedmake/stub_includes/egl/EGL/egl.h (diff)
The file was modifiedmake/stub_includes/opengl/GL/glxext.h (diff)
Commit 4dd90058ea5a23ee13d86d5444af209764aac10a by Sven Gothel
Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part1b:
Update Khronos Headers eglext.h (missed)
The file was modifiedmake/stub_includes/egl/EGL/eglext.h (diff)
Commit 21a23e8d0256f38aaf6e054ec60bbbcae9ca1855 by Sven Gothel
Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part2:
Update gluegen configs
+#
+# Ignored new extensions added in gl2ext.h 2015-10-06
+# see jogl/make/scripts/diff-gl2ext.sh
+# FIXME: Refine for 2.4.0
+#
+IgnoreExtension GL_KHR_no_error
+IgnoreExtension GL_EXT_YUV_target
+IgnoreExtension GL_EXT_blend_func_extended
+IgnoreExtension GL_EXT_buffer_storage
+IgnoreExtension GL_EXT_color_buffer_float
+IgnoreExtension GL_EXT_float_blend
+IgnoreExtension GL_EXT_multisampled_compatibility
+IgnoreExtension GL_EXT_post_depth_coverage
+IgnoreExtension GL_EXT_raster_multisample
+IgnoreExtension GL_EXT_sparse_texture
+IgnoreExtension GL_EXT_texture_filter_minmax
+IgnoreExtension GL_EXT_texture_sRGB_R8
+IgnoreExtension GL_EXT_texture_sRGB_RG8
+IgnoreExtension GL_OVR_multiview
+IgnoreExtension GL_OVR_multiview2
The file was modifiedmake/config/jogl/gl-common.cfg (diff)
The file was modifiedmake/config/jogl/gl-if-gl-ignores.cfg (diff)
The file was modifiedmake/config/jogl/gl-if-es3.cfg (diff)
The file was modifiedmake/config/jogl/gl-if-gl4_es3.cfg (diff)
The file was modifiedmake/config/jogl/gl-if-gl3_es3.cfg (diff)
The file was modifiedmake/config/jogl/es3-headers.cfg (diff)
The file was modifiedmake/config/jogl/gl-if-gl2_es2-ignores.cfg (diff)
The file was modifiedmake/config/jogl/gl-common-extensions.cfg (diff)
The file was modifiedmake/config/jogl/gl-es3-impl.cfg (diff)
The file was modifiedmake/config/jogl/gl-if-gl2_es3-ignores.cfg (diff)
The file was modifiedmake/config/jogl/gl-if-gl2es3-subset.cfg (diff)
Commit 9c9577f2685053677b477365fb5ffa1cb2f53d03 by Sven Gothel
Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part3:
GLEmitter: Don't RenameExtensionIntoCore for IgnoredExtensions
The file was modifiedsrc/jogl/classes/com/jogamp/gluegen/opengl/GLEmitter.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/gluegen/opengl/GLConfiguration.java (diff)
Commit 570ed512114dc1e060a2e4a7bce954c1b4b3d15c by Sven Gothel
Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part4:
Fix GLNameResolver: Add all known vendor extensions
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/gluegen/runtime/opengl/GLNameResolver.java (diff)
Commit 96e71b020a48e8a01e3790e81bd888977d9cab6d by Sven Gothel
Bug 1189 - Add OpenGL ES 3.2 and new GL 4.5 Extensions support - Part5:
GL_ARB_ES3_2_compatibility -> [GL|GLContext].isGLES32Compatible()
The file was modifiedmake/config/jogl/gl-impl-CustomJavaCode-gles1.java (diff)
The file was modifiedmake/config/jogl/gl-impl-CustomJavaCode-gl4bc.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/GLExtensions.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/GLContextImpl.java (diff)
The file was modifiedmake/config/jogl/gl-impl-CustomJavaCode-gles3.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/GLContext.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/GLBase.java (diff)