Roll Dawn from a9faf7f74aef to 3d5402c0a4a0 (10 revisions)
https://dawn.googlesource.com/dawn.git/+log/a9faf7f74aef..3d5402c0a4a0 2021-06-27 jiawei.shao@intel.com OpenGL: Return error when calling writeTexture() on stencil aspect 2021-06-27 jiawei.shao@intel.com Fix wrong declaration in BufferZeroInitTest.BoundAsReadonlyStorageBuffer 2021-06-26 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from e25a8fc7f0d3 to c03a09c10656 (1 revision) 2021-06-25 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from e225b556c6fa to e25a8fc7f0d3 (2 revisions) 2021-06-25 bclayton@google.com D3D12: Reenable EncodeManyUBOAndSamplers test 2021-06-25 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 5b9203cc0581 to e225b556c6fa (2 revisions) 2021-06-25 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from ae0bf04ad224 to 5b9203cc0581 (12 revisions) 2021-06-25 bclayton@google.com Test that UBO and SB layout rules are correct and consistent for all backends 2021-06-25 hao.x.li@intel.com Add stress test for memory allocation and free on D3D12 2021-06-25 cwallez@chromium.org Vulkan: Check for required features when initializing adapters Also rolling transitive DEPS: https://dawn.googlesource.com/tint from ae0bf04ad224 to c03a09c10656 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 rharrison@google.com on the revert to ensure that a human is aware of the problem. 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: rharrison@google.com Change-Id: I23868952c633c78226655253ebe0c81fed844328 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/422378 Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
This commit is contained in:
parent
b1590f15a3
commit
e8e67e29a7
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@a9faf7f74aefaa44d50c6740fba8e01c10c46a58",
|
||||
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@3d5402c0a4a06f82493ff66752d81af075510fc6",
|
||||
"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@ae0bf04ad22434f1306a86819ff322e7c36510ae",
|
||||
"third_party/externals/tint" : "https://dawn.googlesource.com/tint@c03a09c10656ae7d904b0d1af6173226c4dd7d85",
|
||||
"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