skia2/DEPS

69 lines
5.7 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:713404fa2db49294d24bd756b5a057aa5b83472a',
}
deps = {
"buildtools" : "https://chromium.googlesource.com/chromium/buildtools.git@505de88083136eefd056e5ee4ca0f01fe9b33de8",
Roll ANGLE from 29c01d518664 to 998fd0d9e315 (14 revisions) https://chromium.googlesource.com/angle/angle.git/+log/29c01d518664..998fd0d9e315 2021-09-28 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 832ba3ce1a28 to f340a513a5b7 (398 revisions) 2021-09-28 cnorthrop@google.com FrameCapture: Filter program setup calls 2021-09-28 syoussefi@chromium.org Add traces to CommandBuffer 2021-09-28 syoussefi@chromium.org Translator: Fix outputting anonymous struct types 2021-09-28 syoussefi@chromium.org Vulkan: Destroy unused resources in a timely manner 2021-09-28 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from 8e89717bf4ed to 5d72b170aad6 (5 revisions) 2021-09-27 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from 7103920041db to 8e89717bf4ed (52 revisions) 2021-09-27 syoussefi@chromium.org Vulkan: Allow Vulkan secondary CBs to count their commands 2021-09-27 jmadill@chromium.org Texture: Ignore buffer contents changed events. 2021-09-27 syoussefi@chromium.org Translator: Fix removing inactive output vs SH_INIT_OUTPUT_VARIABLES 2021-09-27 jmadill@chromium.org Add regression test for PBO write to vertex buffer. 2021-09-27 gert.wollny@collabora.com Capture/Replay: Updated expectations: one fixed, one skip 2021-09-27 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from c710de974936 to efbbb2f07b36 (5 revisions) 2021-09-27 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 7292aaf5e212 to 832ba3ce1a28 (499 revisions) 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 csmartdalton@google.com on the revert to ensure that a human is aware of the problem. To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/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-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: csmartdalton@google.com Test: Test: Fortnite MEC Change-Id: I0e3f9e441019c0a349fc9dc4bd43bfa7eabdd3f3 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/453379 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2021-09-28 04:01:47 +00:00
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@998fd0d9e315b0c740f7debd2421c23b3e7025ed",
"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.
Roll Dawn from 2be4b8483c74 to 3c0925b4807b (31 revisions) https://dawn.googlesource.com/dawn.git/+log/2be4b8483c74..3c0925b4807b 2021-09-29 jiawei.shao@intel.com Avoid redundant creation of RenderPipelineBase in GetCachedRenderPipeline 2021-09-29 jiawei.shao@intel.com OpenGL: delete shaders and pipelines when they are not used any longer 2021-09-28 bclayton@google.com dawn_node: Add binding/GPUBuffer.cpp 2021-09-28 bajones@chromium.org Improve validation errors, Part 2 2021-09-28 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 2228ad19afa9 to ac958bd1dd8b (3 revisions) 2021-09-28 shrekshao@google.com Overridable constants vulkan implementation and tests 2021-09-28 bclayton@google.com Fix build on GCC: Add missing include 2021-09-28 bclayton@google.com dawn_node: Fix Converter<Napi::TypedArrayOf<T>>::FromJS 2021-09-28 bclayton@google.com dawn_node: Add binding/GPURenderBundleEncoder.cpp 2021-09-28 bclayton@google.com dawn_node: Add binding/GPUAdapter.cpp 2021-09-28 aleksi@sapon.ca CMake: fix third parties when dawn is a sub-build 2021-09-28 bclayton@google.com dawn_node: Add binding/GPUCommandEncoder.cpp 2021-09-28 bclayton@google.com dawn_node: Add binding/GPUComputePassEncoder.cpp 2021-09-28 bclayton@google.com dawn_node: Add binding/GPU.cpp 2021-09-28 bclayton@google.com dawn_node: Add binding/GPUQueue.cpp 2021-09-28 bclayton@google.com dawn_node: Add binding/GPURenderPassEncoder.cpp 2021-09-28 cwallez@chromium.org Only call WillBeginRenderPass when encoder is current 2021-09-28 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 9c7cd9e9c3ee to 2228ad19afa9 (1 revision) 2021-09-28 lokokung@google.com Refactors dawn_native objects for list tracking and adds destroy skeleton API. 2021-09-28 bclayton@google.com dawn_node: Add binding/GPUShaderModule.cpp 2021-09-28 bclayton@google.com dawn_node: Add binding/GPUTexture.cpp 2021-09-28 bclayton@google.com dawn_node: Add binding .cpp files for trivial types 2021-09-28 bclayton@google.com dawn_node: Add binding/Converter.[cpp,h] 2021-09-28 bclayton@google.com dawn_node: Add all the headers for the binding classes 2021-09-28 bclayton@google.com dawn_node: Add binding/AsyncRunner 2021-09-28 bclayton@google.com dawn_node: Add binding/Errors.[cpp,h] 2021-09-28 kainino@chromium.org Add 'reason' argument to device lost callback 2021-09-28 bclayton@google.com dawn_node: Begin working on the CMake rules 2021-09-28 bclayton@google.com dawn_node: Add template files 2021-09-28 bclayton@google.com dawn_node: Add interop/Core.[h,cpp] 2021-09-28 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 231b50baab51 to 9c7cd9e9c3ee (1 revision) Also rolling transitive DEPS: https://dawn.googlesource.com/tint from 231b50baab51 to ac958bd1dd8b 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 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: cwallez@google.com Change-Id: Iabc21a338c2c276f190666a6afa3245f3c8c8060 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/453856 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2021-09-29 04:00:59 +00:00
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@3c0925b4807b3515f7161a1003a5125ca3a64de3",
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 2be4b8483c74 to 3c0925b4807b (31 revisions) https://dawn.googlesource.com/dawn.git/+log/2be4b8483c74..3c0925b4807b 2021-09-29 jiawei.shao@intel.com Avoid redundant creation of RenderPipelineBase in GetCachedRenderPipeline 2021-09-29 jiawei.shao@intel.com OpenGL: delete shaders and pipelines when they are not used any longer 2021-09-28 bclayton@google.com dawn_node: Add binding/GPUBuffer.cpp 2021-09-28 bajones@chromium.org Improve validation errors, Part 2 2021-09-28 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 2228ad19afa9 to ac958bd1dd8b (3 revisions) 2021-09-28 shrekshao@google.com Overridable constants vulkan implementation and tests 2021-09-28 bclayton@google.com Fix build on GCC: Add missing include 2021-09-28 bclayton@google.com dawn_node: Fix Converter<Napi::TypedArrayOf<T>>::FromJS 2021-09-28 bclayton@google.com dawn_node: Add binding/GPURenderBundleEncoder.cpp 2021-09-28 bclayton@google.com dawn_node: Add binding/GPUAdapter.cpp 2021-09-28 aleksi@sapon.ca CMake: fix third parties when dawn is a sub-build 2021-09-28 bclayton@google.com dawn_node: Add binding/GPUCommandEncoder.cpp 2021-09-28 bclayton@google.com dawn_node: Add binding/GPUComputePassEncoder.cpp 2021-09-28 bclayton@google.com dawn_node: Add binding/GPU.cpp 2021-09-28 bclayton@google.com dawn_node: Add binding/GPUQueue.cpp 2021-09-28 bclayton@google.com dawn_node: Add binding/GPURenderPassEncoder.cpp 2021-09-28 cwallez@chromium.org Only call WillBeginRenderPass when encoder is current 2021-09-28 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 9c7cd9e9c3ee to 2228ad19afa9 (1 revision) 2021-09-28 lokokung@google.com Refactors dawn_native objects for list tracking and adds destroy skeleton API. 2021-09-28 bclayton@google.com dawn_node: Add binding/GPUShaderModule.cpp 2021-09-28 bclayton@google.com dawn_node: Add binding/GPUTexture.cpp 2021-09-28 bclayton@google.com dawn_node: Add binding .cpp files for trivial types 2021-09-28 bclayton@google.com dawn_node: Add binding/Converter.[cpp,h] 2021-09-28 bclayton@google.com dawn_node: Add all the headers for the binding classes 2021-09-28 bclayton@google.com dawn_node: Add binding/AsyncRunner 2021-09-28 bclayton@google.com dawn_node: Add binding/Errors.[cpp,h] 2021-09-28 kainino@chromium.org Add 'reason' argument to device lost callback 2021-09-28 bclayton@google.com dawn_node: Begin working on the CMake rules 2021-09-28 bclayton@google.com dawn_node: Add template files 2021-09-28 bclayton@google.com dawn_node: Add interop/Core.[h,cpp] 2021-09-28 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 231b50baab51 to 9c7cd9e9c3ee (1 revision) Also rolling transitive DEPS: https://dawn.googlesource.com/tint from 231b50baab51 to ac958bd1dd8b 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 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: cwallez@google.com Change-Id: Iabc21a338c2c276f190666a6afa3245f3c8c8060 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/453856 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2021-09-29 04:00:59 +00:00
"third_party/externals/tint" : "https://dawn.googlesource.com/tint@ac958bd1dd8b80804c39204d4c7ba3f0205fe48a",
"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@61903609674f2a4ad18abbbcb1d40f5c8beeeaf4",
"third_party/externals/harfbuzz" : "https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@a52c6df38a38c4e36ff991dfb4b7d92e48a44553",
"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@cf653e4ca4858583802b0d1656bc934edff6bd7f",
"third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@11cd875ed88484f93943071083b4821b4c3d2193",
Roll SwiftShader from efbbb2f07b36 to 562df4889b81 (7 revisions) https://swiftshader.googlesource.com/SwiftShader.git/+log/efbbb2f07b36..562df4889b81 2021-09-27 capn@google.com Implement support for regular scaled buffer formats 2021-09-27 capn@google.com Eliminate Subzero's dependency on llvm::FoldingSet 2021-09-27 nicolascapens@google.com Fix dEQP setup documentation for Linux 2021-09-27 capn@google.com Fix obtaining the execution model from the intended entry point 2021-09-27 srisser@google.com Implement VK_EXT_4444_formats 2021-09-27 capn@google.com Revert "Work around dEQP-VK output_location test flakiness" 2021-09-27 capn@google.com Increase maxStorageBufferRange to MAX_MEMORY_ALLOCATION_SIZE (1 GiB) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-skia-autoroll Please CC csmartdalton@google.com on the revert to ensure that a human is aware of the problem. To file a bug in SwiftShader: https://bugs.chromium.org/p/swiftshader/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:Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader Bug: None Tbr: csmartdalton@google.com Change-Id: I188af375297dfc9b51e1b1376da1a8d4a29a8994 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/453377 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2021-09-28 04:01:03 +00:00
"third_party/externals/swiftshader" : "https://swiftshader.googlesource.com/SwiftShader@562df4889b8140479d1429e67391f80025493e94",
#"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@87b96a650c5408b724ec6c1bfb28bfffb24a3f50",
"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'