commit | 5af3dc8d2b2e3ebd434fb282ea2151429146b064 | [log] [tgz] |
---|---|---|
author | Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> | Mon Feb 10 09:12:51 2025 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 10 09:12:51 2025 -0800 |
tree | 8f2456e2484c7f8c933a71e9996cdeb4dc2902b0 | |
parent | 0d5bc51477951cf9b99e535ae0919e670f180ca2 [diff] |
Roll ANGLE from 38aa0780bb36 to c4caed5f649d (28 revisions) https://chromium.googlesource.com/angle/angle.git/+log/38aa0780bb36..c4caed5f649d 2025-02-10 romanl@google.com Revert "UNREACHABLE -> __builtin_unreachable() in release clang builds" 2025-02-10 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from 1177f7b7d556 to 69ec1790cb7c (8 revisions) 2025-02-10 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from c32804ca5a39 to b4c8dd090b72 (10 revisions) 2025-02-09 ynovikov@chromium.org Suppress ImageTestES3 on Pixel 6 Vulkan 2025-02-09 m.maiya@samsung.com Vulkan: Account for padBuffersToMaxVertexAttribStride 2025-02-09 robic.sun@arm.com ValidTexLevelDestinationTarget should add external related cases 2025-02-08 cclao@google.com Vulkan: Reserve reasonable amount storage for GarbageObjects 2025-02-08 cclao@google.com Vulkan: Reduce GL_EXT_texture_storage_compression related overhead 2025-02-07 cclao@google.com Vulkan: Reserve enough storage for GLRates 2025-02-07 cclao@google.com Vulkan: Reserve enough storage for mSwapchainImages 2025-02-07 a.annestrand@samsung.com CL/VK: Add fillBuffer staging/transfer routine 2025-02-07 a.annestrand@samsung.com CL: Update event creation routines 2025-02-07 m.maiya@samsung.com Vulkan: Bugfix in resolvePrecisionMismatch(...) 2025-02-07 geofflang@chromium.org WebGPU: Stream incompatible vertex and index data. 2025-02-07 syoussefi@chromium.org Vulkan: vkQueueWaitIdle on device loss 2025-02-07 cnorthrop@google.com Android: Sleep after orientation change in EGL test 2025-02-07 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 4d67b5012a2f to c32804ca5a39 (25 revisions) 2025-02-07 kkinnunen@apple.com Metal: Make ObjCPtr available to all modules 2025-02-07 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 28a2e8a45f16 to 5017ce3c800e (1 revision) 2025-02-07 kkinnunen@apple.com Metal: Rewrite AutoObjCPtr as ObjCPtr 2025-02-07 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from 48e7f3020f52 to 1177f7b7d556 (5 revisions) 2025-02-07 romanl@google.com Fix "fallthrough annotation in unreachable code" in release d3d builds 2025-02-06 abdolrashidi@google.com Vulkan: Fix VUID-vkBindBufferMemory-buffer-01444 2025-02-06 romanl@google.com FastVector::resize_down never increases capacity 2025-02-06 romanl@google.com FastVector capacity increase is a function call 2025-02-06 kkinnunen@apple.com Metal: Remove incorrect AutoObjCPtr construct on T && 2025-02-06 romanl@google.com Move unlikely path of MakeLengthOp to a function call 2025-02-06 romanl@google.com UNREACHABLE -> __builtin_unreachable() in release clang builds 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,rharrison@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: rharrison@google.com Change-Id: I759b0c7bc9069eccbce621538d1d3b41bcb082c0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/225635 Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: 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.