skia2/DEPS

65 lines
7.1 KiB
Plaintext
Raw Normal View History

use_relative_paths = True
vars = {
# 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:7488f1b9caa8bb7d86fe2bc78972613f8bdd1e32',
}
deps = {
"buildtools" : "https://chromium.googlesource.com/chromium/src/buildtools.git@b138e6ce86ae843c42a1a08f37903207bebcca75",
Roll ANGLE from 0b533e64cf61 to 9800a3cf3f7c (9 revisions) https://chromium.googlesource.com/angle/angle.git/+log/0b533e64cf61..9800a3cf3f7c 2022-06-01 chris@rive.app Add a test for imageLoad after glClear to the texture 2022-05-31 jmadill@chromium.org Vulkan: Switch resource tracking. 2022-05-31 jmadill@chromium.org Vulkan: Track used command buffers in ResourceUse. 2022-05-31 senorblanco@chromium.org D3D11: minor cleanup to getSRVLevel(). 2022-05-31 geofflang@google.com GL: Temporarily enable validation for all GL calls. 2022-05-31 ggabu423@gmail.com Fix to invalidate cache when binding Transform Feedback. 2022-05-31 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from d070309f7d15 to 51c43dc015b7 (1 revision) 2022-05-31 geofflang@chromium.org Revert "Initialize buffer contents separately from BufferImpl::setData" 2022-05-31 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 312583ebe76f to 85bb5555c93e (843 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 bungeman@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: bungeman@google.com Change-Id: If199df15478cd75a2e449b7438dc6e7aab7ff60c Reviewed-on: https://skia-review.googlesource.com/c/skia/+/545523 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2022-06-01 04:01:13 +00:00
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@9800a3cf3f7ccebfc91c85979aa94516d571b304",
"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 f45180a428d2 to 25b7e98d1100 (61 revisions) https://dawn.googlesource.com/dawn.git/+log/f45180a428d2..25b7e98d1100 2022-06-01 bclayton@google.com tint/writer/glsl: Inline constant expressions 2022-06-01 jie.a.chen@intel.com Explicit vkImage create to wrap video frame 2022-06-01 jrprice@google.com tint/spirv: Fix atomicCompareExchangeWeak 2022-05-31 amaiorano@google.com tint: update origin-trial-changes.md for atomicCompareExchangeWeak changes 2022-05-31 bclayton@google.com tint/resolver: Implement candidate overload resolution 2022-05-31 bclayton@google.com tint: Remove use of inf / nans from e2e tests 2022-05-31 bclayton@google.com tint/sem: Add more helpers to Constant 2022-05-31 enga@chromium.org Return an error surface if surface creation fails 2022-05-31 bclayton@google.com tint/writer/wgsl: Emit 'f' suffix on FloatLiteralExpressions 2022-05-31 bclayton@google.com tint/resolver: Materialize RHS of non-phony assignments 2022-05-31 enga@chromium.org Fix typo in OWNERS file 2022-05-31 enga@chromium.org Remove custom serialization of device properties 2022-05-31 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 59aa5963cf64 to ba231aba2243 (1 revision) 2022-05-31 bclayton@google.com tint/resolver: Materialize array size expression 2022-05-31 enga@chromium.org Ensure the Vulkan fuzzer uses SwiftShader 2022-05-31 hogehoge@gachapin.jp Change wgpu::VertexStepMode::VertexBufferNotUsed enum value 2022-05-31 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 51c43dc015b7 to 55dd5e7034ed (1 revision) 2022-05-31 bclayton@google.com tint/resolver: Materialize array index expression 2022-05-31 amaiorano@google.com Implement atomicCompareExchangeWeak returning struct instead of vec2 2022-05-31 bclayton@google.com tint: Add Checked[Add|Mul|Madd]() 2022-05-31 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 33b254fe85e3 to 0b533e64cf61 (3 revisions) 2022-05-30 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from d070309f7d15 to 51c43dc015b7 (1 revision) 2022-05-30 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from a2fe4445dce5 to 33b254fe85e3 (4 revisions) 2022-05-30 dsinclair@chromium.org Update some forward declarations. 2022-05-30 bclayton@google.com tint: Lex abstract integers 2022-05-30 bclayton@google.com tools: Add colored icons to the CTS roll msgs 2022-05-30 bclayton@google.com Roll third_party/webgpu-cts/ 5f05d6d5e..70091fdb8 (2 commits) 2022-05-30 dsinclair@chromium.org Update clang-tidy configuration. 2022-05-29 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 9ea3967d3e8b to a2fe4445dce5 (1 revision) 2022-05-28 bclayton@google.com tint/resolver: Materialize arguments to @workgroup_size 2022-05-28 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from e46647cbc883 to 59aa5963cf64 (5 revisions) 2022-05-28 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from b267c009d4d6 to 9ea3967d3e8b (4 revisions) 2022-05-28 bclayton@google.com tint/resolver: Materialize argument to bitcast 2022-05-28 bclayton@google.com tint/resolver: Add tests for implicit type materialization 2022-05-28 enga@chromium.org Update Dawn tests and fuzzers to create adapters/devices on the wire 2022-05-27 senorblanco@chromium.org ANGLE/D3D11: reenable now-passing bind groups tests. 2022-05-27 bclayton@google.com tint/resolver: Rename test field names, update comments 2022-05-27 bclayton@google.com tint/resolver: Make Materialize() handle nullptr expressions 2022-05-27 bclayton@google.com tint: Remove ConversionFailure::kTooSmall 2022-05-27 bclayton@google.com tint/resolver: Ensure that validation is done before CollectTextureSamplerPairs() 2022-05-27 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from aa2201725270 to b267c009d4d6 (4 revisions) 2022-05-27 bclayton@google.com tools: Automatically generate resource_files.txt 2022-05-27 bclayton@google.com tint/reader/wgsl: Error if a hex float is not exactly representable 2022-05-27 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 090d24c0ff24 to e46647cbc883 (4 revisions) 2022-05-27 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 5ca5b0ae5a7d to d070309f7d15 (5 revisions) 2022-05-27 jiawei.shao@intel.com Vulkan: Remove deprecated VK_MAKE_VERSION 2022-05-27 jiawei.shao@intel.com Fix a Kokoro build error and a presubmit warning 2022-05-27 bclayton@google.com dawn: Add missing #include 2022-05-27 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 54e08a5af1f7 to aa2201725270 (4 revisions) 2022-05-27 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from c1e419261c41 to 090d24c0ff24 (9 revisions) 2022-05-27 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from b29b3ba75888 to 5ca5b0ae5a7d (3 revisions) 2022-05-27 enga@chromium.org Workaround UBSAN errors re incorrect function pointer types 2022-05-27 jiawei.shao@intel.com Vulkan: Support feature chromium_experimental_dp4a 2022-05-26 bajones@chromium.org Begin auto generating GPUInfo utilities 2022-05-26 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 891dd5b3d8eb to 54e08a5af1f7 (4 revisions) 2022-05-26 kainino@chromium.org Remove TextureView test suppressions for Mac AMD 2022-05-26 senorblanco@chromium.org ANGLE/D3D11: remove suppression for now-passing test. 2022-05-26 enga@chromium.org Reduce fuzzer log spam 2022-05-26 bclayton@google.com tint/reader/wgsl: Lex abstract floats 2022-05-26 bclayton@google.com tint/reader/wgsl: Use C++17 hex floats for tests 2022-05-26 bclayton@google.com tint/reader/wgsl: Lex abstract hex floats 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 lokokung@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: lokokung@google.com Test: Test: dawn_end2end_tests Change-Id: I9f202489233a336f396adacc4fc7dcc73a794b0e Reviewed-on: https://skia-review.googlesource.com/c/skia/+/545522 Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2022-06-01 04:00:46 +00:00
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@25b7e98d1100f3dd5b261915867fc2fbf3dedae0",
"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/abseil-cpp" : "https://skia.googlesource.com/external/github.com/abseil/abseil-cpp.git@c5a424a2a21005660b182516eb7a079cd8021699",
"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/emsdk" : "https://skia.googlesource.com/external/github.com/emscripten-core/emsdk.git@e34773a0d1a2f32dd3ba90d408a30fae89aa3c5a",
"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@b98dd169a1823485e35b3007ce707a6712dcd525",
"third_party/externals/harfbuzz" : "https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@8d1b000a3edc90c12267b836b4ef3f81c0e53edc",
"third_party/externals/highway" : "https://chromium.googlesource.com/external/github.com/google/highway.git@424360251cdcfc314cfc528f53c872ecd63af0f0",
"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@55d35d8387c15bf0cfd71861df67af8cfbda7456",
"third_party/externals/libgifcodec" : "https://skia.googlesource.com/libgifcodec@fd59fa92a0c86788dcdd84d091e1ce81eda06a77",
"third_party/externals/libjpeg-turbo" : "https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@22f1a22c99e9dde8cd3c72ead333f425c5a7aa77",
"third_party/externals/libjxl" : "https://chromium.googlesource.com/external/gitlab.com/wg1/jpeg-xl.git@a205468bc5d3a353fb15dae2398a101dff52f2d3",
"third_party/externals/libpng" : "https://skia.googlesource.com/third_party/libpng.git@386707c6d19b974ca2e3db7f5c61873813c6fe44",
"third_party/externals/libwebp" : "https://chromium.googlesource.com/webm/libwebp.git@20ef03ee351d4ff03fc5ff3ec4804a879d1b9d5c",
"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/rive" : "https://skia.googlesource.com/external/github.com/rive-app/rive-cpp.git@2e80e5803390f16e5047c8e15ab78f7a1d846856",
"third_party/externals/sfntly" : "https://chromium.googlesource.com/external/github.com/googlei18n/sfntly.git@b55ff303ea2f9e26702b514cf6a3196a2e3e2974",
"third_party/externals/swiftshader" : "https://swiftshader.googlesource.com/SwiftShader@55dd5e7034edde15f0b700bb21e6e59fd93b8508",
"third_party/externals/vulkanmemoryallocator" : "https://chromium.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@7de5cc00de50e71a3aab22dea52fbb7ff4efceb6",
# vulkan-deps is a meta-repo containing several interdependent Khronos Vulkan repositories.
# When the vulkan-deps revision is updated, those repos (spirv-*, vulkan-*) should be updated as well.
"third_party/externals/vulkan-deps" : "https://chromium.googlesource.com/vulkan-deps@ba231aba224387afee7eb9ac2869c0063f3d89e0",
"third_party/externals/spirv-cross" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross@50b4d5389b6a06f86fb63a2848e1a7da6d9755ca",
Roll vulkan-deps from c8893896acff to 52bc20ec61a0 (6 revisions) https://chromium.googlesource.com/vulkan-deps.git/+log/c8893896acff..52bc20ec61a0 Also rolling transitive DEPS: https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers from b765c355f488 to 5a121866927a https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools from 98340ec500e9 to c26712784629 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools from 6be9971a3737 to 903245157779 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/vulkan-deps-skia-autoroll Please CC tdenniston@google.com on the revert to ensure that a human is aware of the problem. 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;skia/skia.primary:Build-Debian10-Clang-x86_64-Release-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE Bug: None Tbr: tdenniston@google.com Change-Id: I651fa7aeb998ff1c721e06f168bfd275db61b311 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/543962 Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2022-05-25 20:29:13 +00:00
"third_party/externals/spirv-headers" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git@5a121866927a16ab9d49bed4788b532c7fcea766",
"third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@130a05d2e3e5ca04780c6d7e417382d61e36688a",
Roll vulkan-deps from aae529072cf3 to f2e3235f6ca7 (5 revisions) https://chromium.googlesource.com/vulkan-deps.git/+log/aae529072cf3..f2e3235f6ca7 Also rolling transitive DEPS: https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers from 1b4f46a3cc69 to 245d25ce8c33 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools from 689140c20446 to 6be9971a3737 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/vulkan-deps-skia-autoroll Please CC tdenniston@google.com on the revert to ensure that a human is aware of the problem. 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;skia/skia.primary:Build-Debian10-Clang-x86_64-Release-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE Bug: None Tbr: tdenniston@google.com Change-Id: I9f43f9a6bee4fc394056177a4eaff967b2188ebe Reviewed-on: https://skia-review.googlesource.com/c/skia/+/543465 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2022-05-24 19:10:13 +00:00
"third_party/externals/vulkan-headers" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers@245d25ce8c3337919dc7916d0e62e31a0d8748ab",
"third_party/externals/vulkan-tools" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools@dd7e8d2fbbdaca099e9ada77fec178e12a6b37d5",
#"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",
'bin': {
'packages': [
{
'package': 'skia/tools/sk/${{platform}}',
'version': Var('sk_tool_revision'),
}
],
'dep_type': 'cipd',
},
}