{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 367",
          "upstreamBuild" : 367,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 367,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a140ed4798896ed5d786fbe63e7241309a4b4a91",
            "branch" : [
              {
                "SHA1" : "a140ed4798896ed5d786fbe63e7241309a4b4a91",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a140ed4798896ed5d786fbe63e7241309a4b4a91",
            "branch" : [
              {
                "SHA1" : "a140ed4798896ed5d786fbe63e7241309a4b4a91",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "a140ed4798896ed5d786fbe63e7241309a4b4a91",
        "branch" : [
          {
            "SHA1" : "a140ed4798896ed5d786fbe63e7241309a4b4a91",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 122,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "windows-x86_64",
  "duration" : 792824,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 windows-x86_64",
  "id" : "2011-04-05_02-13-29",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 367,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1301962409000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=windows-x86_64/367/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/util/FBObject.java"
        ],
        "commitId" : "b44288b26e8ac6de0593db349725c2a288bb520a",
        "timestamp" : 1301951119000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Make FBObject more generic, split FBO/tex and depth/stencil attachements. Allow parametrization of each component.\u000a",
        "date" : "2011-04-04T23:05:19+0200",
        "id" : "b44288b26e8ac6de0593db349725c2a288bb520a",
        "msg" : "Make FBObject more generic, split FBO/tex and depth/stencil",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/FBObject.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java",
          "src/jogl/classes/javax/media/opengl/GLContext.java"
        ],
        "commitId" : "2e71f18aa514622b855a7f463a9d9f82b9e66d9f",
        "timestamp" : 1301951571000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLContext: Added java.debug.DebugGL and java.debug.TraceGL to enable debug and trace pipeline.\u000a",
        "date" : "2011-04-04T23:12:51+0200",
        "id" : "2e71f18aa514622b855a7f463a9d9f82b9e66d9f",
        "msg" : "GLContext: Added java.debug.DebugGL and java.debug.TraceGL to enable",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLContext.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderProgram.java"
        ],
        "commitId" : "2d22d9a880fee84af422505e69c1642c7a505b0f",
        "timestamp" : 1301952142000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "ShaderProgram: Add 'init(GL2ES2)', allowing GL program object creation before link stage.\u000aThis is required to allow proper usage of 'glBindAttribLocation()'.\u000a",
        "date" : "2011-04-04T23:22:22+0200",
        "id" : "2d22d9a880fee84af422505e69c1642c7a505b0f",
        "msg" : "ShaderProgram: Add 'init(GL2ES2)', allowing GL program object creation",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderProgram.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/graph/curve/opengl/VBORegion2PES2.java"
        ],
        "commitId" : "2f2879256fe999c5019bd800f564e9cb2a83a0b6",
        "timestamp" : 1301952612000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix: Use new FBObject; Use shaderProgram.program() instead of shaderProgram.id()\u000a\u000aThe new FBObject handles state transition more easily and it's usage is less complex\u000ato the caller - compared to inline usage.\u000a\u000aUse shaderProgram.program() instead of shaderProgram.id() - the id() is just a unique sequence name.\u000a",
        "date" : "2011-04-04T23:30:12+0200",
        "id" : "2f2879256fe999c5019bd800f564e9cb2a83a0b6",
        "msg" : "Fix: Use new FBObject; Use shaderProgram.program() instead of",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/graph/curve/opengl/VBORegion2PES2.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/graph/curve/opengl/RegionRenderer.java",
          "src/test/com/jogamp/opengl/test/junit/graph/TestTextRendererNEWT01.java",
          "src/jogl/classes/com/jogamp/graph/curve/opengl/TextRenderer.java",
          "src/jogl/classes/jogamp/graph/curve/opengl/RegionRendererImpl01.java",
          "src/jogl/classes/jogamp/graph/curve/opengl/TextRendererImpl01.java"
        ],
        "commitId" : "8297ef88b927e07b41760ab3e9de05bc49fd4695",
        "timestamp" : 1301953447000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix: shaderProgram.program(); glBindAttribLocation() call; dispose/disposeImpl sequence;\u000a\u000aUse shaderProgram.program() instead of shaderProgram.id() - the id() is just a unique sequence name.\u000a\u000aCall glBindAttribLocation() after program object init and before linkage.\u000a\u000aChain call disposeImpl() properly to fix destruction sequence:\u000a  TextRendererImpl01 -> TextRenderer -> GlyphString -> Region\u000a  RegionRendererImpl01 -> RegionRenderer -> Region\u000a",
        "date" : "2011-04-04T23:44:07+0200",
        "id" : "8297ef88b927e07b41760ab3e9de05bc49fd4695",
        "msg" : "Fix: shaderProgram.program(); glBindAttribLocation() call;",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/graph/curve/opengl/RegionRendererImpl01.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/graph/TestTextRendererNEWT01.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/graph/curve/opengl/TextRenderer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/graph/curve/opengl/RegionRenderer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/graph/curve/opengl/TextRendererImpl01.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java",
          "src/jogl/classes/javax/media/opengl/GLContext.java"
        ],
        "commitId" : "a140ed4798896ed5d786fbe63e7241309a4b4a91",
        "timestamp" : 1301953479000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix: DEBUG field (regression)\u000a",
        "date" : "2011-04-04T23:44:39+0200",
        "id" : "a140ed4798896ed5d786fbe63e7241309a4b4a91",
        "msg" : "Fix: DEBUG field (regression)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}