commit | 4c39c48b66304b96ffd71897adc8df03db88439f | [log] [tgz] |
---|---|---|
author | Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> | Tue Mar 05 18:43:55 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 05 18:43:55 2024 +0000 |
tree | 2a27764f571ff66850b11c55afa75dc520938dce | |
parent | 3379411d581c90e83a108ccfb0672d65e116158e [diff] |
Roll ANGLE from 799997d42760 to 2ad7b23b13ae (12 revisions) https://chromium.googlesource.com/angle/angle.git/+log/799997d42760..2ad7b23b13ae 2024-03-05 senorblanco@chromium.org Add a missing #include. 2024-03-05 syoussefi@chromium.org Vulkan: Decouple RendererVk from egl::BlobCache 2024-03-05 cnorthrop@google.com Android: Add Galaxy S22 support (Xclipse) 2024-03-05 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 43d81add625d to 632158ced47e (570 revisions) 2024-03-05 kkinnunen@apple.com Deduplicate and fix ConstStrLen implementations 2024-03-05 a.annestrand@samsung.com OpenCL/Vulkan: Fix processedOptions whitespace 2024-03-05 m.maiya@samsung.com Update frontend support for QCOM foveated extensions 2024-03-05 kkinnunen@apple.com Make appendDecimal use the last char of the buffer 2024-03-05 syoussefi@chromium.org Vulkan: Decouple RendererVk from EGL attributes 2024-03-05 syoussefi@chromium.org Vulkan: Cache ImageLoadContext in context 2024-03-04 kkinnunen@apple.com Fix layout(index=) parse assert on es 100 shaders 2024-03-04 ballway@chromium.org egl: Add logic to select preferred display 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,senorblanco@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: senorblanco@google.com Change-Id: I3b99cae1c5903af8fd09e81da6cd850e651cb6e8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/177901 Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> Kokoro: Kokoro <noreply+kokoro@google.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.