You can clone with HTTPS or Subversion.
Clone in Desktop Download ZIPChromium has GPU ralated diagnostic info page at url chrome://gpu In node-webkit this page is broken but information may be extracted through devtools:
var browserBridge = { onGpuInfoUpdate:function(arg){console.log(JSON.stringify(arg,null,1));}};chrome.send('browserBridgeInitialized');