2a42471c92
https://dawn.googlesource.com/dawn.git/+log/1fe05467a6da..c871df0b1984 2021-12-02 hao.x.li@intel.com Validate depth/stencil texture formats in image copies 2021-12-02 bsheedy@google.com Suppress GTX 1660 failures 2021-12-02 kainino@chromium.org Only default to vulkan loader in standalone 2021-12-01 lokokung@google.com Adds testing infrastructure in DawnTest for error testing. 2021-12-01 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from fc860bc16be3 to 8f6f5a4bb28d (6 revisions) 2021-12-01 lokokung@google.com Moves remaining logic in BindGroup dtor into Destroy. 2021-12-01 lokokung@google.com Refactors Destroy to be upward calls instead of overriding. 2021-12-01 lokokung@google.com Expose device.destroy upwards and add end2end tests 2021-12-01 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 77e2c6f0b247 to 62394b2492bf (1 revision) 2021-12-01 bajones@chromium.org Copy from a zeroed-out buffer to clear in D3D12 2021-12-01 jiawei.shao@intel.com dawn_wire: Add missing "strlen" in "adapter properties" 2021-12-01 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 17261f3bffe2 to fc860bc16be3 (10 revisions) 2021-11-30 enga@chromium.org Use Tint HLSL options to pass dynamic storage buffer sizes 2021-11-30 lokokung@google.com Suppress flaky order-dependent BufferZeroInitTest.PaddingInitialized. 2021-11-30 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from ef65edf2f2e5 to 17261f3bffe2 (3 revisions) 2021-11-30 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 76fc6d61e93f to 77e2c6f0b247 (1 revision) 2021-11-30 jie.a.chen@intel.com Bug fixes for VulkanImageWrappingTestsDmaBuf 2021-11-30 enga@chromium.org Disabling inlining of counterSet checks 2021-11-30 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 460cb0d58c3d to ef65edf2f2e5 (7 revisions) 2021-11-30 hao.x.li@intel.com Add Depth16Unorm texture format in utils/TextureUtils.h 2021-11-30 enga@chromium.org Revert "Add a guard for MTLDevice.counterSets being null." 2021-11-29 enga@chromium.org Add D3D12 root constants to hold dynamic storage buffer sizes 2021-11-29 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 8c30d752a05f to 76fc6d61e93f (1 revision) 2021-11-29 shrekshao@google.com Add undef Bool for xlib_with_undefs.h 2021-11-29 lokokung@google.com Fixes Dawn to use custom Vulkan loader on Linux systems. 2021-11-29 rharrison@chromium.org Update Mac version and remove stale experiment 2021-11-29 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from c789169b4210 to 460cb0d58c3d (1 revision) Also rolling transitive DEPS: https://dawn.googlesource.com/tint from 8c30d752a05f to 62394b2492bf 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: Idfa25c6a8e4ae84896ec1d0afed958dadf0b1aa2 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/478583 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
69 lines
5.7 KiB
Python
69 lines
5.7 KiB
Python
use_relative_paths = True
|
|
|
|
vars = {
|
|
"checkout_chromium": False,
|
|
|
|
# Three lines of non-changing comments so that
|
|
# the commit queue can handle CLs rolling different
|
|
# dependencies without interference from each other.
|
|
'sk_tool_revision': 'git_revision:039210fafe39879ea6b9fdbe53b9404f5d721d1e',
|
|
}
|
|
|
|
deps = {
|
|
"buildtools" : "https://chromium.googlesource.com/chromium/src/buildtools.git@b138e6ce86ae843c42a1a08f37903207bebcca75",
|
|
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@fc860bc16be3e9bdc896bcdc9ea9a427c5c041ba",
|
|
"third_party/externals/brotli" : "https://skia.googlesource.com/external/github.com/google/brotli.git@e61745a6b7add50d380cfd7d3883dd6c62fc2c71",
|
|
"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@c871df0b19842d052a0a7cc6d8aaf9936857f16a",
|
|
"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@62394b2492bf4df77f8277e7b7c1b3605dbb467e",
|
|
"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",
|
|
"third_party/externals/expat" : "https://chromium.googlesource.com/external/github.com/libexpat/libexpat.git@a28238bdeebc087071777001245df1876a11f5ee",
|
|
"third_party/externals/freetype" : "https://chromium.googlesource.com/chromium/src/third_party/freetype2.git@cff026d41599945498044d2f4dcc0e610ffb6929",
|
|
"third_party/externals/harfbuzz" : "https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@3160789701463bcd822c26010da4de33c92c85d9",
|
|
"third_party/externals/icu" : "https://chromium.googlesource.com/chromium/deps/icu.git@a0718d4f121727e30b8d52c7a189ebf5ab52421f",
|
|
"third_party/externals/imgui" : "https://skia.googlesource.com/external/github.com/ocornut/imgui.git@9418dcb69355558f70de260483424412c5ca2fce",
|
|
"third_party/externals/libgifcodec" : "https://skia.googlesource.com/libgifcodec@fd59fa92a0c86788dcdd84d091e1ce81eda06a77",
|
|
"third_party/externals/libjpeg-turbo" : "https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@24e310554f07c0fdb8ee52e3e708e4f3e9eb6e20",
|
|
"third_party/externals/libpng" : "https://skia.googlesource.com/third_party/libpng.git@386707c6d19b974ca2e3db7f5c61873813c6fe44",
|
|
"third_party/externals/libwebp" : "https://chromium.googlesource.com/webm/libwebp.git@9ce5843dbabcfd3f7c39ec7ceba9cbeb213cbfdf",
|
|
"third_party/externals/microhttpd" : "https://android.googlesource.com/platform/external/libmicrohttpd@748945ec6f1c67b7efc934ab0808e1d32f2fb98d",
|
|
"third_party/externals/oboe" : "https://chromium.googlesource.com/external/github.com/google/oboe.git@b02a12d1dd821118763debec6b83d00a8a0ee419",
|
|
"third_party/externals/opengl-registry" : "https://skia.googlesource.com/external/github.com/KhronosGroup/OpenGL-Registry@14b80ebeab022b2c78f84a573f01028c96075553",
|
|
"third_party/externals/piex" : "https://android.googlesource.com/platform/external/piex.git@bb217acdca1cc0c16b704669dd6f91a1b509c406",
|
|
"third_party/externals/sfntly" : "https://chromium.googlesource.com/external/github.com/googlei18n/sfntly.git@b55ff303ea2f9e26702b514cf6a3196a2e3e2974",
|
|
"third_party/externals/spirv-cross" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross@0e2880ab990e79ce6cc8c79c219feda42d98b1e8",
|
|
"third_party/externals/spirv-headers" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git@814e728b30ddd0f4509233099a3ad96fd4318c07",
|
|
"third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@4b092d2ab81854e61632bdd1e658907f0071c37e",
|
|
"third_party/externals/swiftshader" : "https://swiftshader.googlesource.com/SwiftShader@ff91ac52f4b7e89d29f4c037b10f8fe182001e32",
|
|
#"third_party/externals/v8" : "https://chromium.googlesource.com/v8/v8.git@5f1ae66d5634e43563b2d25ea652dfb94c31a3b4",
|
|
"third_party/externals/wuffs" : "https://skia.googlesource.com/external/github.com/google/wuffs-mirror-release-c.git@600cd96cf47788ee3a74b40a6028b035c9fd6a61",
|
|
"third_party/externals/zlib" : "https://chromium.googlesource.com/chromium/src/third_party/zlib@c876c8f87101c5a75f6014b0f832499afeb65b73",
|
|
|
|
"../src": {
|
|
"url": "https://chromium.googlesource.com/chromium/src.git@8a0b29eaa6a50b39ac3b36d431cf6cb324663184",
|
|
"condition": "checkout_chromium",
|
|
},
|
|
|
|
'bin': {
|
|
'packages': [
|
|
{
|
|
'package': 'skia/tools/sk/${{platform}}',
|
|
'version': Var('sk_tool_revision'),
|
|
}
|
|
],
|
|
'dep_type': 'cipd',
|
|
},
|
|
}
|
|
|
|
recursedeps = [
|
|
"../src",
|
|
]
|
|
|
|
gclient_gn_args_from = 'src'
|