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

#1073 (Sep 6, 2013, 4:50:11 AM)

Started 11 yr ago
Took 53 min on linux64-AMD58xx-debian7-jogamp-x64-sgothel-002

Started by upstream project jogl build number 1073
originally caused by:

  • Started by upstream project joal-demos build number 369
    originally caused by:
    • Started by upstream project joal build number 473
      originally caused by:
Revision: 6ef3c22ac6d633f8c0b903b34d5e3d7736f3a040
Repository: git://jogamp.org/srv/scm/jogl.git
  • origin/master
Test Result (1 failure / -1)
Changes
  1. Fix Bug 810: Adding Julien Gouesse's fix while moved the new (details / cgit)
  2. GL*, GLContext: Expose isGL2ES3() and getGL2ES3() for convenience. (details / cgit)
  3. GLBuffers: Align comment (details / cgit)
  4. GLPixelStorageModes: Fix API doc references, Add (details / cgit)
  5. GLReadBufferUtil.readPixels(..): Use plain int values for (details / cgit)
  6. Gears: Make rotation optional (details / cgit)
  7. Cleaned up TiledRenderer capable to be used w/ GL2ES3 and TiledRenderer2 (details / cgit)
  8. Test scripts .. (details / cgit)
  9. GLPixelBuffer*: Add componentCount==1 (ALPHA/RED), 'allowRowStride' (details / cgit)
  10. PNGImage: Bounds check in getPixelRGBA8(..) and setPixelRGBA8(..) (details / cgit)
  11. TileRenderer: Unify TileRenderer, add RandomTileRenderer (both utilizing (details / cgit)
  12. TileRenderer*: Align impl. to common abstract superclass (details / cgit)
  13. TileRenderer*: Enhance API Doc; Cleanup OO; Remove PMVMatrixCallback, (details / cgit)
  14. TileRendererBase: Add toString(), Proper tile unit test names, i.e. add (details / cgit)
  15. TileRendererBase: Add interface TileRendererNotify, to notify (details / cgit)
  16. TileRendererBase: API-doc cleanup; Fix GLCanvas, WIP printing .. (details / cgit)
  17. GLCanvas Printing WIP - Add TestTiledPrintingGearsAWT (details / cgit)
  18. GLVBOArrayHandler: Remove unused imports (details / cgit)
  19. Test scripts .. (details / cgit)
  20. TestTiledPrintingGearsAWT: Fix margin translate for high dpi, i.e. other (details / cgit)
  21. Add TestGLContextDrawableSwitch02AWT: Test AWT GLCanvas <-> (details / cgit)
  22. GLDrawableUtil.swapGLContextAndAllGLEventListener: Fix comment - Add (details / cgit)
  23. TileRenderer*: TileRenderer adds setTileOffset(..), getParam(pname) (details / cgit)
  24. TileRendering / Gears: Clarify PMV math, if tiling use white background (details / cgit)
  25. GLCanvas Printing WIP: Swap to offscreen at setupPrint(); Use (details / cgit)