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

Changes

Summary

  1. Add / Use gluegen.basename prop. for remote ssh test (details)
  2. Software Rasterizer: Add 'Mesa X11' to GL_RENDERER list. EGLDrawable: (details)
Commit d302e063a6cd344c951c2eef56247b43c896c8cf by Sven Gothel
Add / Use gluegen.basename prop. for remote ssh test
The file was modifiedmake/build-test.xml (diff)
Commit 03697923f27df06343f8885f1c1b70bf4b3af9c2 by Sven Gothel
Software Rasterizer: Add 'Mesa X11' to GL_RENDERER list. EGLDrawable: Remove getWidth()/getHeight() EGL surface queries.

EGLDrawable: Remove getWidth()/getHeight() EGL surface queries.
This code is not only redunant, since the surface dimension is known in the NativeWindow surface
returned by GLDrawableImpl., but also causes an exception since the EGL surface might not be realized
at the time it's dimension is being queried.
The file was modifiedsrc/jogl/classes/jogamp/opengl/GLContextImpl.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/egl/EGLDrawable.java (diff)