75ff27976f
4922 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
skia-autoroll
|
75ff27976f |
Roll Chromium from 2aa54824f810 to fa9bb0812095 (683 revisions)
|
||
skia-autoroll
|
c7a5fccf58 |
Roll SwiftShader from adef92e7b4c6 to 6fb4e0498abd (3 revisions)
https://swiftshader.googlesource.com/SwiftShader.git/+log/adef92e7b4c6..6fb4e0498abd 2022-04-29 capn@google.com Always enable MemorySanitizer instrumentation for sampling routines 2022-04-29 ari.suonpaa@siru.fi Fix heap corruption for empty descriptor pools 2022-04-29 capn@google.com Always enable MemorySanitizer instrumentation for blitter routines 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 jlavrova@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: jlavrova@google.com Change-Id: I9ca79cb0cb1fd10073529d56365ac6bbda177845 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/535840 Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
skia-autoroll
|
fa9b8b6bd6 |
Roll vulkan-deps from 88693e6bf86c to 1cde45b8d7aa (2 revisions)
https://chromium.googlesource.com/vulkan-deps.git/+log/88693e6bf86c..1cde45b8d7aa 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 bsalomon@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: bsalomon@google.com Change-Id: I2535e64f0bb3c64ffbdf1c60dcfebec25066e0ab Reviewed-on: https://skia-review.googlesource.com/c/skia/+/535624 Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
Arman Uguray
|
c987606ad2 |
Roll emsdk to 3.1.9
Rolled emsdk to the latest version to get the updated WebGPU wasm bindings to fix deprecated WebGPU API usage in the ganesh Dawn backend. The latest WebGPU headers also define the WGPU_WHOLE_MAP_SIZE constant which is necessary to land a workaround for skia:13266. * Roll emsdk to 3.1.9 * Fix Dawn backend to use the updated WebGPU API * Fix -Wunused-but-set-variable warnings Bug: skia:13220, skia:13266 Change-Id: I57ad39657c3013f384620302ab12a71ffc426c12 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/534945 Commit-Queue: Arman Uguray <armansito@google.com> Reviewed-by: Kevin Lubick <kjlubick@google.com> |
||
Brian Salomon
|
795d87486b |
Manual roll Dawn from 7098d3d69282 to cede544df34f (38 revisions)
https://dawn.googlesource.com/dawn.git/+log/7098d3d69282..cede544df34f 2022-04-29 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 8234ec2dd0ae to c9e605688988 (2 revisions) 2022-04-29 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 9f2ef7c8b867 to adef92e7b4c6 (3 revisions) 2022-04-29 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 2a6e123b16ff to 437053a1635b (5 revisions) 2022-04-29 jrprice@google.com tint: Refactor if-else statement representation 2022-04-28 bclayton@google.com tools: Add src/cts/expectations 2022-04-28 enga@chromium.org Fix 64 to 32 bit narrowing in dawn/utils 2022-04-28 lokokung@google.com Add multiple device testing capability in DawnTest. 2022-04-28 cwallez@chromium.org Add MetalRenderR8RG8UnormSmallMipToTempTexture workaround 2022-04-28 bclayton@google.com tint: Remove '_type' suffix from file names 2022-04-28 bclayton@google.com tint/writer/spirv: Replace Operand with std::variant 2022-04-28 enga@chromium.org Fix 64 to 32 bit narrowing in dawn/common 2022-04-28 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 1963b94c99e8 to 8234ec2dd0ae (1 revision) 2022-04-28 dsinclair@chromium.org Cleanup duplicate files; Combine README and build docs. 2022-04-28 bclayton@google.com tint/writer: Replace scope_stack_, fix type ctor scoping. 2022-04-28 cwallez@chromium.org GN: Rely on the Chromium macOS deployment target again. 2022-04-28 amaiorano@google.com tint: regen skips for hlsl files that were missing error message in the output 2022-04-28 bclayton@google.com tint: ProgramBuilder: Rename Const() to Let() 2022-04-28 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from b92f7acb7e81 to 9f2ef7c8b867 (1 revision) 2022-04-28 bclayton@google.com Roll third_party/webgpu-cts/ 900765392..21af43c62 (10 commits) 2022-04-28 bclayton@google.com tint/writer: Replace use of strings for cache keys 2022-04-28 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from c95bd5e7e882 to 2a6e123b16ff (43 revisions) 2022-04-28 bclayton@google.com tools: Move go.mod & go.sum files to root 2022-04-28 dsinclair@chromium.org Rename UniformConstant to Handle. 2022-04-28 bclayton@google.com DEPS: Update Dawn standalone toolchains 2022-04-28 lokokung@google.com Fix freed memory access due to DestroyObjects. 2022-04-28 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 78787fde6ea0 to 1963b94c99e8 (1 revision) 2022-04-28 bajones@chromium.org Surface D3D12 validation messages in WebGPU errors 2022-04-28 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from f88fc3b53c52 to b92f7acb7e81 (3 revisions) 2022-04-27 enga@chromium.org Fix 64 to 32 bit narrowing in dawn::wire 2022-04-27 senorblanco@chromium.org OpenGL ES: implement support for BGRA textures and reads. 2022-04-27 cwallez@chromium.org Suppress a flake for RGBA32Float zero init on Intel. 2022-04-27 cwallez@chromium.org Metal: Move Metal render pass workarounds to UtilsMetal 2022-04-27 bclayton@google.com Roll third_party/webgpu-cts/ e23ca12d5..900765392 (15 commits) 2022-04-27 cwallez@chromium.org Tighten the suppression for texture_zero failures. 2022-04-27 cwallez@chromium.org Remove test suppressions due to SPIRV-Cross 2022-04-27 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from e799ba9fb972 to 78787fde6ea0 (2 revisions) 2022-04-27 zhaoming.jiang@intel.com tint: Add `i` suffix and validate UInt literal non-negative 2022-04-27 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 79d4c6cae485 to f88fc3b53c52 (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/dawn-skia-autoroll Please CC bclayton@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 Change-Id: Ib512ef51f56e93838dcb606b688179fa17170091 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/535537 Reviewed-by: Arman Uguray <armansito@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com> |
||
skia-autoroll
|
003dbd6eb2 |
Roll SK Tool from d568b1e2748e to 4a9fb9cfed2c
https://skia.googlesource.com/buildbot.git/+log/d568b1e2748e..4a9fb9cfed2c 2022-04-29 jcgregorio@google.com Remove all references to a manually installed mockery. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/sk-tool-skia Please CC borenet@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 Tbr: borenet@google.com Change-Id: I6b13b809dd89c6ee1204b562db4837f3b649c34e Reviewed-on: https://skia-review.googlesource.com/c/skia/+/535619 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
skia-autoroll
|
aa409fc34a |
Roll vulkan-deps from c9e605688988 to 88693e6bf86c (3 revisions)
https://chromium.googlesource.com/vulkan-deps.git/+log/c9e605688988..88693e6bf86c Also rolling transitive DEPS: https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross from 6ae7ddb92a24 to a9d23d765238 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 bsalomon@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: bsalomon@google.com Change-Id: If9ecca1f4fa666a2483d2e7539f6b95de660582b Reviewed-on: https://skia-review.googlesource.com/c/skia/+/535334 Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
skia-autoroll
|
02ac5088ce |
Roll SwiftShader from b92f7acb7e81 to adef92e7b4c6 (4 revisions)
https://swiftshader.googlesource.com/SwiftShader.git/+log/b92f7acb7e81..adef92e7b4c6 2022-04-28 capn@google.com Fix CMake build using Clang 13 compiler 2022-04-28 capn@google.com Remove 'partial precision' intrinsics 2022-04-28 capn@google.com Run the MemorySanitizer pass after optimizations 2022-04-28 capn@google.com Revert to using LLVM's O0 pipeline for coroutines 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 bsalomon@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: bsalomon@google.com Change-Id: Ie4e77dc8fdaeb4c80947cf516f8beae88d5fc1e7 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/535075 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
skia-autoroll
|
d474cb835e |
Roll ANGLE from f9729598a6a0 to 2c58e7a5bab7 (2 revisions)
|
||
skia-autoroll
|
5807b020ce |
Roll Chromium from 8b65ae5339f2 to 2aa54824f810 (514 revisions)
|
||
skia-autoroll
|
1dfcb58102 |
Roll vulkan-deps from 62a883c73abb to c9e605688988 (1 revision)
https://chromium.googlesource.com/vulkan-deps.git/+log/62a883c73abb..c9e605688988 Also rolling transitive DEPS: https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools from 671f6e633f42 to 46492aa45ae5 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 bsalomon@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: bsalomon@google.com Change-Id: I23d099a57204e5134dec24ed684b6e6daa587568 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/535318 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
Greg Daniel
|
3b51120a92 |
Use DEPS to pull in VulkanMemoryAllocator.
Also updated the gn_to_bp.py to handle using the DEPSed vk_mem_alloc.h. When rolled into Android we will copy the vk_mem_alloc.h from a local DEPS checkout into a vma_android folder that will be checked into the skia that lands with Android. We are using vma_android folder instead of the current third_party/vulkanmemoryallocator folder because we soon plan to move the latter into src/ instead of third_party. So just using a different directory allows us to avoid doing an additional change to the auto roller. Bug: skia:13240 Bug: skia:13242 Change-Id: Ia344e13e3f7c7efecc2e6a97a96820f3ae58b5c2 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/531318 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com> Reviewed-by: Leon Scroggins <scroggo@google.com> |
||
skia-autoroll
|
7255ea38b1 |
Roll ANGLE from 95c1ff52b110 to f9729598a6a0 (20 revisions)
|
||
skia-autoroll
|
84b0178e3e |
Roll vulkan-deps from 1963b94c99e8 to 62a883c73abb (2 revisions)
https://chromium.googlesource.com/vulkan-deps.git/+log/1963b94c99e8..62a883c73abb Also rolling transitive DEPS: https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross from c52333b984c5 to 6ae7ddb92a24 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 bsalomon@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: bsalomon@google.com Change-Id: Idd5faa67ac5aecab14b8fd493dea275df6b6d025 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/535058 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
skia-autoroll
|
326a57f5f0 |
Roll SK Tool from b85ff320de08 to c65e91812e6c
https://skia.googlesource.com/buildbot.git/+log/b85ff320de08..c65e91812e6c 2022-04-28 jcgregorio@google.com [compui] Don't run swarming on comp-ui machines. 2022-04-27 rmistry@google.com Fix audit issues 2022-04-27 borenet@google.com [bcid] Add "secrets" CLI tool and go/secret package If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/sk-tool-skia Please CC borenet@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 Tbr: borenet@google.com Change-Id: Ia8ff4115b3178f51c41b56a5ef2c5abaf2264878 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/535057 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
skia-autoroll
|
0ec88022ff |
Roll Chromium from b25c2c54dc1b to 8b65ae5339f2 (513 revisions)
|
||
skia-autoroll
|
80f44e173d |
Roll SwiftShader from f88fc3b53c52 to b92f7acb7e81 (3 revisions)
https://swiftshader.googlesource.com/SwiftShader.git/+log/f88fc3b53c52..b92f7acb7e81 2022-04-27 capn@google.com Merge coroutine pass manager run into a single pipeline 2022-04-27 capn@google.com Skip optimization passes when generating debug info 2022-04-27 capn@google.com Validate LLVM IR before running passes 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 bsalomon@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: bsalomon@google.com Change-Id: Ibb642f6e51925a0ab8378e5aa1ad2191a3624b18 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/534838 Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
skia-autoroll
|
987c1354a5 |
Roll vulkan-deps from 4f93dbdc6060 to 1963b94c99e8 (2 revisions)
https://chromium.googlesource.com/vulkan-deps.git/+log/4f93dbdc6060..1963b94c99e8 Also rolling transitive DEPS: https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross from d7cae5e7cd32 to c52333b984c5 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 bsalomon@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: bsalomon@google.com Change-Id: I3dc19a3da6d71a582ab9bbd2385077de5696c092 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/534551 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
skia-autoroll
|
a930605087 |
Roll SK Tool from 043d6a813062 to b96e4e1e7cf5
https://skia.googlesource.com/buildbot.git/+log/043d6a813062..b96e4e1e7cf5 2022-04-27 johnstiles@google.com Revert "[perf] day-range-sk enforce begin < end." 2022-04-27 jcgregorio@google.com Update elements-sk and common-sk to latest. 2022-04-27 rmistry@google.com [npm-audit-mirror] Accept all versions of common-sk and elements-sk 2022-04-27 rmistry@google.com [npm-audit-mirror] Remove maxage:10y 2022-04-27 jcgregorio@google.com Revert "Pick up latest elements-sk and common-sk." 2022-04-27 jcgregorio@google.com Pick up latest elements-sk and common-sk. 2022-04-27 jcgregorio@google.com [common] Add with.FlagSetOpt(). 2022-04-27 rmistry@google.com Fix missing acorn@^8.0.0 dependency in newer nvm versions If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/sk-tool-skia Please CC borenet@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 Tbr: borenet@google.com Change-Id: Ie7028db7b2d1c99488b9897e4c8777d4592212cc Reviewed-on: https://skia-review.googlesource.com/c/skia/+/534544 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
Brian Salomon
|
62471d80c9 |
Manual roll Dawn from 7b20709d0ea8 to 7098d3d69282 (12 revisions)
https://dawn.googlesource.com/dawn.git/+log/7b20709d0ea8..7098d3d69282 2022-04-27 zhaoming.jiang@intel.com tint: Add enable directive for extensions 2022-04-27 lokokung@google.com Remove PersistentCache and suppress shader cache tests. 2022-04-26 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from f685346e2e51 to e799ba9fb972 (1 revision) 2022-04-26 dsinclair@chromium.org Fixup validator tests added during split from resolver. 2022-04-26 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 5f5faa3a2aad to 79d4c6cae485 (3 revisions) 2022-04-26 cwallez@chromium.org DawnTest: handle buffer readbacks not aligned to 4. 2022-04-26 bclayton@google.com tools: Fix LoadCredentials() 2022-04-26 bclayton@google.com Revert "Add External Texture Gamma/Gamut Correction" 2022-04-26 bclayton@google.com Roll third_party/webgpu-cts/ 501cb3643..e23ca12d5 (7 commits) 2022-04-26 bclayton@google.com dawn/common: Comment UNIMPLEMENTED() 2022-04-26 cwallez@chromium.org utils: Add more defaults for CreateBuffer/TextureImageCopy 2022-04-26 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from f13461dbb23c to 5f5faa3a2aad (1 revision) Change-Id: I711c74e9fca2ce8e5b0c4711f4bc371304e7f625 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/534497 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com> |
||
skia-autoroll
|
3d6493a63d |
Roll vulkan-deps from e799ba9fb972 to 4f93dbdc6060 (1 revision)
https://chromium.googlesource.com/vulkan-deps.git/+log/e799ba9fb972..4f93dbdc6060 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 bsalomon@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: bsalomon@google.com Change-Id: Iaf740ad122ea2aef826dbe996df8953e458c4153 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/534338 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
skia-autoroll
|
2c40d50dc6 |
Roll ANGLE from 9d6b3a7ee45b to 95c1ff52b110 (12 revisions)
|
||
skia-autoroll
|
b75c2c614e |
Roll Chromium from 2848cc8888b9 to b25c2c54dc1b (556 revisions)
|
||
skia-autoroll
|
be726c1069 |
Roll SwiftShader from 5f5faa3a2aad to f88fc3b53c52 (4 revisions)
https://swiftshader.googlesource.com/SwiftShader.git/+log/5f5faa3a2aad..f88fc3b53c52 2022-04-26 capn@google.com Always enable MemorySanitizer instrumentation for setup routines 2022-04-26 capn@google.com Replace rr::Config with an integer optimization level pragma 2022-04-26 capn@google.com Implement ScopedPragma 2022-04-26 stha09@googlemail.com GCC: add explicit template instantiation 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 bsalomon@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: bsalomon@google.com Change-Id: I0c0c47c966469cbf0c319e5c28a2b7b9252e4f41 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/534298 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
skia-autoroll
|
cd797f013f |
Roll vulkan-deps from f685346e2e51 to e799ba9fb972 (1 revision)
https://chromium.googlesource.com/vulkan-deps.git/+log/f685346e2e51..e799ba9fb972 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 bsalomon@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: bsalomon@google.com Change-Id: Ibb8a97e59bb431f38bc3fc6bc73b992c6c66aaed Reviewed-on: https://skia-review.googlesource.com/c/skia/+/534064 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
skia-autoroll
|
ede5dae4db |
Roll SK Tool from 293094c85055 to 657aae3a4b31
https://skia.googlesource.com/buildbot.git/+log/293094c85055..657aae3a4b31 2022-04-26 rmistry@google.com [task_scheduler] Call gclient sync with --download-topics If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/sk-tool-skia Please CC borenet@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 Tbr: borenet@google.com Change-Id: Ibf360b4ee7da4f73232280d8084959ed9c9f7c47 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/534061 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
skia-autoroll
|
fc26a86dd8 |
Roll ANGLE from 2db718edf233 to 9d6b3a7ee45b (16 revisions)
|
||
skia-autoroll
|
30a5355b75 |
Roll SwiftShader from f13461dbb23c to 5f5faa3a2aad (1 revision)
https://swiftshader.googlesource.com/SwiftShader.git/+log/f13461dbb23c..5f5faa3a2aad 2022-04-26 capn@google.com Delete src/SwiftShader 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 bsalomon@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: bsalomon@google.com Change-Id: I8af12a4fcbee5c25ed64171bb34168625f0fd57b Reviewed-on: https://skia-review.googlesource.com/c/skia/+/533865 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
skia-autoroll
|
e499312573 |
Roll Dawn from 534a353c7c21 to 7b20709d0ea8 (13 revisions)
https://dawn.googlesource.com/dawn.git/+log/534a353c7c21..7b20709d0ea8 2022-04-26 lokokung@google.com Fixes serialization of RenderPassCacheQuery struct. 2022-04-26 bclayton@google.com tint/fuzzers: Build protobufs after remove_stale_autogen_files 2022-04-25 enrico.galli@intel.com D3D12: Indirect validation shader name cleanup and parameter merge 2022-04-25 brandon1.jones@intel.com Add External Texture Gamma/Gamut Correction 2022-04-25 bclayton@google.com GN: Move dawn import into build_with_chromium cond 2022-04-25 bclayton@google.com tools/src/cmd/perfmon: Fixes / improvements 2022-04-25 dsinclair@chromium.org Use the CTS --quiet flag. 2022-04-25 amaiorano@google.com Implement support for Unicode Pattern_White_Space 2022-04-25 rharrison@chromium.org Update Starlark config to use 'main' branch 2022-04-25 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 2db718edf233 to c95bd5e7e882 (1 revision) 2022-04-25 dsinclair@chromium.org run-cts split output to only colour titles. 2022-04-25 bclayton@google.com Roll third_party/webgpu-cts/ f6b6dd548..501cb3643 (2 commits) 2022-04-25 jiawei.shao@intel.com Don't expose internal buffer usages in error messages 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 bclayton@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: bclayton@google.com Change-Id: Ic5fe7523d44115aebd334bdeb3c8296843403267 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/533864 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
skia-autoroll
|
e153906043 |
Roll Chromium from afe5a0f01b3b to 2848cc8888b9 (392 revisions)
|
||
skia-autoroll
|
858a69fcd8 |
Roll ANGLE from 0690f5d34ca1 to 2db718edf233 (14 revisions)
|
||
skia-autoroll
|
77a949080c |
Roll Chromium from d2f38d67dd7a to afe5a0f01b3b (541 revisions)
|
||
skia-autoroll
|
44eb25e7f9 |
Roll SwiftShader from 71f3089b729c to f13461dbb23c (1 revision)
https://swiftshader.googlesource.com/SwiftShader.git/+log/71f3089b729c..f13461dbb23c 2022-04-22 capn@google.com Mark Reactor routine parameters 'noundef' 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 bsalomon@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: bsalomon@google.com Change-Id: I7c619a0f8c77a0a8a7898de1fea7d664a50944fc Reviewed-on: https://skia-review.googlesource.com/c/skia/+/533318 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
skia-autoroll
|
ee3689f522 |
Roll Dawn from c2f9fea56bee to 534a353c7c21 (16 revisions)
https://dawn.googlesource.com/dawn.git/+log/c2f9fea56bee..534a353c7c21 2022-04-25 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 032c36ec6963 to f685346e2e51 (1 revision) 2022-04-23 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 158951600b6e to 2db718edf233 (3 revisions) 2022-04-23 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 53cf7fe2f4c4 to 032c36ec6963 (3 revisions) 2022-04-23 bclayton@google.com Roll third_party/webgpu-cts/ 45d2ccd25..88c034819 (4 commits) 2022-04-23 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 8f56edfdd361 to 158951600b6e (10 revisions) 2022-04-22 senorblanco@chromium.org GLSL writer: emit gl_PointSize = 1 in all vertex shaders for OpenGL. 2022-04-22 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from df3a617e7556 to 53cf7fe2f4c4 (9 revisions) 2022-04-22 jrprice@google.com tint: Use resolved source var in the Inspector 2022-04-22 jrprice@google.com tint: Use resolved source var in LocalizeStructArrayAssignment 2022-04-22 jrprice@google.com tint: Track originating variables in the resolver 2022-04-22 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 71f3089b729c to f13461dbb23c (1 revision) 2022-04-22 amaiorano@google.com tint: make Lexer use line breaks from Source::File 2022-04-22 cwallez@chromium.org remove_files.py: Print warnings on removals 2022-04-22 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 0439d9cd25b4 to 8f56edfdd361 (2 revisions) 2022-04-22 ukai@google.com tint_generator_wgsl_corpus should wait for remove_stale_autogen_files 2022-04-22 enga@chromium.org Generalize expectation for recently added suppression. 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 shrekshao@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: shrekshao@google.com Change-Id: Id25c2563b3280419724c797824b66b680c7763fc Reviewed-on: https://skia-review.googlesource.com/c/skia/+/533319 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
skia-autoroll
|
61fe17ec6e |
Roll vulkan-deps from 032c36ec6963 to f685346e2e51 (1 revision)
https://chromium.googlesource.com/vulkan-deps.git/+log/032c36ec6963..f685346e2e51 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 bsalomon@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: bsalomon@google.com Change-Id: If5a22aeeed290d318c3b351f49b3bcb8f8ab0b59 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/533284 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
skia-autoroll
|
c14d339e99 |
Roll vulkan-deps from cba75d6a962a to 032c36ec6963 (4 revisions)
https://chromium.googlesource.com/vulkan-deps.git/+log/cba75d6a962a..032c36ec6963 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 wrightgeorge@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: wrightgeorge@google.com Change-Id: I90fb613f67e4527b3d56ea7b0063db318770d9a7 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/533056 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
skia-autoroll
|
0c57432149 |
Roll vulkan-deps from 01fd48aca427 to cba75d6a962a (1 revision)
https://chromium.googlesource.com/vulkan-deps.git/+log/01fd48aca427..cba75d6a962a 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 wrightgeorge@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: wrightgeorge@google.com Change-Id: Ic0e7bd089f5bc5870989c0e3b891e4567cfcfc14 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/532911 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
Kevin Lubick
|
cb76656bb2 |
Roll Dawn from 4091e0fa9c1e to c2f9fea56bee (12 revisions)
https://dawn.googlesource.com/dawn.git/+log/4091e0fa9c1e..c2f9fea56bee 2022-04-22 stephen@hexops.com dawn/native: Fix undefined behaviour in BindGroupTracker when passing no dynamic offsets 2022-04-22 enga@chromium.org Add back fail expectation on CTS Windows x86 2022-04-21 enga@chromium.org Make the dawn-try-win10-x86-rel trybot includable 2022-04-21 bclayton@google.com Roll third_party/webgpu-cts/ a06666e00..45d2ccd25 (3 commits) 2022-04-21 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from b2a1f0d28a62 to 0439d9cd25b4 (25 revisions) 2022-04-21 aleksi.sapon@faro.com Fix dawn_version_generator.py on Windows when not using depot_tools 2022-04-21 jrprice@google.com tint: Update FirstIndexOffsetTest expected results 2022-04-21 dsinclair@chromium.org Fix readability/todo issues. 2022-04-21 dsinclair@chromium.org Fix build/namespaces issues 2022-04-21 brandon1.jones@intel.com Change External Texture YUV-to-RGB Conversion to Use Matrix 2022-04-21 bclayton@google.com Update WebGPU CTS expectations 2022-04-21 dsinclair@chromium.org [tint] Move validation code into a Validator class. 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 shrekshao@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 Change-Id: Ic8dfe5e0e20b076516df279a8bc5debad8c26662 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/532759 Reviewed-by: Michael Ludwig <michaelludwig@google.com> |
||
skia-autoroll
|
7a85230e7e |
Roll vulkan-deps from f3c177f46465 to 01fd48aca427 (5 revisions)
https://chromium.googlesource.com/vulkan-deps.git/+log/f3c177f46465..01fd48aca427 Also rolling transitive DEPS: https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools from ef20059aea7e to a9d2badae234 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 wrightgeorge@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: wrightgeorge@google.com Change-Id: I7c9c4d9e58cf04266071fddc6b78b91e63878f2a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/532903 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
skia-autoroll
|
5d12934194 |
Roll ANGLE from 6cbedc98406c to 0690f5d34ca1 (11 revisions)
|
||
skia-autoroll
|
f585978ec9 |
Roll Chromium from ef42d9817ebd to d2f38d67dd7a (525 revisions)
|
||
skia-autoroll
|
d941ff8c5a |
Roll SK Tool from 8ea43ee7136e to ef18d9ac36ea
https://skia.googlesource.com/buildbot.git/+log/8ea43ee7136e..ef18d9ac36ea 2022-04-21 jcgregorio@google.com Use mockery from go.mod. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/sk-tool-skia Please CC lovisolo@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 Tbr: lovisolo@google.com Change-Id: Ifb278cb84672c94d7e80ee9dd7c3348ae0cf3fbe Reviewed-on: https://skia-review.googlesource.com/c/skia/+/532796 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
skia-autoroll
|
26ecde97eb |
Roll vulkan-deps from df3a617e7556 to f3c177f46465 (2 revisions)
https://chromium.googlesource.com/vulkan-deps.git/+log/df3a617e7556..f3c177f46465 Also rolling transitive DEPS: https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers from 76f00ef6cbb1 to 8ba8294c86d0 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 wrightgeorge@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: wrightgeorge@google.com Change-Id: I3cfbeb0b1ffd5fdf87debb3960f5ec4912bd6a23 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/532636 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
Kevin Lubick
|
14ab6ab256 |
Roll Dawn from 93a2bed032a9 to 4091e0fa9c1e (18 revisions)
https://dawn.googlesource.com/dawn.git/+log/93a2bed032a9..4091e0fa9c1e 2022-04-21 lokokung@google.com Factor out common cache testing code. 2022-04-21 yunchao.he@intel.com Update webgpu-cts/expectations.txt 2022-04-21 enrico.galli@intel.com D3D12: Duplicate first/baseVertex on Draw[Indexed]Indirect 2022-04-21 lokokung@google.com Adds typing to cache keys to avoid clashes. 2022-04-21 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 158676f39f3b to df3a617e7556 (6 revisions) 2022-04-21 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from ea5f37f39193 to 71f3089b729c (5 revisions) 2022-04-20 lokokung@google.com Adds new BlobCache "re-declaration" of PersistentCache. 2022-04-20 enga@chromium.org Check GLFW window creation before discovering GL adapters 2022-04-20 bclayton@google.com tools/src/cts/result: Add more helpers 2022-04-20 bclayton@google.com tools/src/cts/query: Add Tree 2022-04-20 dsinclair@chromium.org Fixup readability/casting lint issues 2022-04-20 dsinclair@chromium.org Ignore remaining explicit warnings. 2022-04-20 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 55c21842b204 to b2a1f0d28a62 (8 revisions) 2022-04-20 dsinclair@chromium.org Ignore BindingLayoutEntryInitializationHelper for runtime/explicit. 2022-04-20 yunchao.he@intel.com D3D12: work around buffer size insufficient issue for copy 2022-04-20 dsinclair@chromium.org Fix test expectation missing blank line. 2022-04-20 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 1380023f9816 to 158676f39f3b (1 revision) 2022-04-20 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from b5af7cabd5ea to ea5f37f39193 (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/dawn-skia-autoroll Please CC shrekshao@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 Change-Id: I82a8b90efddf8174d9e35ce36be82a60be1ce15c Reviewed-on: https://skia-review.googlesource.com/c/skia/+/532396 Auto-Submit: Kevin Lubick <kjlubick@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Brian Osman <brianosman@google.com> |
||
skia-autoroll
|
bd8f8686cc |
Roll ANGLE from 5014ce664ca5 to 6cbedc98406c (22 revisions)
|
||
skia-autoroll
|
325bd76633 |
Roll vulkan-deps from 87d837a653ef to df3a617e7556 (4 revisions)
https://chromium.googlesource.com/vulkan-deps.git/+log/87d837a653ef..df3a617e7556 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 wrightgeorge@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: wrightgeorge@google.com Change-Id: I9b131a331ed50b036592476cc2c6389fee59ef12 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/532228 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
skia-autoroll
|
bda8740dc4 |
Roll Chromium from ec55e318ba2b to ef42d9817ebd (476 revisions)
|
||
skia-autoroll
|
3dd3e09d32 |
Roll SwiftShader from ea5f37f39193 to 71f3089b729c (5 revisions)
https://swiftshader.googlesource.com/SwiftShader.git/+log/ea5f37f39193..71f3089b729c 2022-04-20 capn@google.com Revert "Temporarily ignore unsupported feature struct" 2022-04-20 swiftshader.regress@gmail.com Regres: Update test lists @ 88fe9ce0 2022-04-20 capn@google.com Automate downloading .git/hooks/commit-msg 2022-04-20 capn@google.com Run all LLVM passes in LLVMJIT.cpp 2022-04-20 swiftshader.regress@gmail.com Regres: Update test lists @ ea5f37f3 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 wrightgeorge@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: wrightgeorge@google.com Change-Id: I8badd606868ddfd2abade5a3c770255e33638f99 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/532225 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
skia-autoroll
|
cea960921f |
Roll vulkan-deps from 158676f39f3b to 87d837a653ef (2 revisions)
https://chromium.googlesource.com/vulkan-deps.git/+log/158676f39f3b..87d837a653ef Also rolling transitive DEPS: https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers from 82becc8a8a92 to 46b7918218d0 https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools from 2b2b0282af25 to 671f6e633f42 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 wrightgeorge@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: wrightgeorge@google.com Change-Id: I4ddb2987061232f56b0b0179bc28aa9c6bc594cf Reviewed-on: https://skia-review.googlesource.com/c/skia/+/531963 Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com> |
||
Michael Ludwig
|
610ef02504 |
Manual Dawn roll with bazel build update
Change-Id: Ia4dac275a8614d7597e5c17cae77ad3770ba27e2 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/532001 Auto-Submit: Michael Ludwig <michaelludwig@google.com> Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com> |