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

Changes

Summary

  1. Fixes the problem of high memory consumption in TextRenderer (single (details)
  2. JUnit: Adding Test*NOUI* test pattern for unit test w/o any UI (details)
  3. JUnit tests for gluProject and gluUnproject (details)
  4. junit glu: proper path and NOUI class suffix (details)
  5. TextRenderer: Fix imports / Add jogamp license (details)
  6. Bugfix (Bug 464 - TextRenderer useVertexArray was ignored) (details)
  7. unit test for Bug464 added (cleaned CRLF/merged version; own text (details)
Commit 314d694855774eef907c65f8f304056dcc87de6a by Sven Gothel
Fixes the problem of high memory consumption in TextRenderer (single merged w/o whitespace)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/awt/TextRenderer.java (diff)
Commit 7fac7bd6fd3524bb9ce438410fa972f07884878d by Sven Gothel
JUnit: Adding Test*NOUI* test pattern for unit test w/o any UI (AWT/NEWT)
The file was modifiedmake/build-test.xml (diff)
Commit daea466337b1ed37e7e59d5a482ec69290155220 by Sven Gothel
JUnit tests for gluProject and gluUnproject
The file was addedsrc/junit/com/jogamp/test/junit/jogl/glu/TestGluUnprojectFloat.java (diff)
The file was addedsrc/junit/com/jogamp/test/junit/jogl/glu/TestGluUnprojectDouble.java (diff)
Commit e49386191079b08ee216f056338979be80029264 by Sven Gothel
junit glu: proper path and NOUI class suffix
The file was removedsrc/junit/com/jogamp/test/junit/jogl/glu/TestGluUnprojectDouble.java (diff)
The file was addedsrc/test/com/jogamp/opengl/test/junit/jogl/glu/TestGluUnprojectFloatNOUI.java (diff)
The file was addedsrc/test/com/jogamp/opengl/test/junit/jogl/glu/TestGluUnprojectDoubleNOUI.java (diff)
The file was removedsrc/junit/com/jogamp/test/junit/jogl/glu/TestGluUnprojectFloat.java (diff)
Commit 7b9e0c29128f045f787bb5c4ed010628635f7b83 by Sven Gothel
TextRenderer: Fix imports / Add jogamp license
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/awt/TextureRenderer.java (diff)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/awt/TextRenderer.java (diff)
Commit e894ead4feb75efc0246da0d5b8d3005342c6c1c by Sven Gothel
Bugfix (Bug 464 - TextRenderer useVertexArray was ignored)
The file was modifiedsrc/jogl/classes/com/jogamp/opengl/util/awt/TextRenderer.java (diff)
Commit 2be6672f08e0217f886256ffca1f2b4152f164cc by Sven Gothel
unit test for Bug464 added (cleaned CRLF/merged version; own text subpackage)
The file was addedsrc/test/com/jogamp/opengl/test/junit/jogl/awt/text/TextRendererTraceGL2Mock01.java (diff)
The file was addedsrc/test/com/jogamp/opengl/test/junit/jogl/awt/text/TextRendererGLEventListener01.java (diff)
The file was modifiedmake/scripts/tests.sh (diff)
The file was addedsrc/test/com/jogamp/opengl/test/junit/jogl/awt/text/TestAWTTextRendererUseVertexArrayBug464.java (diff)