commit | 24ea34808ee9c09f8627e83b932e11d7396ad5e3 | [log] [tgz] |
---|---|---|
author | Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> | Fri Jun 07 05:59:43 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 07 05:59:43 2024 +0000 |
tree | 1f3d5b0b7f3296574ed383c4855f5a4758008e33 | |
parent | 4545a476272df376723758708f26b76eb1880ea7 [diff] |
Roll ANGLE from b0eff1966ca0 to 4d47c73a627a (16 revisions) https://chromium.googlesource.com/angle/angle.git/+log/b0eff1966ca0..4d47c73a627a 2024-06-07 cclao@google.com Vulkan: Enable SyncVal for VkEvent based barriers 2024-06-07 cclao@google.com Vulkan: Reduce VkEvent counts by using EventStage enums 2024-06-06 abdolrashidi@google.com Implement OES_gpu_shader5 2024-06-06 abdolrashidi@google.com Add OES_gpu_shader5 2024-06-06 abdolrashidi@google.com Vulkan: Enable OES_copy_image 2024-06-06 cclao@google.com Revert "Reland "Vulkan: Defer texture data flush until data provided for all levels"" 2024-06-06 romanl@google.com Perf tests: log /dev/thermal temps on Android 2024-06-06 lexa.knyazev@gmail.com Disallow TEXTURE_3D for PLS 2024-06-06 abdolrashidi@google.com Remove tes31Context_override.cpp 2024-06-06 romanl@google.com Make LinkedUniform.getElementComponents() fully inline-able 2024-06-06 syoussefi@chromium.org Vulkan: Limit SSBO max size to 256MB on older Mali GPUs 2024-06-06 lexa.knyazev@gmail.com Add TextureTestES31.Texture2DLayered test 2024-06-06 lexa.knyazev@gmail.com Allow polygonMode* commands with active PLS 2024-06-06 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from b8cf5b3d2bce to c344e2837bbe (1 revision) 2024-06-06 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from b1a657048264 to 263a51c32801 (599 revisions) 2024-06-05 cclao@google.com Reland "Vulkan: Defer texture data flush until data provided for all levels" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-dawn-autoroll Please CC angle-team+autoroll@google.com,dsinclair@google.com on the revert to ensure that a human is aware of the problem. To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Bug: None Tbr: dsinclair@google.com Change-Id: I4a35cdde796ee2baf4643d46aa6b5d8eff0fce43 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/192242 Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
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.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.