{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 838",
          "upstreamBuild" : 838,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 838,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "9b6448b1d54716fd455c0cad0c6133c0edeb3bb8",
            "branch" : [
              {
                "SHA1" : "9b6448b1d54716fd455c0cad0c6133c0edeb3bb8",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "9b6448b1d54716fd455c0cad0c6133c0edeb3bb8",
            "branch" : [
              {
                "SHA1" : "9b6448b1d54716fd455c0cad0c6133c0edeb3bb8",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "9b6448b1d54716fd455c0cad0c6133c0edeb3bb8",
        "branch" : [
          {
            "SHA1" : "9b6448b1d54716fd455c0cad0c6133c0edeb3bb8",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 8,
      "skipCount" : 0,
      "totalCount" : 373,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#838",
  "duration" : 1634943,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 #838",
  "id" : "2012-10-29_10-13-43",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 838,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1351502023000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=windows-x86_64/838/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/classes/javax/media/nativewindow/NativeWindowFactory.java"
        ],
        "commitId" : "d73ee3ac8aac58914146c0c9949902452db83b56",
        "timestamp" : 1351079272000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
          "fullName" : "Harvey Harrison"
        },
        "authorEmail" : "harvey.harrison@gmail.com",
        "comment" : "jogl: use Boolean TRUE/FALSE constants for values that will be immediately unboxed\u000a\u000aNo reason for ever using new Boolean when the constants are available.\u000a\u000aSigned-off-by: Harvey Harrison <harvey.harrison@gmail.com>\u000a",
        "date" : "2012-10-24T04:47:52-0700",
        "id" : "d73ee3ac8aac58914146c0c9949902452db83b56",
        "msg" : "jogl: use Boolean TRUE/FALSE constants for values that will be",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/NativeWindowFactory.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/FBObject.java"
        ],
        "commitId" : "dedf4ea7ddab1279602208fa194231ea65409251",
        "timestamp" : 1351068787000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 630: packedDepthStencilAvail didn't check for EXT_packed_depth_stencil extension\u000a",
        "date" : "2012-10-24T10:53:07+0200",
        "id" : "dedf4ea7ddab1279602208fa194231ea65409251",
        "msg" : "Fix Bug 630: packedDepthStencilAvail didn't check for",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/FBObject.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/GLVersionNumber.java"
        ],
        "commitId" : "f2661adf587390a61cbb7fe2e3377da2d57672a7",
        "timestamp" : 1351083821000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Adapt to GlueGen change 08a8defda8b6f49eb794cf787f688ba65bfe7b37 (VersionNumber)\u000a",
        "date" : "2012-10-24T15:03:41+0200",
        "id" : "f2661adf587390a61cbb7fe2e3377da2d57672a7",
        "msg" : "Adapt to GlueGen change 08a8defda8b6f49eb794cf787f688ba65bfe7b37",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLVersionNumber.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java",
          "src/jogl/classes/javax/media/opengl/GLContext.java"
        ],
        "commitId" : "0f198907181396c5aab545f621098ed2f210003a",
        "timestamp" : 1351084105000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLContext: Produce and expose GLSL version as VersionNumber and version string (for shader programs)\u000a\u000aUses GL_SHADING_LANGUAGE_VERSION and parses it via VersionNumber, as well as having a static fallback\u000ausing the GL context version.\u000a\u000aThe value is valid and can be retrieved after ctx has been made current once.\u000a",
        "date" : "2012-10-24T15:08:25+0200",
        "id" : "0f198907181396c5aab545f621098ed2f210003a",
        "msg" : "GLContext: Produce and expose GLSL version as VersionNumber and version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/gears.vp",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/PointsShader.fp",
          "src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderUtil.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsObjectES2.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/PointsDemoES2.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/RedSquareShader.fp",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/GearsObjectES1.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/RedSquareShader2.fp",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/gears.fp",
          "src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderCode.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/PointsShader.vp",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/RedSquareES2.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/RedSquareShader.vp"
        ],
        "commitId" : "4f05d5add18048c2fbd1837c0563446c11177e8c",
        "timestamp" : 1351229080000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "ShaderCode: Add defaultShaderCustomization(..) to prelude shader source w/ GLSL version and default precision (if GLES) - Used by GearsES2/RedSquare/PointDemo (Made GLSL version proof)\u000a",
        "date" : "2012-10-26T07:24:40+0200",
        "id" : "4f05d5add18048c2fbd1837c0563446c11177e8c",
        "msg" : "ShaderCode: Add defaultShaderCustomization(..) to prelude shader source",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/RedSquareShader.vp"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/gears.vp"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderCode.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/RedSquareShader.fp"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es1/GearsObjectES1.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/RedSquareES2.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/PointsShader.fp"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/newt/TestGearsES2NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/RedSquareShader2.fp"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsObjectES2.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/PointsDemoES2.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/PointsShader.vp"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/shader/gears.fp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/util/NEWTKeyUtil.java",
          "src/newt/classes/jogamp/newt/driver/windows/WindowDriver.java",
          "src/test/com/jogamp/opengl/test/junit/newt/TestKeyEventAutoRepeatNEWT.java",
          "src/newt/classes/com/jogamp/newt/event/NEWTEvent.java",
          "src/test/com/jogamp/opengl/test/junit/util/NEWTFocusAdapter.java",
          "src/newt/classes/com/jogamp/newt/event/KeyEvent.java",
          "src/test/com/jogamp/opengl/test/junit/util/InputEventCountAdapter.java",
          "src/test/com/jogamp/opengl/test/junit/util/AWTWindowFocusAdapter.java",
          "make/scripts/java-win64-dbg.bat",
          "src/test/com/jogamp/opengl/test/junit/util/KeyEventCountAdapter.java",
          "src/newt/native/X11Display.c",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/util/AWTFocusAdapter.java",
          "src/test/com/jogamp/opengl/test/junit/util/AWTKeyAdapter.java",
          "src/test/com/jogamp/opengl/test/junit/newt/TestKeyEventOrderNEWT.java",
          "src/test/com/jogamp/opengl/test/junit/util/NEWTKeyAdapter.java",
          "src/test/com/jogamp/opengl/test/junit/util/AWTMouseAdapter.java",
          "make/scripts/tests-x64.bat",
          "src/test/com/jogamp/opengl/test/junit/util/EventCountAdapter.java",
          "src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java",
          "src/test/com/jogamp/opengl/test/junit/util/NEWTMouseAdapter.java"
        ],
        "commitId" : "b008de41549e38aebdfcb7b094046235a8dde72f",
        "timestamp" : 1351255393000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 601 - Auto-Repeat Behavior: Adding unit tests for typed key order w/ and w/o auto repeat. Incl. fix for Windows.\u000a\u000aAuto-Repeat tests recognizes whether auto-repeat could be triggered by AWT Robot.\u000aThe latter is not possible on Windows, hence manual testing was required on this platform.\u000a\u000aImpact: X11, Windows and OSX produce proper key sequence incl. auto-repeat modifier mask.\u000a",
        "date" : "2012-10-26T14:43:13+0200",
        "id" : "b008de41549e38aebdfcb7b094046235a8dde72f",
        "msg" : "Fix Bug 601 - Auto-Repeat Behavior: Adding unit tests for typed key",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/AWTRobotUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/KeyEvent.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/InputEventCountAdapter.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/NEWTKeyUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestKeyEventOrderNEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/java-win64-dbg.bat"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/windows/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/AWTFocusAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/AWTKeyAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/EventCountAdapter.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/KeyEventCountAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/NEWTEvent.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/NEWTMouseAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Display.c"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/NEWTFocusAdapter.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestKeyEventAutoRepeatNEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64.bat"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/NEWTKeyAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/AWTMouseAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/AWTWindowFocusAdapter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/event/KeyEvent.java"
        ],
        "commitId" : "cb32db97634ba10961632a365c1256a8b3472112",
        "timestamp" : 1351270793000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT KeyEvent: Fix intendation\u000a",
        "date" : "2012-10-26T18:59:53+0200",
        "id" : "cb32db97634ba10961632a365c1256a8b3472112",
        "msg" : "NEWT KeyEvent: Fix intendation",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/KeyEvent.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/event/KeyEvent.java"
        ],
        "commitId" : "b8588b12e65ee47b5a74d75ea420a5252e0d93bb",
        "timestamp" : 1351271252000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT KeyEvent: Remove invalid version remarks.\u000a",
        "date" : "2012-10-26T19:07:32+0200",
        "id" : "b8588b12e65ee47b5a74d75ea420a5252e0d93bb",
        "msg" : "NEWT KeyEvent: Remove invalid version remarks.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/KeyEvent.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/windows/WindowDriver.java",
          "src/test/com/jogamp/opengl/test/junit/util/NEWTKeyUtil.java",
          "src/test/com/jogamp/opengl/test/junit/newt/TestKeyEventOrderNEWT.java",
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java",
          "make/scripts/tests-x64.bat",
          "src/test/com/jogamp/opengl/test/junit/newt/TestKeyPressReleaseUnmaskRepeatNEWT.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "2f9c77a347b76bebdadd4bec1ac92aa7ab72365f",
        "timestamp" : 1351291723000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 631 and enhance 601: Handle multiple keys (pressed, released, types incl. auto-repeat)\u000a\u000a- Using keyCode (bit) maps to isPressed and isAutoRepeat, allowing use of multiple keys\u000a\u000a- Enhance unit test TestKeyEventOrderNEWT w/ injecting variations of 2 diff. keys\u000a\u000a- Manual tested on X11, Windows and OSX w/ and w/o auto-repeat\u000a",
        "date" : "2012-10-27T00:48:43+0200",
        "id" : "2f9c77a347b76bebdadd4bec1ac92aa7ab72365f",
        "msg" : "Fix Bug 631 and enhance 601: Handle multiple keys (pressed, released,",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestKeyEventOrderNEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/windows/WindowDriver.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestKeyPressReleaseUnmaskRepeatNEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64.bat"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/NEWTKeyUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/windows/WindowDriver.java",
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "make/scripts/tests-x64.bat",
          "make/scripts/tests.sh",
          "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java"
        ],
        "commitId" : "70d58b030bdbac98ba592a3a14a84cc0e4941c51",
        "timestamp" : 1351296116000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT KeyEvent (Windows, OSX): Check whether keyCode is tracked before using bitfield, use more IntBitfield.put(..) return value for efficiency.\u000a",
        "date" : "2012-10-27T02:01:56+0200",
        "id" : "70d58b030bdbac98ba592a3a14a84cc0e4941c51",
        "msg" : "NEWT KeyEvent (Windows, OSX): Check whether keyCode is tracked before",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/windows/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/util/NEWTKeyUtil.java",
          "src/newt/classes/com/jogamp/newt/event/KeyEvent.java",
          "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java",
          "make/scripts/tests-x64.bat",
          "src/newt/classes/jogamp/newt/driver/macosx/MacKeyUtil.java",
          "src/test/com/jogamp/opengl/test/junit/newt/TestKeyCodeNEWT.java",
          "src/newt/native/NewtMacWindow.m",
          "src/newt/native/NewtMacWindow.h",
          "src/newt/native/X11Display.c",
          "make/scripts/tests.sh"
        ],
        "commitId" : "cf9a4e236891ce2f6d9469a017e880eed704dea0",
        "timestamp" : 1351395864000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix NEWT KeyCode: Basic KeyCode Validation on X11, Windows and OSX\u000a\u000a- X11: Add VK_QUOTE mapping\u000a\u000a- OSX: Add single shift, ctrl alt key press;\u000a       Fix mapping: Command -> Windows, Option -> ALT, add BACK_QUOTE and QUOTE.\u000a",
        "date" : "2012-10-28T04:44:24+0100",
        "id" : "cf9a4e236891ce2f6d9469a017e880eed704dea0",
        "msg" : "Fix NEWT KeyCode: Basic KeyCode Validation on X11, Windows and OSX",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/native/NewtMacWindow.h"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/util/NEWTKeyUtil.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestKeyCodeNEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/NewtMacWindow.m"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/KeyEvent.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Display.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64.bat"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/macosx/MacKeyUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/native/X11Event.c",
          "src/newt/native/X11Display.c"
        ],
        "commitId" : "b7e84320dced5325bd7f7b4dda917b251e3915ab",
        "timestamp" : 1351426144000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT X11 Display: Ignore events w/ NULL window, instead of throwing a disturbing and fatal RuntimeException\u000a",
        "date" : "2012-10-28T13:09:04+0100",
        "id" : "b7e84320dced5325bd7f7b4dda917b251e3915ab",
        "msg" : "NEWT X11 Display: Ignore events w/ NULL window, instead of throwing a",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Event.c"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Display.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/GearsObject.java",
          "src/jogl/classes/com/jogamp/opengl/FBObject.java"
        ],
        "commitId" : "61c80ee66512b72e5ea1644bfef5fc60105fe445",
        "timestamp" : 1351451334000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Minor edits FBObject/GearsObject\u000a",
        "date" : "2012-10-28T20:08:54+0100",
        "id" : "61c80ee66512b72e5ea1644bfef5fc60105fe445",
        "msg" : "Minor edits FBObject/GearsObject",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/FBObject.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/GearsObject.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsObjectES2.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/RedSquareES2.java"
        ],
        "commitId" : "17d47c83bb976b6185b1562a2c332ecfef258c48",
        "timestamp" : 1351457089000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GearsES2/RedSquareES2: Dump GLRendererQuirks at init.\u000a",
        "date" : "2012-10-28T21:44:49+0100",
        "id" : "17d47c83bb976b6185b1562a2c332ecfef258c48",
        "msg" : "GearsES2/RedSquareES2: Dump GLRendererQuirks at init.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsES2.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/GearsObjectES2.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/RedSquareES2.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java",
          "src/jogl/classes/com/jogamp/opengl/GLRendererQuirks.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "9b6448b1d54716fd455c0cad0c6133c0edeb3bb8",
        "timestamp" : 1351457781000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLRendererQuirks: Add RequiresBoundVAO (w/ impl.), GLSLBuggyDiscard (todo) ; GLContextImpl: Bind default VAO if having quirk RequiresBoundVAO.\u000a\u000aOSX w/ OpenGL >= 3 core context implementation requires a bound VAO for vertex attribute operations,\u000ai.e. VertexAttributePointer(..). This has been experienced on OSX 10.7.5, OpenGL 3.2 core w/ Nvidia GPU\u000aand in several forum posts. Such 'behavior' violates the GL 3.2 core specification,\u000awhich does not state this requirement, hence it is a bug. (Please correct me if I am wrong!)\u000a\u000aGLContextImpl works around this quirk, by generating a default VAO and binds it at 1st makeCurrent (@creation)\u000aand deletes it at destroy. This is minimal invasive since no action is required for subsequent makeCurrent or release.\u000aWe assume if a user uses and binds a VAO herself, she will mind this quirk.\u000a\u000aNote: We could enhance this workaround by quering for a currently bound VAO at makeCurrent() and bind our default if none.\u000aHowever, we refrain from this operation to minimize the workaround and complexity.\u000a",
        "date" : "2012-10-28T21:56:21+0100",
        "id" : "9b6448b1d54716fd455c0cad0c6133c0edeb3bb8",
        "msg" : "GLRendererQuirks: Add RequiresBoundVAO (w/ impl.), GLSLBuggyDiscard",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/GLRendererQuirks.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/harvey.harrison",
      "fullName" : "harvey.harrison"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}