Roll Dawn from 8626b2142d82 to 92d6e53e6def (24 revisions)
https://dawn.googlesource.com/dawn.git/+log/8626b2142d82..92d6e53e6def 2021-09-21 kainino@chromium.org Fix CMake build failures after recent changes 2021-09-20 enga@chromium.org Default initialize DeviceDescriptor in DawnTest.cpp 2021-09-20 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from ddc9eb2b859e to d1c6f8334168 (2 revisions) 2021-09-20 enga@chromium.org Clamp limits to the defaults if they are worse than the defaults 2021-09-20 rockot@google.com Introduce BufferLocation 2021-09-20 rockot@google.com Introduce WriteBuffer command 2021-09-20 enga@chromium.org Update dawn.json to new schema for newly added structs 2021-09-20 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 871570bc7b7d to ddc9eb2b859e (1 revision) 2021-09-20 enga@chromium.org dawn.json: chained/extensible must be "in" or "out" or false 2021-09-17 kainino@chromium.org Tweak JavaScript formatting of compressed formats 2021-09-17 kainino@chromium.org Add new items for Emscripten/webgpu-headers 2021-09-17 kainino@chromium.org Generate multiple variants of webgpu.h header 2021-09-17 tangm@microsoft.com D3D12: Move transform/FirstIndexOffset outside of TranslateToHLSL 2021-09-17 kainino@chromium.org Stub out depth16unorm texture format 2021-09-17 enga@chromium.org Add an option for the Adapter to use tiered limits 2021-09-17 cwallez@chromium.org Remove readonly storage textures 2021-09-17 yunchao.he@intel.com Fix a few comments in RenderPassDescriptorValidationTests.cpp 2021-09-17 cwallez@chromium.org Remove deprecated APIs 2021-09-17 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from dad26395d829 to 871570bc7b7d (1 revision) 2021-09-17 enga@chromium.org Add wgpuDeviceGetLimits. Split Required/Supported limit structs 2021-09-17 jiawei.shao@intel.com D3D12: Support creating render pipeline asynchronously 2021-09-17 shrekshao@google.com Add buffer_mapping.md in docs 2021-09-16 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from d1d99bc7dec1 to dad26395d829 (1 revision) 2021-09-16 jie.a.chen@intel.com Treat 'mipLevelCount == 0' as error Also rolling transitive DEPS: https://dawn.googlesource.com/tint from d1d99bc7dec1 to d1c6f8334168 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-skia-autoroll Please CC kainino@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Cq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Debug-Dawn Bug: None Tbr: kainino@google.com Change-Id: Ic34794f0f0cfe72062326b0b77ebb6d247fca2a6 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/450817 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
This commit is contained in:
parent
fab00952d3
commit
e185dc9ce2
4
DEPS
4
DEPS
@ -16,10 +16,10 @@ deps = {
|
||||
"third_party/externals/d3d12allocator" : "https://skia.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git@169895d529dfce00390a20e69c2f516066fe7a3b",
|
||||
# Dawn requires jinja2 and markupsafe for the code generator, and tint for SPIRV compilation.
|
||||
# When the Dawn revision is updated these should be updated from the Dawn DEPS as well.
|
||||
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@8626b2142d82106d9bb4bda805f67b768d1469b4",
|
||||
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@92d6e53e6def5b995dc67a3a15a7021bd0e19be8",
|
||||
"third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@a82a4944a7f2496639f34a89c9923be5908b80aa",
|
||||
"third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@0944e71f4b2cb9a871bcbe353f95e889b64a611a",
|
||||
"third_party/externals/tint" : "https://dawn.googlesource.com/tint@d1d99bc7dec13bd1caaa13f8a955a4c6034aeb17",
|
||||
"third_party/externals/tint" : "https://dawn.googlesource.com/tint@d1c6f833416865bc2ff2e8b2de79ab07fe260713",
|
||||
"third_party/externals/dng_sdk" : "https://android.googlesource.com/platform/external/dng_sdk.git@c8d0c9b1d16bfda56f15165d39e0ffa360a11123",
|
||||
"third_party/externals/egl-registry" : "https://skia.googlesource.com/external/github.com/KhronosGroup/EGL-Registry@a0bca08de07c7d7651047bedc0b653cfaaa4f2ae",
|
||||
"third_party/externals/expat" : "https://chromium.googlesource.com/external/github.com/libexpat/libexpat.git@a28238bdeebc087071777001245df1876a11f5ee",
|
||||
|
Loading…
Reference in New Issue
Block a user