Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Started 12 yr ago
Took 50 sec on linux64-AMD58xx-ubuntu10-jogamp-x32-sgothel-001
Failed

#255 (Sep 2, 2011, 10:38:11 AM)

Changes
  1. cl_apple_gl_sharing -> cl_APPLE_gl_sharing. (details / gitweb)
  2. added CLDeviceFilters utility api. (details / gitweb)
  3. added queueMode to filter utilities. (details / gitweb)
  4. fixed a bug which used a wrong eventlist offset under certain conditions (details / gitweb)
  5. fixed bug 491 "createImage3d incorrect arguments" (details / gitweb)
  6. made 3d version of putCopyImage less restrictive, its now possible to (details / gitweb)
  7. CachedBufferFactory constructors for CLEventList allows efficient (details / gitweb)
  8. using Buffers.sizeOfBufferElem(buffer) instead of old private (details / gitweb)
  9. equals of CLMemory should also check the nio buffer. (details / gitweb)
  10. CLBuildConfiguration.save(..) should store device index and not the (details / gitweb)
  11. CLEventList uses now buffer.duplicate() to create a view of the buffer (details / gitweb)
  12. code cleanup in CLProgramBuilder.writeObject(). (details / gitweb)
  13. CLProgram.getSource() should not throw CLInvalidValueException if (details / gitweb)
  14. added mapped CLMemory argument to putUnmapMemory for more flexibility. (details / gitweb)
  15. reverted a3654a0b8a4e0c9e246aa04019bf1d5a09e7a28d (details / gitweb)
  16. duplicate buffer before changing its position. (details / gitweb)
  17. fixed race condition in eventsTest() (details / gitweb)
  18. added a set of put3DRangeKernel utility methods. (details / gitweb)
  19. added createBufferTest (details / gitweb)
  20. switched from PointerBuffer to NativeSizeBuffer. (details / gitweb)
  21. more acquire/releaseGLObject methods, made CLGLObject interface public. (details / gitweb)
  22. added glSharing(GLContext context) filter utitlity + code cleanup (details / gitweb)
  23. - CLGLBuffer size must now be specified when the buffer is created (details / gitweb)
  24. using CL_CGL sharegroup for context creation on mac + enabled CLGLTest (details / gitweb)
  25. missing rewind() (details / gitweb)
  26. generator should use IllegalArgumentException instead of CLException for (details / gitweb)
  27. using device name and platform vendor suffix for device identification. (details / gitweb)
  28. initial import of CLMultiContext utility and test. (details / gitweb)
  29. initial import of CLCommandQueuePool and CLTask. (details / gitweb)
  30. added finish action and several utility methods, WIP. (details / gitweb)
  31. worker threads should be deamons and should have a name (like all evil (details / gitweb)
  32. one context per device to workaround driver bugs - may change in future. (details / gitweb)
  33. introduced CLQueueContext and its factory - WIP. (details / gitweb)
  34. added context switching functionality. (details / gitweb)
  35. concurrent utils bugfixes and improvements. (details / gitweb)
  36. added submitAll() utility method (details / gitweb)
  37. fixed old TODO + better toString() formatting. (details / gitweb)
  38. moved all cl calls to CLInfoAccessor (CLDevice and CLPlatform). (details / gitweb)
  39. CLKernel code review. (details / gitweb)
  40. clarified stream closing in javadoc, initial capacity for StringBuilder. (details / gitweb)
  41. updated build HowTo, simplified instructions + updated links. (details / gitweb)
  42. CLAccessor SPI - initial refactorings. (details / gitweb)
  43. fixed event-condition test which failed sporadically with out-of-order (details / gitweb)
  44. introduced CLAccessorFactory spi and threadlocal default impl for (details / gitweb)
  45. LLB refactoring. (details / gitweb)
  46. javadoc updates. (details / gitweb)
  47. renamed binding interfaces so we don't have a conflict with HLB. (details / gitweb)
  48. CLContext uses now CLContextBinding interface. (details / gitweb)
  49. added blocking waitForEvents() methods to CLEventList. (details / gitweb)
  50. automatic header update (one new extension + minor modifications). (details / gitweb)
  51. internal refactoring to use new binding interfaces in highlevel api (details / gitweb)
  52. added another factory method to CLMultiContext. (details / gitweb)
  53. - added isReleased() to CLResource, made CLObject public. (details / gitweb)
  54. CLKernel short setters, setArgs(Object... values) for convenient (details / gitweb)
  55. varargs createProgram(...) methods for convenient concatenation. (details / gitweb)
  56. CLCommandQueuePool support for invokeAny(tasks). (details / gitweb)
  57. utility create and init CLKernel method. (details / gitweb)
  58. added factory method (Collection<CLPlatform> ...) (details / gitweb)
  59. public CLEvent constructor + missing @Override (details / gitweb)
  60. corrected mistake: CLEvent constructor should be protected not public. (details / gitweb)
  61. - initial import of CLTaskCompletionService. (details / gitweb)
  62. fixed ant property name (details / gitweb)
  63. CLKernel utility methods for setting vector arguments with up to 4 (details / gitweb)
  64. changed impl to use an extended ThreadPoolExecutor directly. (details / gitweb)
  65. changed resource release synchronization in a way that we can allow (details / gitweb)
  66. redesigned CLCommandQueuePool. (details / gitweb)
  67. custom impl for clGetExtensionFuncitonAddress binding to remove a few (details / gitweb)
  68. renamed setNullArg to setArgSize, since its currently the sole usecase (details / gitweb)
  69. initial subdevice support. (details / gitweb)
  70. fixed generics to accept subdevices. (details / gitweb)
  71. trivial javadoc fixes. (details / gitweb)
  72. added missing license headers. (details / gitweb)
  73. unused parameters - fixed copy&paste bug in read/writeBufferRect method (details / gitweb)
  74. fixed generics and vargs warning. (details / gitweb)
  75. initial import of CLWork. Integrated in CLCommandQueue, added junit (details / gitweb)
  76. refactoring; extracted CLAbstractExecutorService and CLPoolable. (details / gitweb)
  77. made dimension and kernel public final in CLWork. (details / gitweb)
  78. initial import of CLForkJoinPool, a JOCL variant of the Java 7 (details / gitweb)
  79. javadoc improvements in concurrent package. (details / gitweb)
  80. renamed CLAbstractExecutorService -> CLExecutorService. (details / gitweb)
  81. fixed another concurrent modification bug after testing on AMD, NV and (details / gitweb)
  82. minor ant cleanup, removed 7zip dependency. (details / gitweb)
  83. incremented version to 0.9.1 (details / gitweb)
  84. namespace for native libs to enable cp libloading (details / gitweb)
  85. removed old scripts (details / gitweb)
  86. bugfix: [CLWork codepath] local WS must be null if all elements are 0. (details / gitweb)

Started by upstream project jogl_onmaster build number 286
originally caused by:

Revision: c967d61484154911245d213fe0820e2b2d2af549
  • origin/master

Configurations

default