skia2/DEPS

57 lines
5.6 KiB
Plaintext
Raw Normal View History

use_relative_paths = True
vars = {
"checkout_chromium": False,
}
deps = {
"buildtools" : "https://chromium.googlesource.com/chromium/buildtools.git@505de88083136eefd056e5ee4ca0f01fe9b33de8",
"common" : "https://skia.googlesource.com/common.git@9737551d7a52c3db3262db5856e6bcd62c462b92",
Roll ANGLE from 6c1581646c46 to 989c790d4b8b (14 revisions) https://chromium.googlesource.com/angle/angle.git/+log/6c1581646c46..989c790d4b8b 2020-06-04 syoussefi@chromium.org Remove workaround for fixed compiler bug 2020-06-04 syoussefi@chromium.org Update and de-duplicate expectations file format comment 2020-06-04 msisov@igalia.com Add EGL_PLATFORM_ANGLE_NATIVE_PLATFORM_TYPE_ANGLE 2020-06-03 jmadill@chromium.org No-op incomplete framebuffer invalidation. 2020-06-03 kbr@chromium.org Fix validation of PVRTC compressed texture sizes. 2020-06-03 geofflang@chromium.org Vulkan: Correct the viewport before intersecting it with the scissor. 2020-06-03 syoussefi@chromium.org Vulkan: Remove validation error suppressions for VVL bug 2020-06-03 syoussefi@chromium.org Vulkan: Remove validation error suppression for fixed issue 2020-06-03 ianelliott@google.com Vulkan: Pre-rotate dFdx() & dFdy() for Android 2020-06-03 nguyenmh@google.com Presubmit script to enforce commit message formatting 2020-06-03 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-ValidationLayers from 515b4041cc32 to d43f5107400d (1 revision) 2020-06-03 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-Tools from 2bc4fcd9eba5 to 322784a873be (1 revision) 2020-06-03 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 11dd7183c4d2 to 3ad285a60d82 (15 revisions) 2020-06-03 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SPIRV-Tools from f050cca7ec47 to 636f449e1529 (1 revision) 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 tdenniston@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-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 Bug: chromium:1078378,chromium:1084458,chromium:951458 Tbr: tdenniston@google.com Test: Test: angle_deqp_gles3_tests --gtest_filter=dEQP.GLES3/functional_shaders_derivateTest: Test: angle_end2end_tests --gtest_filter=*EGLPreRotationSurfaceTest.OrientedWindow Change-Id: I5f56cca47b617cb4921d2c29662abdea6261b9ea Reviewed-on: https://skia-review.googlesource.com/c/skia/+/294063 Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2020-06-04 04:01:25 +00:00
"third_party/externals/angle2" : "https://chromium.googlesource.com/angle/angle.git@989c790d4b8b050e5628ec023cbbc56ed63364aa",
# Dawn requires jinja2 and markupsafe for the code generator, and glslang and shaderc for SPIRV compilation.
# When the Dawn revision is updated these should be updated from the Dawn DEPS as well.
Roll dawn from 295a4177aebc to 783cd5a79c8a (24 revisions) https://dawn.googlesource.com/dawn.git/+log/295a4177aebc..783cd5a79c8a 2020-06-04 natlee@microsoft.com Avoid processing already processed tick 2020-06-03 enga@chromium.org Test that vertex attributes can overlap 2020-06-03 brandon1.jones@intel.com Try To Recover From MakeResident Failure 2020-06-03 enga@chromium.org Generate specific error when BGL storageTextureFormat is missing 2020-06-03 enga@chromium.org Metal: Handle Buffer allocation failure 2020-06-03 cwallez@chromium.org Fix compilation failure with libstdc++ 2020-06-02 bryan.bernhart@intel.com D3D12: Fix RO storage buffer mismatches. 2020-06-02 enga@chromium.org Add warning for non-c-typedef-for-linkage 2020-06-02 enga@chromium.org Skip creating the VkImageView if the texture usage is only Copy 2020-06-02 cwallez@chromium.org Deprecate Buffer::SetSubData in favor of Queue::WriteBuffer 2020-06-01 enga@chromium.org D3D12: Skip dynamic buffer bindings with None visibility 2020-06-01 rharrison@chromium.org Rolling 5 dependencies 2020-06-01 bryan.bernhart@intel.com Roll third_party/shaderc/ 7d2f8c57e..da87b8d8b (3 commits) 2020-06-01 cwallez@chromium.org Fix missing space in an error string. 2020-06-01 enga@chromium.org Fix ValidateEntireSubresourceCopied 2020-06-01 cwallez@chromium.org d3d12_platform: ensure windows.h macros don't cause compile errors 2020-05-29 cwallez@chromium.org Revert "Check FP16 support on vulkan backend" 2020-05-29 enga@chromium.org Ensure dynamic buffer offset bindings are sorted in increasing order 2020-05-29 enrico.galli@intel.com D3D12: Silence known debug layer warnings 2020-05-29 cwallez@chromium.org Fix unlinking nullptr error scopes if device init failed 2020-05-29 jiawei.shao@intel.com Add basic supports of storage textures on OpenGL 2020-05-29 cwallez@chromium.org Metal: Fix clearing of subresource mipmaps. 2020-05-29 bryan.bernhart@intel.com Rolling 1 dependencies 2020-05-29 cwallez@chromium.org Remove the defaulting for bytesPerRow = 0 Also rolling transitive DEPS: https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang from 2b0eafb1de5b to d39b8afc47a1 https://chromium.googlesource.com/external/github.com/google/shaderc from 7d2f8c57ee3e to da87b8d8b0a1 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: I6ff9047af7336a1e181de70c504b13576daa6e5a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/294062 Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2020-06-04 04:01:24 +00:00
"third_party/externals/dawn" : "https://dawn.googlesource.com/dawn.git@783cd5a79c8ada83622c327ec054f6cc990c2825",
"third_party/externals/glslang" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang@d39b8afc47a1f700b5670463c0d1068878acee6f",
"third_party/externals/jinja2" : "https://chromium.googlesource.com/chromium/src/third_party/jinja2@b41863e42637544c2941b574c7877d3e1f663e25",
"third_party/externals/markupsafe" : "https://chromium.googlesource.com/chromium/src/third_party/markupsafe@8f45f5cfa0009d2a70589bcda0349b8cb2b72783",
Roll dawn from 295a4177aebc to 783cd5a79c8a (24 revisions) https://dawn.googlesource.com/dawn.git/+log/295a4177aebc..783cd5a79c8a 2020-06-04 natlee@microsoft.com Avoid processing already processed tick 2020-06-03 enga@chromium.org Test that vertex attributes can overlap 2020-06-03 brandon1.jones@intel.com Try To Recover From MakeResident Failure 2020-06-03 enga@chromium.org Generate specific error when BGL storageTextureFormat is missing 2020-06-03 enga@chromium.org Metal: Handle Buffer allocation failure 2020-06-03 cwallez@chromium.org Fix compilation failure with libstdc++ 2020-06-02 bryan.bernhart@intel.com D3D12: Fix RO storage buffer mismatches. 2020-06-02 enga@chromium.org Add warning for non-c-typedef-for-linkage 2020-06-02 enga@chromium.org Skip creating the VkImageView if the texture usage is only Copy 2020-06-02 cwallez@chromium.org Deprecate Buffer::SetSubData in favor of Queue::WriteBuffer 2020-06-01 enga@chromium.org D3D12: Skip dynamic buffer bindings with None visibility 2020-06-01 rharrison@chromium.org Rolling 5 dependencies 2020-06-01 bryan.bernhart@intel.com Roll third_party/shaderc/ 7d2f8c57e..da87b8d8b (3 commits) 2020-06-01 cwallez@chromium.org Fix missing space in an error string. 2020-06-01 enga@chromium.org Fix ValidateEntireSubresourceCopied 2020-06-01 cwallez@chromium.org d3d12_platform: ensure windows.h macros don't cause compile errors 2020-05-29 cwallez@chromium.org Revert "Check FP16 support on vulkan backend" 2020-05-29 enga@chromium.org Ensure dynamic buffer offset bindings are sorted in increasing order 2020-05-29 enrico.galli@intel.com D3D12: Silence known debug layer warnings 2020-05-29 cwallez@chromium.org Fix unlinking nullptr error scopes if device init failed 2020-05-29 jiawei.shao@intel.com Add basic supports of storage textures on OpenGL 2020-05-29 cwallez@chromium.org Metal: Fix clearing of subresource mipmaps. 2020-05-29 bryan.bernhart@intel.com Rolling 1 dependencies 2020-05-29 cwallez@chromium.org Remove the defaulting for bytesPerRow = 0 Also rolling transitive DEPS: https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang from 2b0eafb1de5b to d39b8afc47a1 https://chromium.googlesource.com/external/github.com/google/shaderc from 7d2f8c57ee3e to da87b8d8b0a1 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: I6ff9047af7336a1e181de70c504b13576daa6e5a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/294062 Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2020-06-04 04:01:24 +00:00
"third_party/externals/shaderc" : "https://chromium.googlesource.com/external/github.com/google/shaderc@da87b8d8b0a1d474655098faea7ffe544764e69e",
"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@e976867fb57a0cd87e3b0fe05d59e0ed63c6febb",
"third_party/externals/freetype" : "https://skia.googlesource.com/third_party/freetype2.git@0a3d2bb99b45b72e1d45185ab054efa993d97210",
"third_party/externals/harfbuzz" : "https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git@3a74ee528255cc027d84b204a87b5c25e47bff79",
"third_party/externals/icu" : "https://chromium.googlesource.com/chromium/deps/icu.git@dbd3825b31041d782c5b504c59dcfb5ac7dda08c",
"third_party/externals/imgui" : "https://skia.googlesource.com/external/github.com/ocornut/imgui.git@d38d7c6628bebd02692cfdd6fa76b4d992a35b75",
"third_party/externals/libgifcodec" : "https://skia.googlesource.com/libgifcodec@d06d2a6d42baf6c0c91cacc28df2542a911d05fe",
"third_party/externals/libjpeg-turbo" : "https://skia.googlesource.com/external/github.com/libjpeg-turbo/libjpeg-turbo.git@574f3a772c96dc9db2c98ef24706feb3f6dbda9a",
"third_party/externals/libpng" : "https://skia.googlesource.com/third_party/libpng.git@386707c6d19b974ca2e3db7f5c61873813c6fe44",
"third_party/externals/libwebp" : "https://chromium.googlesource.com/webm/libwebp.git@0fa56f307f813fa9e43c7a332fa3efc2fae410dd",
"third_party/externals/lua" : "https://skia.googlesource.com/external/github.com/lua/lua.git@e354c6355e7f48e087678ec49e340ca0696725b1",
"third_party/externals/microhttpd" : "https://android.googlesource.com/platform/external/libmicrohttpd@748945ec6f1c67b7efc934ab0808e1d32f2fb98d",
"third_party/externals/opencl-lib" : "https://skia.googlesource.com/external/github.com/GPUOpen-Tools/common-lib-amd-APPSDK-3.0@4e6d30e406d2e5a65e1d65e404fe6df5f772a32b",
"third_party/externals/opencl-registry" : "https://skia.googlesource.com/external/github.com/KhronosGroup/OpenCL-Registry@932ed55c85f887041291cef8019e54280c033c35",
"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/sdl" : "https://skia.googlesource.com/third_party/sdl@5d7cfcca344034aff9327f77fc181ae3754e7a90",
"third_party/externals/sfntly" : "https://chromium.googlesource.com/external/github.com/googlei18n/sfntly.git@b55ff303ea2f9e26702b514cf6a3196a2e3e2974",
Rolling 2 dependencies Roll third_party/externals/shaderc/ 7d2f8c57e..d8eca133b (4 commits) https://chromium.googlesource.com/external/github.com/google/shaderc/+log/7d2f8c57ee3e..d8eca133b4b1 $ git log 7d2f8c57e..d8eca133b --date=short --no-merges --format='%ad %ae %s' 2020-06-01 rharrison Rolling 5 dependencies (#1078) 2020-06-01 bryan.bernhart Support forcing storage buffers to be always declared as UAV. (#1076) 2020-06-01 rharrison Roll third_party/spirv-cross/ 61cddd630..d385bf096 (4 commits) (#1077) 2020-05-26 rharrison Rolling 4 dependencies and expectations (#1074) Roll third_party/externals/spirv-cross/ 7e0295abf..d385bf096 (18 commits) https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross/+log/7e0295abf81c..d385bf096f5d $ git log 7e0295abf..d385bf096 --date=short --no-merges --format='%ad %ae %s' 2020-05-28 bryan.bernhart Prefer set/binding API 2020-05-28 post Document all CLI options. 2020-05-28 post Do not mask writes to remapped variables in all cases. 2020-05-27 bryan.bernhart HLSL: Add option to treat certain SSBO bindings as UAV, even with readonly. 2020-05-25 post Handle physical pointers in reflection API. 2020-05-22 post GLSL: Improve support for GL_ARB_shader_draw_parameters in desktop GLSL. 2020-05-21 dsinclair Roll SPIRV-Tools, SPIRV-Headers and GLSLang. 2020-05-20 dsinclair Roll dependencies 2020-05-20 post GLSL: Add more test shaders for hit attribute types. 2020-05-20 post GLSL: Support ray payloads and hit attributes declared as Block. 2020-05-20 post GLSL: Add some more focused RT test shaders. 2020-05-19 post HLSL: Implement image queries for UAV images. 2020-05-08 post Support gl_InstanceID in RT shaders. 2020-05-06 post MSL: Avoid packed arrays in more cases. 2020-05-06 post Add missing reference files from PR merge. 2020-05-06 lehoangq Fix #1359: MSL: If the packed type is scalar, don't emit "pack_" prefix. 2020-04-30 post MSL: Redirect member indices when buffer has been sorted by Offset. 2020-04-30 cwallez Fix -Wmicrosoft-enum-value Created with: roll-dep third_party/externals/shaderc third_party/externals/spirv-cross Change-Id: I16638dc8707b987b8e73bf99f3d9976c7ac5fb60 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/293516 Reviewed-by: Zhenyao Mo <zmo@google.com> Commit-Queue: Zhenyao Mo <zmo@google.com>
2020-06-02 08:03:00 +00:00
"third_party/externals/spirv-cross" : "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross@d385bf096f5dabbc4cdaeb6872b0f64be1a63ad0",
Rolling 3 dependencies Roll third_party/externals/shaderc/ ced9c72d0..41f271e61 (1 commit) https://chromium.googlesource.com/external/github.com/google/shaderc/+log/ced9c72d005e..41f271e6139c $ git log ced9c72d0..41f271e61 --date=short --no-merges --format='%ad %ae %s' 2020-04-28 rharrison Rolling 5 dependencies, updating expectations, and fixing build issues (#1051) Roll third_party/externals/spirv-cross/ 6637610b1..7e0295abf (24 commits) https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross/+log/6637610b16aa..7e0295abf81c $ git log 6637610b1..7e0295abf --date=short --no-merges --format='%ad %ae %s' 2020-04-28 rharrison Update SPIR-V Headers to 1.5 rev 3 2020-04-27 post Work around odd deadlock in test_shaders.py in --parallel mode. 2020-04-27 post Implement OpAtomicLoad/OpAtomicStore. 2020-04-27 post MSL: Fix case where subpassInput is passed to leaf functions. 2020-04-27 alexis.payen Fixed recursion in combined_decoration_for_member Members in nested structs were not properly iterated on, and as a result, flags like row major for matrices could be not propagated properly. 2020-04-23 dsinclair Roll GLSLang, SPIRV-Tools and SPIRV-Headers. 2020-04-21 post GLSL: Support f16x2 <-> f32 bitcast. 2020-04-21 post Be a bit more careful what nonuniform state is propagated. 2020-04-21 post Handle RayQueryKHR type. 2020-04-21 post Update SPIR-V headers. 2020-04-18 devsh.graphicsprogramming Fix issue #1327 2020-04-21 post HLSL: Add parens in unpackUint2x32 for clarity. 2020-04-21 post HLSL: Only allow 64-bit integers in SM 6.0. 2020-04-21 post Ensure unpack/pack2x32 tests are compatible with test suite. 2020-04-17 bingkan GLSL/HLSL: Support packUint2x32 and unpackUint2x32 2020-04-21 post MSL: Deal correctly with initializers on Private variables. 2020-04-20 post MSL: Support edge case with DX layout in scalar block layout. 2020-04-20 post MSL: Allow removing clip distance user varyings. 2020-04-18 godlike Reflection: Add specialization constant name 2020-04-15 cdavis MSL: Force disabled fragment builtins to have the right name. 2020-04-15 cdavis MSL: Only disable output variables in fragment shaders. 2020-04-10 cdavis MSL: Add options to control emission of fragment outputs. 2020-04-09 h.baensch.92 Improve compatibility with clang-cl 2020-04-07 post MSL: Do not use base expression with PhysicalTypeID OpCompositeExtract. Roll third_party/externals/spirv-headers/ f8bf11a02..c0df742ec (6 commits) https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git/+log/f8bf11a0253a..c0df742ec0b8 $ git log f8bf11a02..c0df742ec --date=short --no-merges --format='%ad %ae %s' 2020-04-24 cepheus Update headers to SPIR-V 1.5 Revision 3 2020-04-24 cepheus Add a bunch of missing "version" : "None" for ray tracing. 2020-04-24 cepheus Rebuild the headers with the fixed grammar file. 2020-04-24 cepheus Add missing "version" : "None" for ShaderCallKHR 2020-04-24 cepheus Grammar: The ray-tracing updates were not done in numerical ordering. 2020-04-13 cepheus Discuss generator magic number reservations. Created with: roll-dep third_party/externals/shaderc third_party/externals/spirv-cross third_party/externals/spirv-headers Change-Id: Ie435f5bc9ef0ca41dde5f0a17c262028c85c5dea Reviewed-on: https://skia-review.googlesource.com/c/skia/+/286337 Commit-Queue: Stephen White <senorblanco@chromium.org> Reviewed-by: Stephen White <senorblanco@chromium.org>
2020-04-30 07:46:57 +00:00
"third_party/externals/spirv-headers" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git@c0df742ec0b8178ad58c68cff3437ad4b6a06e26",
Roll Dawn 11652ff8f8b3..6574f92747a2. This also rolls * glslang 1f0fcbe5a...b5757b950 * shaderc 362becca1..802636496 * spirv-cross 871c85d7f..6637610b1 * spirv-tools 1c8bda372..e95fbfb1f https://dawn.googlesource.com/dawn.git/+log/11652ff8f8b3..6574f92747a2 git log 11652ff8f..6574f9274 --date=short --no-merges --format='%ad %ae %s' 2020-04-09 cwallez@chromium.org Fix the @rpath of dawn_components 2020-04-09 cwallez@chromium.org Remove temporary GN groups after Chromium fix 2020-04-09 cwallez@chromium.org Fix UBO/SSBO OOB in ComputeStorageBufferBarrierTests 2020-04-09 cwallez@chromium.org Fix wgpu::WholeSize not being set correctly inside BindGroup 2020-04-09 cwallez@chromium.org Skip ViewportTest failing on Swiftshader. 2020-04-09 cwallez@chromium.org Skip Float16 TextureFormatTests on Swiftshader 2020-04-08 rharrison@chromium.org Propagate comparison sampler support from spvc 2020-04-08 zmo@chromium.org Make the Vulkan Validation Layers an optional dependency. 2020-04-08 cwallez@chromium.org BUILD.gn: enable additional warnings. 2020-04-08 cwallez@chromium.org Roll third_party/swiftshader/ 51b2800bb..63ed0e445 (131 commits) 2020-04-08 cwallez@chromium.org Fix wgpu::WholeSize to count until the end of the buffer. 2020-04-08 cwallez@chromium.org dawn_wire: Correctly handle buffer state changes on Destroy() 2020-04-07 rharrison@chromium.org Add default to conversion utility to avoid build breakage 2020-04-07 cwallez@chromium.org Fixes to be able to build Dawn inside Skia 2020-04-07 cwallez@chromium.org Simplify the device lifecycle. 2020-04-07 cwallez@chromium.org Fix Dawn's proxy groups to use public_deps instead of deps 2020-04-07 cwallez@chromium.org Fix a -Wstrict-prototypes 2020-04-07 cwallez@chromium.org Add a DeviceBase::Initialize that must be called by backends. 2020-04-07 cwallez@chromium.org BUILD.gn: rename libdawn_native/wire to dawn_native/wire 2020-04-07 cwallez@chromium.org Split dawn_(native|wire|platform) to their own BUILD.gn files 2020-04-07 cwallez@chromium.org Rename BG[L]Binding to BG[L]Entry 2020-04-06 kainino@chromium.org Fix is_asan build (at least on Mac) 2020-04-06 bryan.bernhart@intel.com Reland "D3D12: Stage BindGroups on CPU descriptor heaps." 2020-04-06 rafael.cintron@microsoft.com Make RefCounted derived objects have private destructors 2020-04-06 cwallez@chromium.org Make Toggles overriden automatically and device creation 2020-04-06 hao.x.li@intel.com Force uninitialized variables to be zero for shader compiler on D3D12 2020-04-06 rharrison@chromium.org Rolling 3 dependencies 2020-04-06 cwallez@chromium.org Change the TogglesSet API to look like a set<> 2020-04-06 cwallez@chromium.org Revert "D3D12: Stage BindGroups on CPU descriptor heaps." 2020-04-03 hao.x.li@intel.com Roll third_party/shaderc/ f085b9745..f175adffa (4 commits) 2020-04-03 enga@chromium.org Support chained extension structs on the wire 2020-04-03 bryan.bernhart@intel.com D3D12: Stage BindGroups on CPU descriptor heaps. 2020-04-03 hao.x.li@intel.com Return error instead of crash if compile shader failed on D3D12 2020-04-02 cwallez@chromium.org Add enga@chromium.org as OWNER 2020-04-02 cwallez@chromium.org Fix -Wunreachable-code-break 2020-04-02 cwallez@chromium.org Normalize case X : {} break; to case X : { break;} 2020-04-01 natlee@microsoft.com D3D12 Add check for DXGI_ERROR_DEVICE_REMOVED real device removed 2020-04-01 cwallez@chromium.org Rename GetBindGroupLayout's argument group->groupIndex 2020-04-01 cwallez@chromium.org Separate device lost from internal errors. 2020-03-31 cwallez@chromium.org Use the default values for Dispatch in examples and tests 2020-03-31 cwallez@chromium.org Add the defaults for Draw and DrawIndexed 2020-03-31 brandon1.jones@intel.com Residency 5: Implement and Integrate Residency Management 2020-03-30 yunchao.he@intel.com Add validation tests for resource usage tracking - 4 2020-03-30 cwallez@chromium.org Fix compilation on iOS where setDisplaySyncEnabled isn't available. 2020-03-30 bungeman@chromium.org Add std:: to nullptr_t 2020-03-30 rafael.cintron@microsoft.com Call ID3D12SharingContract::Present on WebGPU swap buffer destroy 2020-03-30 rharrison@chromium.org Rolling 4 dependencies 2020-03-30 natlee@microsoft.com D3D12 Immediately release pending commands 2020-03-27 yunchao.he@intel.com Add validation tests for resource usage tracking - 2 2020-03-27 enga@chromium.org Merge BindGroupLayout and ShaderModule BindingInfos 2020-03-27 cwallez@chromium.org Vulkan: Load functions for surface extensions we support. 2020-03-27 cwallez@chromium.org Metal: Don't crash on invalid shaders 2020-03-27 cwallez@chromium.org Vulkan: Free recording context semaphores on destroy. 2020-03-27 cwallez@chromium.org Vulkan: Use EXT_metal_surface instead of MVK_macos_surface 2020-03-27 cwallez@chromium.org Vulkan: Make GatherSurfaceInfo use ResultOrError 2020-03-27 cwallez@chromium.org Vulkan: Don't use vulkan.h's prototypes. 2020-03-27 yunchao.he@intel.com Add validation tests for resource usage tracking 2020-03-26 bryan.bernhart@intel.com perf_tests: Update perf_test_runner format. 2020-03-26 enga@chromium.org Convert LayoutBindingInfo to an array of BindingInfos 2020-03-26 jiawei.shao@intel.com Collect if a storage texture is declared as multisampled in shader 2020-03-25 bryan.bernhart@intel.com D3D12: Add end2end tests for small shader-visible heaps. 2020-03-25 jiawei.shao@intel.com Add validations on the creation of bind groups with storage textures 2020-03-24 enga@chromium.org Add DAWN_NO_DISCARD to ErrorData 2020-03-24 cwallez@chromium.org Validate there are at most kMaxBindingsPerGroup entries per layout. 2020-03-24 jiawei.shao@intel.com Reland "Check bind group layout with storage texture in pipeline descriptors" 2020-03-23 enga@chromium.org Fix MSVC build 2020-03-23 rharrison@chromium.org Rolling 5 dependencies 2020-03-23 cwallez@chromium.org Properly handle SPVC errors. 2020-03-23 cwallez@chromium.org Stop using SPVC by default. 2020-03-20 enga@chromium.org Support and pack unbounded binding numbers in the BGL https://github.com/KhronosGroup/glslang/compare/1f0fcbe5a...b5757b950 git log 1f0fcbe5a..b5757b950 --date=short --no-merges --format='%ad %ae %s' 2020-04-03 rharrison@google.com Remove extra semicolons (#2170) 2020-04-02 mbechard@users.noreply.github.com Shader interface matching rework to fix #2136 (#2156) 2020-04-01 cepheus@frii.com Build warning: Fix #2167: Remove nested reuse of 'unreachable'. 2020-03-31 cepheus@frii.com Bump revision. 2020-03-30 alele@nvidia.com Error assigns to objects of rayQueryEXT type. 2020-03-30 dsinclair@google.com Remove unused variables. 2020-03-30 cepheus@frii.com Fix #2163: improve comments for addProcess() and the preamble. 2020-03-30 ntfs.hard@gmail.com printf format 2020-03-30 ntfs.hard@gmail.com unused var 2020-03-30 ntfs.hard@gmail.com bitwise on boolean 2020-03-30 ntfs.hard@gmail.com opposite inner condition 2020-03-27 greg@lunarg.com Update spirv-tools known_good to latest stable 2020-03-26 neslisah.torosdagli@amd.com accelerationStructureEXT - issue #2152 2020-03-26 neslisah.torosdagli@amd.com accelerationStructureEXT - issue #2152 2020-03-26 neslisah.torosdagli@amd.com pass by reference updates 2020-03-26 neslisah.torosdagli@amd.com pass-by-reference updates 2020-03-25 gcmn@google.com Add missing braces to if condition 2020-03-25 neslisah.torosdagli@amd.com switch format update 2020-03-24 neslisah.torosdagli@amd.com copyright notice changes removed from unchanged files 2020-03-24 neslisah.torosdagli@amd.com copyright notice changes removed from unchanged files 2020-03-24 neslisah.torosdagli@amd.com copyright notice changes removed from unchanged files 2020-03-24 neslisah.torosdagli@amd.com spirv.hpp reverted to commit f368dcbb7d8af23f0cba3015d0f4dda9dc3aa66d 2020-03-24 neslisah.torosdagli@amd.com .travis updated to origin, rayQueryCheck removed 2020-03-23 neslisah.torosdagli@amd.com const rayFlag defs used in the test cases in stead of numerical values 2020-03-23 neslisah.torosdagli@amd.com compute and fragment shader test_cases added for rayQuery 2020-03-23 neslisah.torosdagli@amd.com rayQuery test cases added 2020-03-23 neslisah.torosdagli@amd.com rayQueryEXT function parameter 2020-03-23 neslisah.torosdagli@amd.com rayQueryEXT assignment is allowed. 2020-03-23 neslisah.torosdagli@amd.com test names updated 2020-03-23 kainino@chromium.org update README 2020-03-23 kainino@chromium.org Fix build on CMake 2.8, and fix Web build 2020-03-23 neslisah.torosdagli@amd.com wait time increased for the install 2020-03-23 neslisah.torosdagli@amd.com rayQuery test cases disabled 2020-03-20 neslisah.torosdagli@amd.com GL_EXT_ray_query glslang updates, and test cases added. 2020-03-19 neslisah.torosdagli@amd.com comment update, rayQueryEXT is writable, readonly check removed. 2020-03-19 ntorosda@amd.com GL_EXT_ray_query updates 2020-03-18 cepheus@frii.com Fix #2132: constant matrix constructor from single non-scalar argument 2020-03-19 neslisah.torosdagli@amd.com comment update, rayQueryEXT is writable, readonly check removed. 2020-03-19 ntorosda@amd.com GL_EXT_ray_query updates 2020-03-18 cepheus@frii.com Fix #2132: constant matrix constructor from single non-scalar argument 2020-03-19 neslisah.torosdagli@amd.com comment update, rayQueryEXT is writable, readonly check removed. 2020-03-19 neslisah.torosdagli@amd.com GL_EXT_ray_query updates 2020-03-19 ntorosda@amd.com GL_EXT_ray_query updates https://github.com/google/shaderc/compare/362becca1...802636496 git log 362becca1..802636496 --date=short --no-merges --format="%ad %ae %s" 2020-04-07 rharrison@google.com Add concept of comparison sampler to API (#1036) 2020-04-06 rharrison@google.com Start shaderc v2020.1 2020-04-06 rharrison@google.com Finalize shaderc v2020.0 2020-04-06 rharrison@google.com Update CHANGES 2020-04-06 rharrison@google.com Rolling 5 dependencies and updating exceptions (#1035) 2020-04-02 rharrison@google.com Add flag to control if we build with -Werror (#1032) 2020-03-31 rharrison@google.com Add knob to control force_zero_initialized_variables (#1028) 2020-03-31 dgkoch@users.noreply.github.com update glslang to SDK-Candidate-2 tag (#1027) 2020-03-30 rharrison@google.com Rolling 5 dependencies and updated exceptions (#1026) 2020-03-30 dgkoch@users.noreply.github.com Roll glslang dependency to SDK-candidate tag (#1024) 2020-03-30 rharrison@google.com Add support for WebGPU to shaderc (#1021) 2020-03-26 rharrison@google.com Convert compile options to require explicit environments (#1019) 2020-03-26 dgkoch@users.noreply.github.com Roll glslang dependency (#1018) 2020-03-24 jiawei.shao@intel.com SPVC: Record if a storage texture is declared as multisampled texture (#1011) 2020-03-24 rharrison@google.com Add message about status of artifacts to downloads.md (#1012) 2020-03-24 rharrison@google.com Rolling 5 dependencies (#1014) 2020-03-20 jiawei.shao@intel.com Extract texture dimension for storage textures (#1008) https://github.com/KhronosGroup/SPIRV-Cross/compare/871c85d7f...6637610b1 git log 871c85d7f..6637610b1 --date=short --no-merges --format='%ad %ae %s' 2020-04-03 post@arntzen-software.no Expose a query if samplers or images are comparison resources. 2020-04-03 post@arntzen-software.no Do not add NonWritable/NonReadable decorations for regular images. 2020-04-03 post@arntzen-software.no MSL: Deal with cases where builtin is implicitly needed, declared, but unused. 2020-04-03 post@arntzen-software.no HLSL: Add support for treating NonWritable UAV texture as SRV instead. 2020-04-03 troughton@users.noreply.github.com MSL: mark BuiltInFragCoord as implicitly used for subpass reads 2020-03-31 post@arntzen-software.no MSL: Fix access chain for deep struct hierarchy on array of buffers. 2020-03-30 dsinclair@google.com Roll GLSLang, SPIRV-Tools and SPIRV-Headers 2020-03-26 post@arntzen-software.no Add support for forcefully zero-initialized variables. https://github.com/KhronosGroup/SPIRV-Tools/compare/1c8bda372...e95fbfb1f git log 1c8bda372..e95fbfb1f --date=short --no-merges --format='%ad %ae %s' 2020-04-02 afdx@google.com spirv-fuzz: Transformation to add OpConstantNull (#3273) 2020-04-02 afdx@google.com spirv-fuzz: Handle isomorphic types property in composite construction (#3262) 2020-04-02 afdx@google.com spirv-fuzz: Limit adding of new variables to 'basic' types (#3257) 2020-04-02 afdx@google.com spirv-fuzz: Only replace regular ids with synonyms (#3255) 2020-04-02 afdx@google.com spirv-fuzz: Introduce TransformationContext (#3272) 2020-04-02 afdx@google.com spirv-fuzz: Add validator options (#3254) 2020-04-02 alanbaker@google.com Update dominates to check for null nodes (#3271) 2020-04-01 alanbaker@google.com Set wrapped kill basic block's parent (#3269) 2020-03-31 caio.oliveira@intel.com Validate Buffer and BufferBlock apply only to struct types (#3259) 2020-03-26 stevenperron@google.com Start SPIRV-Tools v2020.3 2020-03-26 stevenperron@google.com Finalize SPIRV-Tools v2020.2 2020-03-26 stevenperron@google.com Update CHANGES 2020-03-25 alanbaker@google.com Fix identification of Vulkan images and buffers (#3253) 2020-03-23 alanbaker@google.com Disallow phis of images, samplers and sampled images (#3246) Bug: chromium:1064305 Change-Id: I1cd089f346a21d5c0e8d956e6227d5ba430759c3 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/282738 Commit-Queue: Zhenyao Mo <zmo@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
2020-04-09 22:32:26 +00:00
"third_party/externals/spirv-tools" : "https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git@e95fbfb1f509ad7a7fdfb72ac35fe412d72fc4a4",
Roll SwiftShader from 11dd7183c4d2 to 3ad285a60d82 (15 revisions) https://swiftshader.googlesource.com/SwiftShader.git/+log/11dd7183c4d2..3ad285a60d82 2020-06-02 vantablack@google.com Added reference counting for PipelineLayout objects 2020-06-02 bclayton@google.com libVulkan: Use new marl::Scheduler::Config API. 2020-06-02 bclayton@google.com Kokoro: Test LLVM 10 backend for macos 2020-06-02 bclayton@google.com Merge changes I5eaceebc,I4d78c011,I7d01a3c8 2020-06-02 caio.oliveira@intel.com Update VkStringify for VK_EXT_subgroup_size_control 2020-06-02 caio.oliveira@intel.com Update Vulkan headers to version 1.2.141 2020-06-02 bclayton@google.com SpirvShaderDebugger: Implement Array types 2020-06-02 bclayton@google.com SpirvShaderDebugger: Replace 'builtins' / 'root' with a global scope 2020-06-02 bclayton@google.com SpirvShaderDebugger: Silence release only warning 2020-06-02 bclayton@google.com SpirvShaderDebugger: Handle None sizes for composite types 2020-06-02 bclayton@google.com SpirvShaderDebugger: Handle template types 2020-06-02 bclayton@google.com SpirvShaderDebugger: Don't display SSAs for array types 2020-06-02 bclayton@google.com SpirvShaderDebugger: Don't display SSA values with DebugInfo 2020-06-02 capn@google.com Make ManagedStatic registration thread-safe 2020-06-02 capn@google.com Regres: Test changes from external contributors if reviewed by Googler 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 tdenniston@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:Test-Debian10-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader Bug: None Tbr: tdenniston@google.com Change-Id: I5c8e060772cab425c7e8f47230081b3a462cfb3f Reviewed-on: https://skia-review.googlesource.com/c/skia/+/293709 Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2020-06-03 04:01:20 +00:00
"third_party/externals/swiftshader" : "https://swiftshader.googlesource.com/SwiftShader@3ad285a60d820e94f5a5c31b1e3f0cf15468fae7",
#"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@4080840928c0b05a80cda0d14ac2e2615f679f1a",
"third_party/externals/zlib" : "https://chromium.googlesource.com/chromium/src/third_party/zlib@47af7c547f8551bd25424e56354a2ae1e9062859",
"../src": {
"url": "https://chromium.googlesource.com/chromium/src.git@2f74454086a50ba7731b4e0fd8d63e653f5a1251",
"condition": "checkout_chromium",
},
}
recursedeps = [
"common",
"../src",
]
gclient_gn_args_from = 'src'