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

Changes

Summary

  1. Rename NEWT KeyEvent Unit tests to end w/ AWT, otherwise no AWT classes (details)
  2. Graph Shader: Using default precision values (VP: highp, FP: mediump), (details)
  3. Complete Rename NEWT KeyEvent Unit tests, commit (details)
  4. FixedFuncPipeline: Use proper shader version and make GLSL code (details)
  5. GLContextImpl GLRendererQuirks.RequiresBoundVAO: Use isGL3() instead of (details)
  6. GLSL Unit tests .. make them all GLSL version proof (details)
  7. Fix GLSL unit tests - Add GLSL version customization, fix one wrong (details)
Commit 85851c9839d620bcbbd07b6ca833f1a5901831cc by Sven Gothel
Rename NEWT KeyEvent Unit tests to end w/ AWT, otherwise no AWT classes will be included in unit test run.
The file was addedsrc/test/com/jogamp/opengl/test/junit/newt/TestNewtKeyCodeAWT.java (diff)
The file was removedsrc/test/com/jogamp/opengl/test/junit/newt/TestKeyCodeNEWT.java (diff)
The file was removedsrc/test/com/jogamp/opengl/test/junit/newt/TestKeyEventOrderNEWT.java (diff)
The file was addedsrc/test/com/jogamp/opengl/test/junit/newt/TestNewtKeyEventAutoRepeatAWT.java (diff)
The file was addedsrc/test/com/jogamp/opengl/test/junit/newt/TestNewtKeyPressReleaseUnmaskRepeatAWT.java (diff)
The file was removedsrc/test/com/jogamp/opengl/test/junit/newt/TestKeyPressReleaseUnmaskRepeatNEWT.java (diff)
The file was addedsrc/test/com/jogamp/opengl/test/junit/newt/TestNewtKeyEventOrderAWT.java (diff)
The file was removedsrc/test/com/jogamp/opengl/test/junit/newt/TestKeyEventAutoRepeatNEWT.java (diff)
Commit 74b78c6e59dbdfbd5630f534e9e61e3bac831302 by Sven Gothel
Graph Shader: Using default precision values (VP: highp, FP: mediump), except for sampler2D (mediump instead of lowp)
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/opengl/shader/curverenderer01-es2.vp (diff)
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/opengl/shader/curverenderer01-es2-merged.vp (diff)
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/opengl/shader/curverenderer01b-es2.fp (diff)
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/opengl/shader/curverenderer02a-es2.fp (diff)
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/opengl/shader/curverenderer01a-es2-merged.fp (diff)
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/opengl/shader/curverenderer02b-es2.fp (diff)
Commit cbbfb0170eee1fb57e6ddc47da082bd93fe7ad85 by Sven Gothel
Complete Rename NEWT KeyEvent Unit tests, commit 85851c9839d620bcbbd07b6ca833f1a5901831cc
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/newt/TestNewtKeyEventOrderAWT.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/newt/TestNewtKeyCodeAWT.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/newt/TestNewtKeyPressReleaseUnmaskRepeatAWT.java (diff)
The file was modifiedmake/scripts/tests.sh (diff)
The file was modifiedmake/scripts/tests-x64.bat (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/newt/TestNewtKeyEventAutoRepeatAWT.java (diff)
Commit bf0d4a8840addbd099b7b771c25f7135c64132a8 by Sven Gothel
FixedFuncPipeline: Use proper shader version and make GLSL code compatible w/ higher GLSL versions
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/glsl/ShaderCode.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/FixedFuncColorLight.vp (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/FixedFuncPoints.vp (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/FixedFuncColor.vp (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/FixedFuncPipeline.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/FixedFuncColor.fp (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/FixedFuncColorTexture.fp (diff)
The file was modifiedsrc/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/FixedFuncPoints.fp (diff)
Commit a192426862ad6f05c3351dbaf9880d00707c01bc by Sven Gothel
GLContextImpl GLRendererQuirks.RequiresBoundVAO: Use isGL3() instead of simple major version number check.
The file was modifiedsrc/jogl/classes/jogamp/opengl/GLContextImpl.java (diff)
Commit edb04d01099135ac400cd9d84bda6d0b6ca56953 by Sven Gothel
GLSL Unit tests .. make them all GLSL version proof
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/mgl_default_xxx.vp (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/mgl_default_xxx.fp (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/texture01_xxx.fp (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/PointsShader.vp (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/elektronenmultiplizierer_development.fp (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/texture01_xxx.vp (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/RedSquareShader.fp (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/gears.fp (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/PointsShader.fp (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/texsequence_xxx.fp (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/RedSquareShader.vp (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/ruler.fp (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/default.vp (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/RedSquareShader2.fp (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/elektronenmultiplizierer_port.fp (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/texture02_xxx.fp (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/texsequence_xxx.vp (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/gears.vp (diff)
Commit 6936c2e99ab767a96dce0e1fe386481611ea2a18 by Sven Gothel
Fix GLSL unit tests - Add GLSL version customization, fix one wrong 'HIGHP' usage
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/glsl/TestGLSLShaderState02NEWT.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/glsl/TestRulerNEWT01.java (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/RedSquareShader.fp (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/RedSquareShader2.fp (diff)
The file was modifiedsrc/test/com/jogamp/opengl/test/junit/jogl/glsl/TestGLSLShaderState01NEWT.java (diff)