dm is like gm, but faster and with fewer features.
authormtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 16 Oct 2013 13:02:15 +0000 (13:02 +0000)
committermtklein@google.com <mtklein@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 16 Oct 2013 13:02:15 +0000 (13:02 +0000)
commitd36522d12d3e71958e50683a7eef43dc2a47d96d
tree3645838c92e0144a6e70984edb74ce0c7c3bd829
parentbeede90eae4b76b97722d5f576ea5cb81df98af7
dm is like gm, but faster and with fewer features.

This is sort of the near-minimal proof-of-concept skeleton.

  - It can run existing GMs.
  - It supports most configs (just not PDF).
  - --replay is the only "fancy" feature it currently supports

Hopefully you will be disturbed by its speed.

BUG=
R=epoger@google.com

Review URL: https://codereview.chromium.org/22839016

git-svn-id: http://skia.googlecode.com/svn/trunk@11802 2bbb7eff-a529-9590-31e7-b0007b416f81
20 files changed:
dm/DM.cpp [new file with mode: 0644]
dm/DMComparisonTask.cpp [new file with mode: 0644]
dm/DMComparisonTask.h [new file with mode: 0644]
dm/DMCpuTask.cpp [new file with mode: 0644]
dm/DMCpuTask.h [new file with mode: 0644]
dm/DMGpuTask.cpp [new file with mode: 0644]
dm/DMGpuTask.h [new file with mode: 0644]
dm/DMReplayTask.cpp [new file with mode: 0644]
dm/DMReplayTask.h [new file with mode: 0644]
dm/DMReporter.cpp [new file with mode: 0644]
dm/DMReporter.h [new file with mode: 0644]
dm/DMTask.cpp [new file with mode: 0644]
dm/DMTask.h [new file with mode: 0644]
dm/DMTaskRunner.cpp [new file with mode: 0644]
dm/DMTaskRunner.h [new file with mode: 0644]
dm/DMUtil.cpp [new file with mode: 0644]
dm/DMUtil.h [new file with mode: 0644]
dm/README [new file with mode: 0644]
gyp/dm.gyp [new file with mode: 0644]
gyp/everything.gyp