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

linux-x86_64-master-001 (Dec 27, 2012, 8:09:54 AM)

Started 12 yr ago
Took 11 min on linux64-null-centos55-jogamp-x64-chuck-001

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

Revision: f514582845efaf2bf41cbcbeb1e2378d224b11a3
Repository: git://jogamp.org/srv/scm/jogl.git
  • origin/master
Changes
  1. GLCanvas: Avoid NPE in debug mode @ reshape (duh) (details / githubweb)
  2. Fix Windows ANGLE Workaround Regression of commit (details / githubweb)
  3. FBO ResetQuirk: Dump only brief information (OS, GL, JOGL sha1), the (details / githubweb)
  4. FixedFuncPipeline: Optimize shader resource, if preset != (details / githubweb)
  5. FixedFuncPipeline: Use resource efficient texture shader in AUTO mode as (details / githubweb)
  6. FixedFuncPipeline: Use ES2/GL2 prelude and set default precision. Shader (details / githubweb)
  7. FixedFuncColorTexture.fp: Remove unused local var (details / githubweb)
  8. jogl: fix bit shift error in LEDataInputStream (details / githubweb)
  9. jogl: remove infinite loop in Path2D.contains(AABBox) (details / githubweb)
  10. jogl: fix bad format string in PngChunkTIME (details / githubweb)
  11. ImmModeSink: Fix buffer grow (+1 element @ named buffer), enable DEBUG_* (details / githubweb)
  12. Path2D: Reuse 'contains(..)' method, footprint (details / githubweb)
  13. Minor NEWT Display/Screen API doc (details / githubweb)
  14. FixedFuncPipeline/Hook: Add glColor4ub() w/ value conversion, make (details / githubweb)
  15. ImmModeSink: Add glColor3ub(), glColor4ub(); Add proper value conversion (details / githubweb)
  16. ImmModeSink VBO: Update single buffers (vertex, color, ..) if once (details / githubweb)
  17. ImmModeSink: Add resizeElementCount, allowing user to set a lower (details / githubweb)
  18. ImmModeSink: Pretty'fying Ctor/Factory methods argument list (details / githubweb)
  19. FixedFuncPipeline: Cache current ShaderSelectionMode, update PMVMatrix (details / githubweb)
  20. FixedFuncPipeline: Don't handle CullFace, ES2 impl. already takes care (details / githubweb)
  21. NEWT / BCM-VC-IV: Fix transparency according to given capabilities (details / githubweb)
  22. EGLDrawableFactory: Detect ES1 implementation within ES2 library, if not (details / githubweb)
  23. Add GenericGLCapabilitiesChooser: Dropping (details / githubweb)
  24. Fix commit 48bcceaf611a17bb3795aa9fe25a0e0c726879f7, (details / githubweb)
  25. NEWT ScreenMode Change Failover / Window.setFullscreen() shall use (details / githubweb)
  26. FixedFuncPipeline: Add GL_POINT* state tracking; Fix glDrawArrays(): (details / githubweb)
  27. FFP-Emu: Adding simple POINTS shader ; Adding GLRunnable2 interface, (details / githubweb)
  28. Fix ImmModeSink Padding: Fourth element default value (vertex/color) is (details / githubweb)
  29. FixedFuncPipeline GL_POINTS: Fix gl_PointSize (attribute data format), (details / githubweb)
  30. FixedFuncHook/ImmModeSink: Fix *Pointer 'normalized' parameter (details / githubweb)
  31. ImmModeSink: Reduce DEBUG_* print a bit (no this.toString()) (details / githubweb)
  32. Fix regression of commit 40d01bef2a1db44533472c37961aabbef68de644: Test (details / githubweb)
  33. FixedFuncPipeline: Require GLSL 1.20 (GL 2.1) due to GL driver bugs in (details / githubweb)
  34. tests.sh: TestPointsNEWT (details / githubweb)
  35. jogl: use Boolean TRUE/FALSE constants for values that will be (details / githubweb)
  36. Fix Bug 630: packedDepthStencilAvail didn't check for (details / githubweb)
  37. Adapt to GlueGen change 08a8defda8b6f49eb794cf787f688ba65bfe7b37 (details / githubweb)
  38. GLContext: Produce and expose GLSL version as VersionNumber and version (details / githubweb)
  39. ShaderCode: Add defaultShaderCustomization(..) to prelude shader source (details / githubweb)
  40. Fix Bug 601 - Auto-Repeat Behavior: Adding unit tests for typed key (details / githubweb)
  41. NEWT KeyEvent: Fix intendation (details / githubweb)
  42. NEWT KeyEvent: Remove invalid version remarks. (details / githubweb)
  43. Fix Bug 631 and enhance 601: Handle multiple keys (pressed, released, (details / githubweb)
  44. NEWT KeyEvent (Windows, OSX): Check whether keyCode is tracked before (details / githubweb)
  45. Fix NEWT KeyCode: Basic KeyCode Validation on X11, Windows and OSX (details / githubweb)
  46. NEWT X11 Display: Ignore events w/ NULL window, instead of throwing a (details / githubweb)
  47. Minor edits FBObject/GearsObject (details / githubweb)
  48. GearsES2/RedSquareES2: Dump GLRendererQuirks at init. (details / githubweb)
  49. GLRendererQuirks: Add RequiresBoundVAO (w/ impl.), GLSLBuggyDiscard (details / githubweb)
  50. Rename NEWT KeyEvent Unit tests to end w/ AWT, otherwise no AWT classes (details / githubweb)
  51. Graph Shader: Using default precision values (VP: highp, FP: mediump), (details / githubweb)
  52. Complete Rename NEWT KeyEvent Unit tests, commit (details / githubweb)
  53. FixedFuncPipeline: Use proper shader version and make GLSL code (details / githubweb)
  54. GLContextImpl GLRendererQuirks.RequiresBoundVAO: Use isGL3() instead of (details / githubweb)
  55. GLSL Unit tests .. make them all GLSL version proof (details / githubweb)
  56. Fix GLSL unit tests - Add GLSL version customization, fix one wrong (details / githubweb)
  57. TestNewtKeyEventAutoRepeatAWT: Wait for 'some' KeyEvents and check (details / githubweb)
  58. GLRendererQuirks.RequiresBoundVAO: Removed, it _is_ in the GL 3.2 core (details / githubweb)
  59. EGL/EGLExt Robustness: Use NIODirectOnly for all bindings. For these (details / githubweb)
  60. GLX/GLXExt Robustness: Use NIODirectOnly for all bindings. For these (details / githubweb)
  61. CGL/CGLExt Robustness: Use NIODirectOnly for all bindings. For these (details / githubweb)
  62. WGL/WGLExt Robustness: Use NIODirectOnly for all bindings. For these (details / githubweb)
  63. NEWT/OSX getLocationOnScreenImpl(..): Use real (details / githubweb)
  64. Fix AWTRobotUtil.keyType(..): 'c0' start count must be outside of retry (details / githubweb)
  65. TestNewtKey*: Don't test TAB (focus traversal, duh!); Add (details / githubweb)
  66. NEWT Windows: Add more verbose DEBUG information for FOCUS handling (details / githubweb)
  67. Fix regression of commit e5692f615a8c40e7ca750261baf5e8ecdb0a34b8: (details / githubweb)
  68. Fix NEWT KeyEvent: Deliver keyChar w/ pressed and released; Deliver (details / githubweb)
  69. ShaderProgram: Program name is valid if non zero; Add init(GL) return (details / githubweb)
  70. TestInitConcurrent02NEWT: Disabled for auto unit test until further (details / githubweb)
  71. Shader: Add '#define texture2D texture' for GLSL >= 130 ; (details / githubweb)
  72. Add OSX CALayer OpenGL 3 (core) support: Derive pixelformat from parent (details / githubweb)
  73. Fix ProjectFloat (Bug 633): Adding missing offset of sliced buffer (details / githubweb)
  74. Fix Unit Tests regarding commit (details / githubweb)
  75. *FontLoader: Order fields in init-order, make private. (details / githubweb)
  76. jogl-test-applets: Add 'force gl3' GearsES2 Applet for GL3 core testing (details / githubweb)
  77. MacOSXCGLContext: Fix ShaderCode instantiation .. (duh!) ; Tested via (details / githubweb)
  78. Notes: NVIDIA Tegra discard problem ; TestSharedContextVBOES2NEWT (details / githubweb)
  79. NEWT Windows KeyEvent: We have to store the keyChar for typed events, (details / githubweb)
  80. NEWT KeyEvent API doc: Document Windows shift+non-uppecase_char, commit (details / githubweb)
  81. MacOSXCGLContext[NSOpenGLLayer/NSView]: Propagate drawable change (details / githubweb)
  82. GLAutoDrawable: Fix GLEventListener lifecycle and expose more user (details / githubweb)
  83. FPSAnimator: Wait '2 x period' or 20ms, whichever is greater in case of (details / githubweb)
  84. GLDrawableUtil.swapGLContextAndAllGLEventListener(..): Add glFinish() (details / githubweb)
  85. Adding Andres Colubri's Test Case (junit'fyed), which provokes a (details / githubweb)
  86. TestGLCanvasAWTActionDeadlock01AWT -> (details / githubweb)
  87. TestGLCanvasAWTActionDeadlock00AWT: Remove redundant argument (details / githubweb)
  88. TestGLCanvasAWTActionDeadlock01AWT: Reproducing OSX deadlock variation, (details / githubweb)
  89. Analyzed OSX Deadlock w/ AWT Applet & CALayer: Andres Colubri's Test (details / githubweb)
  90. GLAutoDrawable: Refine API change of commit (details / githubweb)
  91. TestGLCanvasAWTActionDeadlock0[01]AWT: Disable 'restart' test on current (details / githubweb)
  92. Fix GLDrawableHelper.recreateGLDrawable(..): Sync GL command stream (details / githubweb)
  93. GLFBODrawableImpl: Following suit w/ commit (details / githubweb)
  94. Bug 634 - Part 1: FBObject, Make MSAA 'samplingSink' mutable and add (details / githubweb)
  95. FBObject: Rename private fields for better reading: samplesSink* -> (details / githubweb)
  96. Fix GLAutoDrawable.dispose(): Dispose drawable even w/o context; (details / githubweb)
  97. Bug 634 - Part 1: Fix FBObject regression of commit (details / githubweb)
  98. Adding basic Frustum utility class interfacing w/ PMVMatrix. Still (details / githubweb)
  99. Fix Bug 636: Quaternion multiplication unexpected behavior (details / githubweb)
  100. Merge MathFloat into FloatUtil (details / githubweb)
  101. Reorganize math code into: com.jogamp.opengl.math and (details / githubweb)
  102. Cleanup Frustum Math Util: Independent / Compile Clean / Relocation ; (details / githubweb)
  103. AABBox: Add public direct setSize(..), skipping redundant reset() / (details / githubweb)
  104. Frustum: Simpler usage (ctor, update) no need for explicit compute() (details / githubweb)
  105. PMVMatrix: Add 'Frustum glGetFrustum()' adding same dirty/request (details / githubweb)
  106. GLDrawableHelper disposeAllGLEventListener(): Don't use cached listener (details / githubweb)
  107. Fix Graph SceneUIController: Remove Listener by itself in dispose() (details / githubweb)
  108. Added a condition to skip updateGraphicsConfigurationARB when (details / githubweb)
  109. Frustum: Passing Mv*P (column major order) (details / githubweb)
  110. Frustum: Print Plane's normals properly in toString() (details / githubweb)
  111. Validating Frustum w/ help of Eduard White olamedia@gmail.com, (details / githubweb)
  112. Adding Ref.: Frustum-Culling, Max Wagner (details / githubweb)
  113. Frustum: Clarify isOutside(AABBox) impl, add isOutside for point and (details / githubweb)
  114. Frustum: Cleanup / update; PMVMatrix: Fix mulPMV (details / githubweb)
  115. Frustum: Add doc. about Frustum's Plane's normal orientation (details / githubweb)
  116. Frustum: Clarify method names, fix point/sphere classification, add used (details / githubweb)
  117. NewtVersionActivity: Dump information in logcat (details / githubweb)
  118. Fix Bug : Quaternion multiplication unexpected behavior (details / githubweb)
  119. OSX CALayer Stencil/.. Fix: In case of FBO CALayer usage, use default (details / githubweb)
  120. Bug628: Adding unit test reproducing the deadlock realiable withing (details / githubweb)
  121. Fix SWTEDTUtil Bug628: Perform NEWT event dispatching on SWT-EDT, due to (details / githubweb)
  122. FPSAnimator: Add note on deamon-thread and JVM shutdown behavior. (details / githubweb)
  123. SWTEDTUtil/AWTEDTUtil: Fix deadlock situation in waitUntilStopped(), etc (details / githubweb)
  124. Add test-x64 script for running SWT junit test cases (only) - also (details / githubweb)
  125. SWT: Bump to version 4.3.0 M3 201210312000 (details / githubweb)
  126. SWTAccessor: OS_gtk_widget_unrealize optional (SWT 4.3) ; decorate (details / githubweb)
  127. SWTEDTUtil/AWTEDTUtil: Fix deadlock situations ; Cleanup (details / githubweb)
  128. X11Util/Xmisc setX11ErrorHandler: Force setting X11 error handler if (details / githubweb)
  129. Fix script lstjars.sh's pack200 list (details / githubweb)
  130. Fix regression of commit 4dd44b985fe0541be3a3bcd9045d201ed3ca2cc5: (details / githubweb)
  131. etc/profile.jogl: Fix OpenIndiana ARCH i86pc -> x86 (used currently for (details / githubweb)
  132. Complete commit 541bcc1eecc50656392e1fec1a27b08ab78eceff (SWT version (details / githubweb)
  133. Fix etc/test_dbg.sh: Missing jogl.all.jar -> jogl-all.jar (details / githubweb)
  134. SWT Solaris x86 files: Use version 4.2, 4.3.0-M3 fails, see README.txt (details / githubweb)
  135. SWTAccessor: Add SWT 4.3's X11-GTK version adaption (2.14, 2.24, 3.0) (details / githubweb)
  136. TestSWTJOGLGLCanvas01GLn: Use display.syncExec(..) where possible, add (details / githubweb)
  137. SWT GLCanvas: Fix dispose bug, check for isDisposed() and add (details / githubweb)
  138. NewtCanvasSWT: Add DisposeListener (details / githubweb)
  139. Fix for JOGL bug 629, and added new unit tests. (details / githubweb)
  140. Bug628: Adding unit-test 'TestNewtCanvasSWTBug628ResizeDeadlock' (details / githubweb)
  141. Simplify NEWT EDTUtil invoke: To start EDT Runnable maybe null - start (details / githubweb)
  142. Fix NewtCanvasSWT's newtChild usage: Only use set newtChild if it's (details / githubweb)
  143. NEWT WindowImpl: Don't issue native resize if invisible, simply use (details / githubweb)
  144. NEWT WindowImpl fixes: surfaceLockCount-- if native lock fails; (details / githubweb)
  145. Fix Bug 643: SWT 'display.asyncExec(Runnable runnable)' runnable not (details / githubweb)
  146. NEWT EDTUtil: Simplify running state (default is running @ (details / githubweb)
  147. SWT GLCanvas/NewtCanvasSWT: Check isVisible() @ validation; (details / githubweb)
  148. Fix GLDrawableHelper invokeGLImpl(..): Only attempt to release context (details / githubweb)
  149. SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using (details / githubweb)
  150. Update JOGL WWW page (Added sections: App, Util, Games, Old; Added (details / githubweb)
  151. Add Java3d and nifty-gui (details / githubweb)
  152. Add siggraph2012 (details / githubweb)
  153. WWW: reorder siggraph (details / githubweb)
  154. WWW: Link to Siggraph2012 page and use relative URL to wiki (details / githubweb)
  155. Cleanup GLContext special entries: getOffscreenContextPixelDataType(), (details / githubweb)
  156. GLArrayData/ImmModeSink: Remove implicit dependency on ShaderState - (details / githubweb)
  157. Fix/Complete commit b8a8fc24a3afb0cb06a31504bdea1a98b8f00ef4 - Adding (details / githubweb)
  158. GLJPanel: Impl. is GLProfile agnostic; Use (details / githubweb)
  159. MacOSXCGLContext: Use new setLocation(gl, shader-program); Minor edits.. (details / githubweb)
  160. Bug642: Add test case for Swing JSplit Pane w/ GLCanvas and GLJPanel (details / githubweb)
  161. test script (details / githubweb)
  162. Cleanup atomic JARs; Removed Debug/Trace pipelines of common profiles (details / githubweb)
  163. Bug 651: Mesa3D: GL_INVALID_ENUM in (details / githubweb)
  164. GLContextImpl: Make createContextARBImpl/setGLFunctionAvailability more (details / githubweb)
  165. FBObject, minor edit: GL2GL3.GL_MAX_COLOR_ATTACHMENTS -> (details / githubweb)
  166. *Drawable impl. DEBUG: Add getThreadName() to debug out. (details / githubweb)
  167. Fix Bug 642 TestJSplitPaneMixHwLw01AWT (AWT-GLCanvas); Robustness (details / githubweb)
  168. Bug 642: Refine test case, adding Hw/Lw mix intermediate Container test (details / githubweb)
  169. Bug 642 / Refine 1ae0737f34143a5ed655bd9c4d5fe9b0437c7774: (details / githubweb)
  170. Fix regression of commit b8a8fc24a3afb0cb06a31504bdea1a98b8f00ef4: Cache (details / githubweb)
  171. Bug 642 / Refine 1ae0737f34143a5ed655bd9c4d5fe9b0437c7774: (details / githubweb)
  172. Fix commit 811e3791b98fea0dfa3b7d301cb532c54df8dc82: Make AWT usage (details / githubweb)
  173. Fix 13168c99ff9e8bf71c83f1be7afee270a3db4074 / (details / githubweb)
  174. Move pre-existing NEWT event test to new dedicated package package: (details / githubweb)
  175. AWT-NEWT Modifier mapping and test: part-3 (NEWT BUTTON MASK always, ..) (details / githubweb)
  176. AWT-NEWT Modifier mapping and test: part-3 (Fix unit tests) (details / githubweb)
  177. NEWT peserve 'mouseButtonModMask' to be sent for all mouse- and key (details / githubweb)
  178. WT-NEWT Modifier mapping and test: part-4 (Fix unit tests): (details / githubweb)
  179. NEWT/Android: Fix NewtBaseActivity.getWindow() recursion if used w/o (details / githubweb)
  180. Misc OSX/SWT: OSXUtil.RunOnMainThread(..) refinement; Fix (details / githubweb)
  181. Test*NewtEventModifiers*: Clear 'clearing' events on thread - (details / githubweb)
  182. NEWT/Android: Fix NewtBaseActivity.getWindow() recursion if used w/o (details / githubweb)
  183. Android build scripts: Fix env. name ANDROID_SDK_HOME -> ANDROID_HOME (details / githubweb)
  184. adb-launch-main.sh: ANDROID_SDK_HOME -> ANDROID_HOME (details / githubweb)