Roll Dawn from 327d020468b4 to 8e519d3bde60 (23 revisions)
https://dawn.googlesource.com/dawn.git/+log/327d020468b4..8e519d3bde60 2022-02-06 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 2b76a13c38ae to ad6d7f84f2a1 (1 revision) 2022-02-05 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 2ab8f48fead8 to f65e7c3ca739 (4 revisions) 2022-02-05 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 3d5b38447aec to 6d770093bdf1 (5 revisions) 2022-02-05 enga@chromium.org Fix version check for timestamp queries - Mac 11.0+ AMD 2022-02-04 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from de857e1c581c to 3d5b38447aec (5 revisions) 2022-02-04 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 1608a9567b66 to 2ab8f48fead8 (8 revisions) 2022-02-04 bclayton@google.com tint->dawn Add src/dawn/CMakeLists.txt 2022-02-04 bclayton@google.com tint->dawn: Move src/fuzzers/dawn -> src/dawn/fuzzers 2022-02-04 bclayton@google.com tint->dawn: Move examples -> samples/dawn 2022-02-04 bclayton@google.com tint->dawn: Move src/include -> include 2022-02-04 bclayton@google.com tint->dawn: Fix output_name of dawn_component template 2022-02-04 bclayton@google.com gn: Trim target prefixes from src/dawn targets 2022-02-04 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from fa0d64b76d0a to de857e1c581c (1 revision) 2022-02-04 bclayton@google.com tint->dawn: Move src/dawn_native -> src/dawn/native 2022-02-04 bclayton@google.com tint->dawn: Move src/dawn_platform -> src/dawn/platform 2022-02-04 bclayton@google.com tint->dawn: Move src/dawn_wire -> src/dawn/wire 2022-02-04 bclayton@google.com gn: Trim target prefix from static and shared libraries 2022-02-04 bclayton@google.com tint->dawn: Move src/dawn_node -> src/dawn/node 2022-02-04 bclayton@google.com tint->dawn: Move src/utils -> src/dawn/utils 2022-02-04 bclayton@google.com tint->dawn: Move src/common -> src/dawn/common 2022-02-04 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from e3d4197822b1 to fa0d64b76d0a (13 revisions) 2022-02-04 cwallez@chromium.org Implement creating and using 1D texture views. 2022-02-04 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from e56f0e293319 to 1608a9567b66 (7 revisions) Also rolling transitive DEPS: https://dawn.googlesource.com/tint from e3d4197822b1 to 6d770093bdf1 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 shrekshao@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: shrekshao@google.com Change-Id: I128275a1902e5eaaf4cc8348b548ec480e0bdcb9 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/504996 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
d41771865b
commit
271070d50f
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, tint for SPIRV compilation, and abseil for string formatting.
|
||||
# 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@327d020468b4d0cc665bf31191e2a7522ac535e2",
|
||||
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@8e519d3bde60ca209cac3d7e6b8f423aec894cbc",
|
||||
"third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@ee69aa00ee8536f61db6a451f3858745cf587de6",
|
||||
"third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@0944e71f4b2cb9a871bcbe353f95e889b64a611a",
|
||||
"third_party/externals/tint" : "https://dawn.googlesource.com/tint@e3d4197822b1769398a8c3ec55f6ab4d45b01b73",
|
||||
"third_party/externals/tint" : "https://dawn.googlesource.com/tint@6d770093bdf1513ab57bd56c2e00c9b572d16304",
|
||||
"third_party/externals/abseil-cpp" : "https://chromium.googlesource.com/chromium/src/third_party/abseil-cpp@789af048b388657987c59d4da406859034fe310f",
|
||||
"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",
|
||||
|
Loading…
Reference in New Issue
Block a user