skia2/DEPS

68 lines
5.5 KiB
Plaintext
Raw Normal View History

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:78fa1b60ce0cf9108c3871b961358ea81ff4fb40',
}
deps = {
"buildtools" : "https://chromium.googlesource.com/chromium/buildtools.git@505de88083136eefd056e5ee4ca0f01fe9b33de8",
Roll ANGLE from 7f38e2892cc9 to 4686da27b37b (6 revisions) https://chromium.googlesource.com/angle/angle.git/+log/7f38e2892cc9..4686da27b37b 2021-08-09 jmadill@chromium.org Add GetImage test with RGB. 2021-08-09 jmadill@chromium.org EGLWindow: Add option to force robust init. 2021-08-09 jmadill@chromium.org EGLWindow: Add option to enable capture limits. 2021-08-09 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 29702b8b93b0 to bfd7c5a55cd0 (62 revisions) 2021-08-09 gert.wollny@collabora.com Capture/Replay: Add option to override test disabling 2021-08-09 gert.wollny@collabora.com Capture/Replay: rework test runner to use expectations If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-skia-autoroll Please CC robertphillips@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-Release-ANGLE;skia/skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC8i5BEK-GPU-IntelIris655-x86_64-Debug-All-ANGLE;skia/skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE Tbr: robertphillips@google.com Change-Id: Ibcccb067d71a7cf25a8d7fd98796f13e54965d69 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/437696 Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2021-08-09 13:10:46 +00:00
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@4686da27b37bf7bc01c581468662b7bccb7da624",
"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, and tint for SPIRV compilation.
# When the Dawn revision is updated these should be updated from the Dawn DEPS as well.
Roll Dawn from 9096fc290f86 to 167f67f3cb83 (7 revisions) https://dawn.googlesource.com/dawn.git/+log/9096fc290f86..167f67f3cb83 2021-08-07 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from b2619443d9a6 to 32e905f4cb99 (1 revision) 2021-08-07 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 1a1c42ef1276 to b2619443d9a6 (1 revision) 2021-08-06 tangm@microsoft.com dawn_native: Fallback sorting bindings in BindGroupLayout to use the binding number 2021-08-06 jiawei.shao@intel.com Validate MaxInterStageShaderComponents when creating shader module 2021-08-06 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from b612c505939b to 1a1c42ef1276 (1 revision) 2021-08-06 enga@chromium.org Set the Tint MSL emit_vertex_point_size option when necessary 2021-08-06 enga@chromium.org Free VkCommandPool if vkResetCommandPool fails Also rolling transitive DEPS: https://dawn.googlesource.com/tint from b612c505939b to 32e905f4cb99 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 enga@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: enga@google.com Change-Id: I44b42b12aa4f8ca5fbfcc20e5fa97beeaf0c530a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/437597 Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2021-08-09 04:01:13 +00:00
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@167f67f3cb8372855b208f229ff83cf56b75af9b",
Roll Dawn from db8766bb239b to 6564890116fd (6 revisions) https://dawn.googlesource.com/dawn.git/+log/db8766bb239b..6564890116fd 2020-11-04 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from de6938789ccb to 77f7bb5b005d (18 revisions) 2020-11-04 cwallez@chromium.org Reenable DepthBias tests on Swiftshader 2020-11-04 enga@chromium.org Support sampling depth and stencil of combined d/s formats 2020-11-04 cwallez@chromium.org Fix examples when using the wire. 2020-11-04 cwallez@chromium.org Rolling 7 dependencies 2020-11-04 jiawei.shao@intel.com Remove DAWN_NATIVE_EXPORT declaration from dawn_platform::Platform Also rolling transitive DEPS: https://chromium.googlesource.com/chromium/src/third_party/jinja2 from b41863e42637 to a82a4944a7f2 https://chromium.googlesource.com/chromium/src/third_party/markupsafe from 8f45f5cfa000 to 0944e71f4b2c 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 cwallez@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/master/autoroll/README.md Cq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Debug-Dawn Bug: None Tbr: cwallez@google.com Change-Id: Ia5394662095acdbb56bff3046b3474a939212ab9 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/332458 Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2020-11-05 04:01:24 +00:00
"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",
Roll Dawn from 9096fc290f86 to 167f67f3cb83 (7 revisions) https://dawn.googlesource.com/dawn.git/+log/9096fc290f86..167f67f3cb83 2021-08-07 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from b2619443d9a6 to 32e905f4cb99 (1 revision) 2021-08-07 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 1a1c42ef1276 to b2619443d9a6 (1 revision) 2021-08-06 tangm@microsoft.com dawn_native: Fallback sorting bindings in BindGroupLayout to use the binding number 2021-08-06 jiawei.shao@intel.com Validate MaxInterStageShaderComponents when creating shader module 2021-08-06 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from b612c505939b to 1a1c42ef1276 (1 revision) 2021-08-06 enga@chromium.org Set the Tint MSL emit_vertex_point_size option when necessary 2021-08-06 enga@chromium.org Free VkCommandPool if vkResetCommandPool fails Also rolling transitive DEPS: https://dawn.googlesource.com/tint from b612c505939b to 32e905f4cb99 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 enga@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: enga@google.com Change-Id: I44b42b12aa4f8ca5fbfcc20e5fa97beeaf0c530a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/437597 Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2021-08-09 04:01:13 +00:00
"third_party/externals/tint" : "https://dawn.googlesource.com/tint@32e905f4cb99eb9cd7783c77b997b9ff9b764154",
"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@2c853b38a717c615d3113a64033fc896e5888fa8",
"third_party/externals/harfbuzz" : "https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@368e9578873798e2d17ed78a0474dec7d4e9d6c0",
"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@fedac6cc69cda3e9e04b780d324cf03921fb3ff4",
"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",
Roll third_party/externals/spirv-cross/ 7778792ae..bdbef7b1f (19 commits) Also remove fInverseW uses that are fixed by it now. https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross/+log/7778792aec71..bdbef7b1f398 $ git log 7778792ae..bdbef7b1f --date=short --no-merges --format='%ad %ae %s' 2020-09-04 cwallez Fix -Wduplicate-enum and -Wrange-for-analysis. 2020-09-04 post Roll glslang/SPIRV-Tools deps. 2020-09-04 post Handle OpUndef %void. 2020-08-27 cdavis MSL: Support layered input attachments. 2020-09-02 post MSL: Fix OpCompositeInsert and OpVectorInsertDynamic. 2020-08-23 cdavis MSL: Don't set the layer for multiview if the device doesn't support it. 2020-08-07 cdavis MSL: Fix multiview view index calculation with a non-zero base instance. 2020-08-24 post Run format_all.sh. 2020-08-24 post Work around annoying warning on GCC 10.2. 2020-08-21 post Overhaul how we deal with reserved identifiers. 2020-08-20 post HLSL: Fix FragCoord.w. 2020-08-20 post HLSL: Deal with partially filled 16-byte word in cbuffers. 2020-08-20 post HLSL: Fix bug in is_packing_standard for cbuffer. 2020-08-13 lehoangq Fix #1445: MSL: Enclose args when convert distance(a,b) to abs(a-b) 2020-08-03 cdavis MSL: Fix handling of matrices and structs in the output control point array. 2020-07-29 post Add some test cases for complex type aliasing scenario. 2020-07-29 post Ensure that we use primary alias type when emitting flattened members. 2020-07-29 post GLSL: Be more aggressive about using type_alias. 2020-07-29 post Only rewrite type aliases for the base type. Created with: roll-dep third_party/externals/spirv-cross Change-Id: I24a6a12cbb08b1c2915de66cf707571b66aefe1c Reviewed-on: https://skia-review.googlesource.com/c/skia/+/315776 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>
2020-09-09 07:38:58 +00:00
"third_party/externals/spirv-cross" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross@bdbef7b1f3982fe99a62d076043036abe6dd6d80",
"third_party/externals/spirv-headers" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git@cf653e4ca4858583802b0d1656bc934edff6bd7f",
"third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@11cd875ed88484f93943071083b4821b4c3d2193",
"third_party/externals/swiftshader" : "https://swiftshader.googlesource.com/SwiftShader@b2af6a85583d1adf61033e82eaa5d067d764ece9",
#"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.git@1b9a6cb85b9f359595bd264d4c95da5d1291adc5",
"third_party/externals/zlib" : "https://chromium.googlesource.com/chromium/src/third_party/zlib@c876c8f87101c5a75f6014b0f832499afeb65b73",
"../src": {
"url": "https://chromium.googlesource.com/chromium/src.git@aa692f23db429726339eacfc55de2838056ca05a",
"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'