Roll third_party/gpuweb/ 1000c3b25..a6805d529 (13 commits)

dawn/node: Implement entryPoint defaulting
dawn/node: Move GPUCommandEncoder.writeTimestamp to DawnExtensions

https://github.com/gpuweb/gpuweb/compare/1000c3b256b0...a6805d5298c6

$ git log 1000c3b25..a6805d529 --date=short --no-merges --format='%ad %ae %s'
2023-11-23 dneto Deploying to gh-pages from @ gpuweb/gpuweb@d2dea7f485531b9b225bee0772dcae8c9e44248f πŸš€
2023-11-20 kainino1 Deploying to gh-pages from @ gpuweb/gpuweb@86d0a94515b4eb18714e9d4f2e2a9a3dcb2154b0 πŸš€
2023-11-20 elsenorblanco Deploying to gh-pages from @ gpuweb/gpuweb@ed06d594246e23b97a204acfe8096dce74c6dcd3 πŸš€
2023-11-20 alanbaker Deploying to gh-pages from @ gpuweb/gpuweb@1b0ca0b1c09633f2c5291f56da17e41762056406 πŸš€
2023-11-20 alanbaker Deploying to gh-pages from @ gpuweb/gpuweb@82b13f458fa6ee3f73c46a33c0e8bab0d56a78df πŸš€
2023-11-15 kainino1 Deploying to gh-pages from @ gpuweb/gpuweb@56a0db1669c7e4fe1d45e476e7800e4953f04bf9 πŸš€
2023-11-15 kainino1 Deploying to gh-pages from @ gpuweb/gpuweb@059d0fb041325234752de3e3d47642c01ee7253a πŸš€
2023-11-14 kainino1 Deploying to gh-pages from @ gpuweb/gpuweb@ed9eefe344269c33416fdd59fd48c936b198c9d6 πŸš€
2023-11-14 corentin Deploying to gh-pages from @ gpuweb/gpuweb@e06bb08e15ea2e2b846eaeb4fc2082e0ffebe8dc πŸš€
2023-11-10 elsenorblanco Deploying to gh-pages from @ gpuweb/gpuweb@3e3e21aa55fdc769586e15d5aa9e1eda6ce60a91 πŸš€
2023-11-09 kainino1 Deploying to gh-pages from @ gpuweb/gpuweb@6402899da70eed1379ec002e37d7e6e2273d09f9 πŸš€
2023-11-08 kainino1 Deploying to gh-pages from @ gpuweb/gpuweb@ad2ae0a710dab10aa07670e91d08f2284f7e383e πŸš€
2023-11-07 kainino1 Deploying to gh-pages from @ gpuweb/gpuweb@1d28e76791bef66966f01bdf08f56bf204405d44 πŸš€

Created with:
  roll-dep third_party/gpuweb --roll-to origin/gh-pages

Change-Id: I1fff5a02b576f9dd56a880b4fb98390fdce6d69d
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/162542
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Fr <beaufort.francois@gmail.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
4 files changed
tree: 5e129d0b7e248e52332a270c07e344f94688bb9a
  1. .github/
  2. .vscode/
  3. build_overrides/
  4. docs/
  5. generator/
  6. include/
  7. infra/
  8. scripts/
  9. src/
  10. test/
  11. third_party/
  12. tools/
  13. webgpu-cts/
  14. .bazelrc
  15. .clang-format
  16. .clang-tidy
  17. .gitattributes
  18. .gitignore
  19. .gitmodules
  20. .gn
  21. AUTHORS
  22. BUILD.bazel
  23. BUILD.gn
  24. CMakeLists.txt
  25. CMakeSettings.json
  26. CODE_OF_CONDUCT.md
  27. codereview.settings
  28. CONTRIBUTING.md
  29. CPPLINT.cfg
  30. dawn.json
  31. dawn_wire.json
  32. DEPS
  33. DIR_METADATA
  34. Doxyfile
  35. go.mod
  36. go.sum
  37. go_presubmit_support.py
  38. LICENSE
  39. OWNERS
  40. PRESUBMIT.py
  41. README.chromium
  42. README.md
  43. WORKSPACE.bazel
README.md

Build Status Matrix Space

Dawn, a WebGPU implementation

Dawn is an open-source and cross-platform implementation of the 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 C/C++ headers that applications and other building blocks use.
    • The webgpu.h version that Dawn implements.
    • A C++ wrapper for the webgpu.h.
  • A “native” implementation of WebGPU using platforms' GPU APIs: D3D12, Metal, Vulkan and OpenGL. See per API support for more details.
  • A client-server implementation of WebGPU for applications that are in a sandbox without access to native drivers
  • Tint is a compiler for the WebGPU Shader Language (WGSL) that can be used in standalone to convert shaders from and to WGSL.

Helpful links:

Documentation table of content

Developer documentation:

User documentation: (TODO, figure out what overlaps with the webgpu.h docs)

License

BSD 3-Clause License, please see LICENSE.

Disclaimer

This is not an officially supported Google product.