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

Changes

Summary

  1. Adds a unit test for the bug 694 on gluScaleImage (details)
  2. TestBug694 -> TestBug694AWT so it properly gets picked up by the AWT (details)
  3. GLJPanel: Add DEBUG_VIEWPORT flag, Add USE_GLSL_TEXTURE_RASTERIZER flag, (details)
  4. GLJPanel: Updating GLJPanel documention w/ current mode of operation (details)
  5. Fix buggy unit test for Bug 694: The unpack alignment has to be (details)
  6. Fix Mix2TexturesES2 unit tests: Use synchronized texID access and add (details)
Commit e2d2d4cc048e462ffa5efdc1737caad9d2fe0ef7 by gouessej
Adds a unit test for the bug 694 on gluScaleImage
The file was addedsrc/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug694.java (diff)
Commit 2cf74ca4d4d7f41e8e416bfa14fe07f175dff62b by Sven Gothel
TestBug694 -> TestBug694AWT so it properly gets picked up by the AWT unit test ant task.
The file was addedsrc/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug694AWT.java (diff)
The file was removedsrc/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug694.java (diff)
Commit 59a1ab0312492a251a0efc700d040a5f71e88611 by Sven Gothel
GLJPanel: Add DEBUG_VIEWPORT flag, Add USE_GLSL_TEXTURE_RASTERIZER flag, DEBUG reshape trace.

- Add DEBUG_VIEWPORT flag
  Via explicit property 'jogl.debug.GLJPanel.Viewport' (not via jogl.debug=all)
  Traces the current GL Viewport in OffscreenBackend.postGL(..)

- Add USE_GLSL_TEXTURE_RASTERIZER flag
  Via explicit property 'jogl.gljpanel.noglsl'.
  Disables use of GLSL FBO flipping.

DEBUG reshape trace
The file was modified src/jogl/classes/javax/media/opengl/awt/GLJPanel.java (diff)
Commit d143475e995e473c142fd34be2af6521246f014a by Sven Gothel
GLJPanel: Updating GLJPanel documention w/ current mode of operation
The file was modified src/jogl/classes/javax/media/opengl/awt/GLJPanel.java (diff)
Commit b29f221c903aefdf99af8e8a8544b2223036454f by Sven Gothel
Fix buggy unit test for Bug 694: The unpack alignment has to be considered!
The file was modified src/jogl/classes/com/jogamp/opengl/util/GLPixelStorageModes.java (diff)
The file was removedsrc/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug694AWT.java (diff)
The file was addedsrc/test/com/jogamp/opengl/test/junit/jogl/glu/TestBug694ScaleImageUnpackBufferSizeAWT.java (diff)
Commit d3672684177a98a58c434bcd27541f44917050f3 by Sven Gothel
Fix Mix2TexturesES2 unit tests: Use synchronized texID access and add glFinish() after demo -> FBO rendering on or off thread.

Fixes shared GLContext OSX rendering.
The file was modified make/scripts/tests.sh (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestFBOOnThreadSharedContext1DemoES2NEWT.java (diff)
The file was addedsrc/test/com/jogamp/opengl/test/junit/jogl/demos/GLFinishOnDisplay.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/Mix2TexturesES2.java (diff)
The file was modified src/test/com/jogamp/opengl/test/junit/jogl/acore/TestFBOOffThreadSharedContextMix2DemosES2NEWT.java (diff)