commit | 2cb76ab598e5a5d93227ade9c28110785960691b | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Fri Dec 20 19:39:10 2019 +0000 |
committer | Commit Bot service account <commit-bot@chromium.org> | Fri Dec 20 19:39:10 2019 +0000 |
tree | bee21d698ba951775535478fb6f9ea94dd2f2c17 | |
parent | e9b15ab829d61da588318d59a967740b2071740b [diff] |
perf_tests: Manually serialize JSON and remove dependency on jsoncpp jsoncpp causes some flaky failures because of inconsistencies in nested DEPS. We barely use it for JSON serialization so the simplest solution is to just manually write the serialization for perf test tracing data. Bug: dawn:208 Change-Id: Ie5e4b5436e2c9e32e6817d64c6e95c774cb8751f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/14720 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with webgpu.h docs)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.