{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":15773229,"defaultBranch":"main","name":"skia","ownerLogin":"google","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-01-09T17:09:57.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1342004?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1719207396.0","currentOid":""},"activityList":{"items":[{"before":"d02998fba95785bbf37d7703ca17624b7194d599","after":"7c69f39fa85b3cca07c7d433a396011e01c88f34","ref":"refs/heads/main","pushedAt":"2024-07-02T21:57:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Remove staging gni file groups for sksl\n\nFollow-up to http://review.skia.org/862416\n\nClient CLs:\n - https://crrev.com/c/5598447\n - https://github.com/flutter/engine/pull/53685\n\nChange-Id: I7f98fb7decf819620e0c298f3f5f62830828e7e7\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/871744\nCommit-Queue: Kaylee Lubick \nReviewed-by: Ben Wagner ","shortMessageHtmlLink":"Remove staging gni file groups for sksl"}},{"before":"57a2b2663e9da95f8f7de235ee45054fb4349da1","after":"d02998fba95785bbf37d7703ca17624b7194d599","ref":"refs/heads/main","pushedAt":"2024-07-02T21:05:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Roll vulkan-deps from 5faad80a00af to 78e9bb7c88ab (5 revisions)\n\nhttps://chromium.googlesource.com/vulkan-deps.git/+log/5faad80a00af..78e9bb7c88ab\n\nAlso rolling transitive DEPS:\n https://skia.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/c91d9ec1580dce89b10b0ca6a368800e2deaf1cb..973e791a9ac122f903c2796349a538b278cbe29b\n https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools/+log/35eb0bf879cf10dd7bd5835ba8399682f741a0c0..7e13360e42364fdd1f07fe00f19d0432b12db055\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/vulkan-deps-skia-autoroll\nPlease CC robertphillips@google.com,skiabot@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in skia: https://bugs.chromium.org/p/skia/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Release-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE\nBug: None\nTbr: robertphillips@google.com\nChange-Id: I48dc0b2f3496e11db690b042563ffc325bbc7d5c\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/872917\nBot-Commit: skia-autoroll \nCommit-Queue: skia-autoroll ","shortMessageHtmlLink":"Roll vulkan-deps from 5faad80a00af to 78e9bb7c88ab (5 revisions)"}},{"before":"c1f2dd0fc5f632c32a603d4dcf539ea85d0554a5","after":"57a2b2663e9da95f8f7de235ee45054fb4349da1","ref":"refs/heads/main","pushedAt":"2024-07-02T20:40:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"[graphite] Remove ShaderSnippet expression generator function\n\nThe last custom expression generator was the primitive color snippet.\nThe snippet now uses sk_passthrough and a new requirement flag that\nmodifies the node helper functions to propagate the primitive color\nfrom the renderstep to wherever it's referenced. This special global\nvalue propagation system will next be leveraged to pass the uniform\nSSBO struct around to remove the global index variable.\n\nBug: b/349205736\nChange-Id: I693ca939eeae0c5454d79749297f49c52f019642\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/869304\nReviewed-by: James Godfrey-Kittle \nReviewed-by: Jim Van Verth \nCommit-Queue: Jim Van Verth \nReviewed-by: Robert Phillips ","shortMessageHtmlLink":"[graphite] Remove ShaderSnippet expression generator function"}},{"before":"c0ee0e10890020879d343b0ffd105a93c06fe2d9","after":"c1f2dd0fc5f632c32a603d4dcf539ea85d0554a5","ref":"refs/heads/main","pushedAt":"2024-07-02T19:00:36.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Use kCTFontVariationAxesAttribute\n\nUse kCTFontVariationAxesAttribute instead of CTFontCopyVariationAxes\nwhen possible. CTFontCopyVariationAxes is slow due to name localization,\nwhich is skipped when reading kCTFontVariationAxesAttribute.\n\nChange-Id: I535586c755405f6c81e575d931db29c85eaa6f5d\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/871742\nReviewed-by: Brian Osman \nCommit-Queue: Ben Wagner ","shortMessageHtmlLink":"Use kCTFontVariationAxesAttribute"}},{"before":"42fad315c16270b2eea9af833ea33fdb1040e8f9","after":"c0ee0e10890020879d343b0ffd105a93c06fe2d9","ref":"refs/heads/main","pushedAt":"2024-07-02T17:18:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Ensure that hash-map capacity is a power of two.\n\nOur lookup algorithm relies on a 2^n capacity because we mask off\nthe hash value against `capacity - 1`. However, our initializer-\nlist constructors were not properly rounding up the capacity.\n\nIn practice we seemed to be getting lucky here, as tests were\npassing and nothing went wrong in practice AFAIK.\n\nWe now assert in resize() that the capacity is a power of two,\nand round up in places where it would be necessary.\n\nChange-Id: I9154658449f3710afdccf4c26994fc8674ef477d\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/871978\nAuto-Submit: John Stiles \nReviewed-by: Ben Wagner \nCommit-Queue: Ben Wagner ","shortMessageHtmlLink":"Ensure that hash-map capacity is a power of two."}},{"before":"7f2094d4cf437d689ace5df2201b8192dfebcd44","after":"42fad315c16270b2eea9af833ea33fdb1040e8f9","ref":"refs/heads/main","pushedAt":"2024-07-02T15:10:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Avoid emitting unnecessary stack_rewind SkRP ops.\n\nAt CL http://review.skia.org/871676, SkRP would always emit\nstack_rewind regardless of the presence of clang::musttail.\n\nThis CL reverts that change. Instead, on platforms with\nsupport for clang::musttail, we only emit stack_rewind when\nemitting a backwards branch that crosses over a non-SkRP\ninvocation (such as invoke_shader). Because all SkRP stages\nuse clang::musttail, they are safe to repeatedly execute;\nthe only danger is repeatedly executing stages which aren't\nmarked as clang::musttail, and the only way that those can\nbe encountered is via external invocation.\n\nWith this change, the matrix_convolution tests pass locally\nwithout a crash. I haven't done performance testing but it\nshould be better than the previous solution.\n\nBug: 345516430\nChange-Id: I2c92d9df3559af3e02caefa9afef68b3e5f62d04\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/872576\nCommit-Queue: John Stiles \nReviewed-by: Brian Osman ","shortMessageHtmlLink":"Avoid emitting unnecessary stack_rewind SkRP ops."}},{"before":"7881ad4aae92dee1915cc255f8687b5e5b159814","after":"7f2094d4cf437d689ace5df2201b8192dfebcd44","ref":"refs/heads/main","pushedAt":"2024-07-02T07:55:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Roll vulkan-deps from bbcdf62c225f to 5faad80a00af (5 revisions)\n\nhttps://chromium.googlesource.com/vulkan-deps.git/+log/bbcdf62c225f..5faad80a00af\n\nAlso rolling transitive DEPS:\n https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools/+log/a3b0dae2528425de20965ca7a11a2e3086575956..35eb0bf879cf10dd7bd5835ba8399682f741a0c0\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/vulkan-deps-skia-autoroll\nPlease CC robertphillips@google.com,skiabot@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in skia: https://bugs.chromium.org/p/skia/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Release-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE\nBug: None\nTbr: robertphillips@google.com\nChange-Id: I17100bd97b811a45d59559ce7d61654e842ce73c\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/872599\nBot-Commit: skia-autoroll \nCommit-Queue: skia-autoroll ","shortMessageHtmlLink":"Roll vulkan-deps from bbcdf62c225f to 5faad80a00af (5 revisions)"}},{"before":"4c1856aadb85ad6c7593458cf1d4248c2e9f64a6","after":"7881ad4aae92dee1915cc255f8687b5e5b159814","ref":"refs/heads/main","pushedAt":"2024-07-02T07:05:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Roll ANGLE from 4f23429a1f09 to d8700dc951b6 (3 revisions)\n\nhttps://chromium.googlesource.com/angle/angle.git/+log/4f23429a1f09..d8700dc951b6\n\n2024-07-01 mark@lunarg.com Avoid ANGLE vulkantools dependency in Dawn build\n2024-07-01 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 2796aaff7eef to 4a2ff9e87700 (10 revisions)\n2024-07-01 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from 25d8c0099575 to 43432bf265e3 (8 revisions)\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/angle-skia-autoroll\nPlease CC jmadill@google.com,robertphillips@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry\nTo file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Release-ANGLE;skia/skia.primary:Build-Mac-Clang-arm64-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\nTbr: robertphillips@google.com\nChange-Id: Ie72ee7d60f7684d48e9b8eb1bd41d63185102e37\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/872246\nCommit-Queue: skia-autoroll \nBot-Commit: skia-autoroll ","shortMessageHtmlLink":"Roll ANGLE from 4f23429a1f09 to d8700dc951b6 (3 revisions)"}},{"before":"8ea6ba620b6b591123021c07de2c4f09ad7fcea6","after":"4c1856aadb85ad6c7593458cf1d4248c2e9f64a6","ref":"refs/heads/main","pushedAt":"2024-07-02T05:49:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Roll SK Tool from a06878f25d87 to a4c3d29a3f7c\n\nhttps://skia.googlesource.com/buildbot.git/+log/a06878f25d87..a4c3d29a3f7c\n\n2024-07-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra CIPD packages from ca190d337809 to a06878f25d87 (6 revisions)\n2024-07-02 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Depot Tools from 6a00e594c9c2 to 5ab4dcc7bf08 (2 revisions)\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/sk-tool-skia\nPlease CC rmistry@google.com,skiabot@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nTbr: rmistry@google.com\nChange-Id: I15a50cae61d57ca484ebe23cf27b73c6b41bd561\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/872248\nCommit-Queue: skia-autoroll \nBot-Commit: skia-autoroll ","shortMessageHtmlLink":"Roll SK Tool from a06878f25d87 to a4c3d29a3f7c"}},{"before":"d7a9375e86c11ab200e7cb1561baff6abf209613","after":"8ea6ba620b6b591123021c07de2c4f09ad7fcea6","ref":"refs/heads/main","pushedAt":"2024-07-02T05:23:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Roll Skia Infra from ca190d337809 to a06878f25d87 (6 revisions)\n\nhttps://skia.googlesource.com/buildbot.git/+log/ca190d337809..a06878f25d87\n\n2024-07-01 ashwinpv@google.com Update the timeout and frequency for cache refresh\n2024-07-01 ashwinpv@google.com Fix disappearing paramsets when key is not configured for caching.\n2024-07-01 borenet@google.com [autoroll] Add a summary status message at the top of the UI\n2024-07-01 rmistry@google.com Update cert-factory owner in NPM-audit-mirror config\n2024-07-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra CIPD packages from 40eb79dec2d6 to ca190d337809 (8 revisions)\n2024-07-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Depot Tools from 99548b292dd8 to 6a00e594c9c2 (4 revisions)\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/infra-skia\nPlease CC rmistry@google.com,skiabot@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Skia Infra: https://bugs.chromium.org/p/skia/issues/entry\nTo file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nBug: chromium:346390234\nTbr: rmistry@google.com\nChange-Id: I1836ce182807ef5ca4dcfc9a1c74635eb219e12a\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/872616\nBot-Commit: skia-autoroll \nCommit-Queue: skia-autoroll ","shortMessageHtmlLink":"Roll Skia Infra from ca190d337809 to a06878f25d87 (6 revisions)"}},{"before":"8375bdc6e191da6e39be965969cab4014bfbc8d1","after":"d7a9375e86c11ab200e7cb1561baff6abf209613","ref":"refs/heads/main","pushedAt":"2024-07-02T04:58:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Roll Dawn from 7a9c12078546 to 49474af63de0 (5 revisions)\n\nhttps://dawn.googlesource.com/dawn.git/+log/7a9c12078546..49474af63de0\n\n2024-07-01 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll DirectX Shader Compiler from 49d1ae9a029c to 1fefbc429bad (1 revision)\n2024-07-01 lehoangquyen@chromium.org Implement BufferMapExtendedUsages on D3D11\n2024-07-01 blundell@chromium.org [Vulkan] Set the Vk descriptor type correctly for YCbCr samplers\n2024-07-01 blundell@chromium.org [Vulkan] Map FilterMode to Vulkan filter correctly for YCbCr info\n2024-07-01 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 773555d3bd22 to 4a2ff9e87700 (1 revision)\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/dawn-skia-autoroll\nPlease CC cwallez@google.com,dneto@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry\nTo file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Debug-Graphite_Dawn_Vulkan;skia/skia.primary:Test-Mac11-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Dawn_Metal;skia/skia.primary:Test-Win10-MSVC-Golo-GPU-QuadroP400-x86_64-Release-All-Graphite_Dawn_D3D12;skia/skia.primary:Test-Win10-MSVC-Golo-GPU-QuadroP400-x86_64-Release-All-Graphite_Dawn_D3D11\nBug: None\nTbr: dneto@google.com\nChange-Id: I2afe03ea72f58d578125cb1a8cade76a1c05a418\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/872596\nCommit-Queue: skia-autoroll \nBot-Commit: skia-autoroll ","shortMessageHtmlLink":"Roll Dawn from 7a9c12078546 to 49474af63de0 (5 revisions)"}},{"before":"6d5495361d2c2cc9b0dd9e64caf54e74c821ed5f","after":"8375bdc6e191da6e39be965969cab4014bfbc8d1","ref":"refs/heads/main","pushedAt":"2024-07-01T19:31:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Roll vulkan-deps from 4a2ff9e87700 to bbcdf62c225f (1 revision)\n\nhttps://chromium.googlesource.com/vulkan-deps.git/+log/4a2ff9e87700..bbcdf62c225f\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/vulkan-deps-skia-autoroll\nPlease CC robertphillips@google.com,skiabot@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in skia: https://bugs.chromium.org/p/skia/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Release-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE\nBug: None\nTbr: robertphillips@google.com\nChange-Id: Iac160ea2efebd6c8932998e2766cc93d86e12873\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/872438\nCommit-Queue: skia-autoroll \nBot-Commit: skia-autoroll ","shortMessageHtmlLink":"Roll vulkan-deps from 4a2ff9e87700 to bbcdf62c225f (1 revision)"}},{"before":"5668145cfa85aeffcef0cd97863228a95d0f762a","after":"6d5495361d2c2cc9b0dd9e64caf54e74c821ed5f","ref":"refs/heads/main","pushedAt":"2024-07-01T19:05:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Roll vello 6938a2893d..3ee3bea021\n\nUpdate the bazel rules to match the new crate organization.\n\nChange log:\n\n2024-06-28 Arman Uguray [vello_shaders] Bring back the Bazel build hack (#621)\n2024-06-28 Daniel McNab Switch to macos-latest in CI (#622)\n2024-06-27 Daniel McNab Update the typos check version (#620)\n2024-06-26 Daniel McNab Document the MSRV in CHANGELOG.md (#619)\n2024-06-24 Daniel McNab Hack around unsupported glyphs (#618)\n2024-06-21 Daniel McNab Render COLR Glyphs (Emoji) (#615)\n2024-06-20 Raph Levien [pico_svg] Encode group transform in scene (#609)\n2024-06-14 Bruce Mitchener examples: Use `clamp` (#613)\n2024-06-13 Daniel McNab Remove the `Pipelines` API (#612)\n2024-06-08 Kaur Kuut Bump Vello version to 0.2.0. (#605)\n2024-06-08 Kaur Kuut Update `CHANGELOG.md` in preparation for v0.2.0. (#604)\n2024-06-06 Kaur Kuut Update `README.md` files. (#602)\n2024-06-06 Kaur Kuut Update package-level badges. (#601)\n2024-06-06 Kaur Kuut Update dependencies. (#600)\n2024-06-06 Bruce Mitchener vello_shaders: Rename use of `gen` (#599)\n2024-06-06 Bruce Mitchener Use explicit features for `wgpu` and `wgpu-profiler` (#598)\n2024-06-05 Bruce Mitchener deps: Update dev dependencies (#597)\n2024-06-04 tannal Re-export wgpu (#591)\n2024-06-04 Arman Uguray [shaders] More graceful error handling (#584)\n2024-06-03 Kaur Kuut Migrate the repository to a virtual workspace. (#590)\n2024-06-03 Bruce Mitchener examples: Use `web-time` instead of `instant` (#595)\n2024-06-03 Bruce Mitchener Update `CHANGELOG.md` (#594)\n2024-05-31 Bruce Mitchener deps: Update and sync direct dep versions (#593)\n2024-05-30 Raph Levien Workaround to avoid full hang (#589)\n2024-05-30 Lixou Better error types (#516)\n2024-05-26 Bruce Mitchener Use full version number in `CHANGELOG.md` (#588)\n2024-05-26 Bruce Mitchener clippy: Fix new `doc_lazy_continuation` lint (#587)\n2024-05-26 Bruce Mitchener Remove download command, keep download directory. (#586)\n2024-05-16 Lixou Update ARCHITECTURE.md (#578)\n2024-05-16 Kaur Kuut Connect the `naga/msl-out` feature with `vello_shaders/msl`. (#583)\n2024-05-16 Bruce Mitchener tests: Support check-cfg for skip_gpu_tests. (#582)\n2024-05-16 Kaur Kuut Update stable Rust and other dependencies. (#580)\n2024-05-16 Bruce Mitchener Reference `vello` via workspace dep. (#579)\n2024-05-16 Bruce Mitchener ci: Add typos check for common spelling errors. (#492)\n2024-05-13 Bruce Mitchener Disable zeroing workgroup memory for compute shaders. (#575)\n2024-05-13 Bruce Mitchener Update to wgpu 0.20 (#560)\n\nChange-Id: I8c4fc4bd6015ee9050a96190cdcf82aee31070ab\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/872036\nReviewed-by: Kaylee Lubick \nCommit-Queue: Arman Uguray ","shortMessageHtmlLink":"Roll vello 6938a2893d..3ee3bea021"}},{"before":"ae2b97d74812391d93ddfb8d790007a658793223","after":"5668145cfa85aeffcef0cd97863228a95d0f762a","ref":"refs/heads/main","pushedAt":"2024-07-01T18:40:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Revert \"SkSLTest: Disable SwizzleIndexStore test on Samsung GPU\"\n\nThis reverts commit b645fdbc1cbfebf5b986271a3e807fe0a5db4103.\n\nReason for revert: After review: We'd like to see this fixed in the driver\n\nOriginal change's description:\n> SkSLTest: Disable SwizzleIndexStore test on Samsung GPU\n>\n> Bug: b/349274975\n> Change-Id: Ia0c3341cd6f7004e0fa6ee1ee5ae98b0361e4902\n> Signed-off-by: SOOJONG HWANG \n> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/870396\n> Commit-Queue: Brian Osman \n> Reviewed-by: Brian Osman \n> Reviewed-by: Leon Scroggins \n\nBug: b/349274975\nChange-Id: I17cc17f6aabb00ecc9dc0becc1fb1f2f7de068fd\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/872302\nCommit-Queue: Brian Osman \nBot-Commit: Rubber Stamper ","shortMessageHtmlLink":"Revert \"SkSLTest: Disable SwizzleIndexStore test on Samsung GPU\""}},{"before":"d97fcf2cde54bff05f4ae088b9be6e47cdddb68b","after":"ae2b97d74812391d93ddfb8d790007a658793223","ref":"refs/heads/main","pushedAt":"2024-07-01T17:49:36.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Fix signedness of format string.\n\nChange-Id: I3f63dabad8e79d460857ab9a6393c3a4c00d4f6f\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/872396\nAuto-Submit: John Stiles \nCommit-Queue: Nicolette Prevost \nReviewed-by: Nicolette Prevost ","shortMessageHtmlLink":"Fix signedness of format string."}},{"before":"a62bf018429c57c06a16d8830f310c49afebcb65","after":"d97fcf2cde54bff05f4ae088b9be6e47cdddb68b","ref":"refs/heads/main","pushedAt":"2024-07-01T16:06:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"[graphite] Reorganize code for public PrecompileImageFilter API\n\nThis is just a cut & paste CL w/ some header file rearrangement.\n\nBug: b/262606549\nChange-Id: I1593ee2490da37c192bd1ea659250e92a89be017\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/870836\nReviewed-by: Jim Van Verth \nCommit-Queue: Robert Phillips ","shortMessageHtmlLink":"[graphite] Reorganize code for public PrecompileImageFilter API"}},{"before":"33733281e0c31b482576f6633280f931529ac5ae","after":"a62bf018429c57c06a16d8830f310c49afebcb65","ref":"refs/heads/main","pushedAt":"2024-07-01T15:14:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Update etc1 README.google\n\nThese files match the current tip-of-tree versions (except for our\nlocal changes), so I just used the most recent commit hash. I also\ndocumented our local changes better.\n\nBug: 349528614\nChange-Id: I604ebb33f8c2239f960c5c79d0452811c0f6bf71\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/872299\nCommit-Queue: Brian Osman \nReviewed-by: Robert Phillips ","shortMessageHtmlLink":"Update etc1 README.google"}},{"before":"a67a67b7452be6f667c6ce57ec0949143d0a2531","after":"33733281e0c31b482576f6633280f931529ac5ae","ref":"refs/heads/main","pushedAt":"2024-07-01T14:23:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Fix a spelling error in the document\n\n\nThere is a translation error in the document under the \"Text API Overview\" section. The sentence “The office 建造 is in München.” incorrectly uses “建造” which means \"to build\" as a verb, instead of the correct term for \"building\" which should be “建筑” or “大楼”.\n\nThe correct sentence should be:\n\"The office 大楼 is in München.\"\n\nIn English:\n\"The office building is in Munich.\"\n\nIn Chinese:\n\"办公大楼在慕尼黑。\"\n\nThe issue is here: https://issues.skia.org/issues/348688190\n\nChange-Id: Ib356bc3673bba4323c36761f18988c8bf6944a16\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/870637\nReviewed-by: Heather Miller \nReviewed-by: Leon Scroggins \nCommit-Queue: Leon Scroggins ","shortMessageHtmlLink":"Fix a spelling error in the document"}},{"before":"8af866a56bce1a9048b47499e2e3eb166531e258","after":"a67a67b7452be6f667c6ce57ec0949143d0a2531","ref":"refs/heads/main","pushedAt":"2024-07-01T13:57:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Remove assert of extensions from VulkanMemoryAllocators::Make\n\nThis was erroneously left in. We don't need this assert because\nof the logic in the function to use a default stack-allocated\nskgpu::VulkanExtensions if the passed in pointer is nullptr.\n\nBug: b/350078063\nChange-Id: I160c739db158cfcfa2e9e6c4f395715b29f3d49e\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/872336\nAuto-Submit: Kaylee Lubick \nReviewed-by: Nicolette Prevost \nCommit-Queue: Nicolette Prevost ","shortMessageHtmlLink":"Remove assert of extensions from VulkanMemoryAllocators::Make"}},{"before":"4cdd0a1ebdcde2bd93a3f13676001e1f0e84a398","after":"8af866a56bce1a9048b47499e2e3eb166531e258","ref":"refs/heads/main","pushedAt":"2024-07-01T07:08:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Roll ANGLE from e86ba9abe996 to 4f23429a1f09 (2 revisions)\n\nhttps://chromium.googlesource.com/angle/angle.git/+log/e86ba9abe996..4f23429a1f09\n\n2024-06-29 steven@uplinklabs.net egl_angle_ext: fix incorrect EGL_ANGLE_device_d3d11 name\n2024-06-28 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 7ff358e64e2b to 2796aaff7eef (10 revisions)\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/angle-skia-autoroll\nPlease CC jmadill@google.com,robertphillips@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry\nTo file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Release-ANGLE;skia/skia.primary:Build-Mac-Clang-arm64-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\nTbr: robertphillips@google.com\nChange-Id: I6bf16d636936d7f11367fb73c68e596627188544\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/872236\nCommit-Queue: skia-autoroll \nBot-Commit: skia-autoroll ","shortMessageHtmlLink":"Roll ANGLE from e86ba9abe996 to 4f23429a1f09 (2 revisions)"}},{"before":"ea0baaeeab1ae9582727cecbc0be9225ff20c64b","after":"4cdd0a1ebdcde2bd93a3f13676001e1f0e84a398","ref":"refs/heads/main","pushedAt":"2024-07-01T06:16:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Roll SK Tool from ca190d337809 to 4a070666bf8e\n\nhttps://skia.googlesource.com/buildbot.git/+log/ca190d337809..4a070666bf8e\n\n2024-07-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra CIPD packages from 40eb79dec2d6 to ca190d337809 (8 revisions)\n2024-07-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Depot Tools from 99548b292dd8 to 6a00e594c9c2 (4 revisions)\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/sk-tool-skia\nPlease CC rmistry@google.com,skiabot@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nTbr: rmistry@google.com\nChange-Id: I1de4057a331f6131956d633d83d8bff653f84e33\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/872258\nBot-Commit: skia-autoroll \nCommit-Queue: skia-autoroll ","shortMessageHtmlLink":"Roll SK Tool from ca190d337809 to 4a070666bf8e"}},{"before":"aa911987d218fc087b61ac1a87ab4cafc6ba2351","after":"ea0baaeeab1ae9582727cecbc0be9225ff20c64b","ref":"refs/heads/main","pushedAt":"2024-07-01T05:51:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Roll vulkan-deps from 773555d3bd22 to 4a2ff9e87700 (1 revision)\n\nhttps://chromium.googlesource.com/vulkan-deps.git/+log/773555d3bd22..4a2ff9e87700\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/vulkan-deps-skia-autoroll\nPlease CC robertphillips@google.com,skiabot@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in skia: https://bugs.chromium.org/p/skia/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Release-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE\nBug: None\nTbr: robertphillips@google.com\nChange-Id: I255c350a2a3e933d789f0bff66fb2d096bd132d2\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/872257\nBot-Commit: skia-autoroll \nCommit-Queue: skia-autoroll ","shortMessageHtmlLink":"Roll vulkan-deps from 773555d3bd22 to 4a2ff9e87700 (1 revision)"}},{"before":"34be7c830184dfde165852a31d1d813e98b41c74","after":"aa911987d218fc087b61ac1a87ab4cafc6ba2351","ref":"refs/heads/main","pushedAt":"2024-07-01T04:59:36.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Roll Skia Infra from 40eb79dec2d6 to ca190d337809 (8 revisions)\n\nhttps://skia.googlesource.com/buildbot.git/+log/40eb79dec2d6..ca190d337809\n\n2024-06-28 sunxiaodi@google.com [pinpoint] fix non-deterministic fetch free bots unit test\n2024-06-28 ashwinpv@google.com Cache all benchmark and bot combinations for chrome-internal instance\n2024-06-28 ashwinpv@google.com Expand caching on chrome internal to all benchmarks\n2024-06-28 ashwinpv@google.com Misc UI fixes\n2024-06-28 ashwinpv@google.com Fix failing redis initialization in maintenance\n2024-06-28 ashwinpv@google.com Enable param set + count caching in perf FE\n2024-06-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Depot Tools from f4e8e13e8bc5 to 99548b292dd8 (3 revisions)\n2024-06-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra CIPD packages from 79660091faba to 40eb79dec2d6 (5 revisions)\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/infra-skia\nPlease CC rmistry@google.com,skiabot@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Skia Infra: https://bugs.chromium.org/p/skia/issues/entry\nTo file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nBug: None\nTbr: rmistry@google.com\nChange-Id: I7d476726bf03535442f76d3b97cb119b2586bec1\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/871590\nBot-Commit: skia-autoroll \nCommit-Queue: skia-autoroll ","shortMessageHtmlLink":"Roll Skia Infra from 40eb79dec2d6 to ca190d337809 (8 revisions)"}},{"before":"2df28ce437ccd100e6c02c186b76d105b7b815bd","after":"34be7c830184dfde165852a31d1d813e98b41c74","ref":"refs/heads/main","pushedAt":"2024-06-29T12:11:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Manual roll Dawn from 9281ee0a120f to 66b3d4eee7e4 (11 revisions)\n\nManual roll requested by robertphillips@google.com\n\nhttps://dawn.googlesource.com/dawn.git/+log/9281ee0a120f..66b3d4eee7e4\n\n2024-06-29 cwallez@chromium.org opengl: Add support for EGL_EXT_pixel_format_float.\n2024-06-29 kainino@chromium.org Summarize CTS failures as first line of first max-severity log\n2024-06-29 jaswant.panchumarti@kitware.com Do not turn off CMAKE_CXX_EXTENSIONS\n2024-06-28 rafael.cintron@microsoft.com Disable render passes on Windows until support can be detected\n2024-06-28 enga@chromium.org [headers] Remove the Flags enums and make them 64-bit\n2024-06-28 dsinclair@chromium.org [hlsl] Stub out the DecomposeMemoryAccess IR transform.\n2024-06-28 cwallez@chromium.org opengl: Add support for EGL_KHR_no_config_context.\n2024-06-28 jaswant.panchumarti@kitware.com Disable GLFW_INSTALL\n2024-06-28 jaswant.panchumarti@kitware.com Add third_party/google_benchmark/src in fetch_dawn_dependencies.py\n2024-06-28 jaswant.panchumarti@kitware.com Always build glslang as static library\n2024-06-28 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 7ff358e64e2b to 2796aaff7eef (10 revisions)\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/dawn-skia-autoroll\nPlease CC cwallez@google.com,dneto@google.com,robertphillips@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry\nTo file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Debug-Graphite_Dawn_Vulkan;skia/skia.primary:Test-Mac11-Clang-MacMini9.1-GPU-AppleM1-arm64-Debug-All-Graphite_Dawn_Metal;skia/skia.primary:Test-Win10-MSVC-Golo-GPU-QuadroP400-x86_64-Release-All-Graphite_Dawn_D3D12;skia/skia.primary:Test-Win10-MSVC-Golo-GPU-QuadroP400-x86_64-Release-All-Graphite_Dawn_D3D11\nBug: None\nTbr: dneto@google.com,robertphillips@google.com\nChange-Id: I3c504f553aef0e803a455f9dcce66f4eca83f858\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/871609\nCommit-Queue: skia-autoroll \nBot-Commit: skia-autoroll ","shortMessageHtmlLink":"Manual roll Dawn from 9281ee0a120f to 66b3d4eee7e4 (11 revisions)"}},{"before":"bc0e9542ce83f5f390831921bd145c04d37f72bf","after":"2df28ce437ccd100e6c02c186b76d105b7b815bd","ref":"refs/heads/main","pushedAt":"2024-06-29T10:06:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Roll vulkan-deps from 544502230988 to 773555d3bd22 (3 revisions)\n\nhttps://chromium.googlesource.com/vulkan-deps.git/+log/544502230988..773555d3bd22\n\nAlso rolling transitive DEPS:\n https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools/+log/345af476e583366352e014ee8e43fc5ddf421ab9..a3b0dae2528425de20965ca7a11a2e3086575956\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/vulkan-deps-skia-autoroll\nPlease CC scroggo@google.com,skiabot@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in skia: https://bugs.chromium.org/p/skia/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Release-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE\nBug: None\nTbr: scroggo@google.com\nChange-Id: I6e9fba18c5ab8eea3bff92a60295b6d7d45f217a\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/871607\nCommit-Queue: skia-autoroll \nBot-Commit: skia-autoroll ","shortMessageHtmlLink":"Roll vulkan-deps from 544502230988 to 773555d3bd22 (3 revisions)"}},{"before":"1ad84eb8e94f1bab286b616ae8907c7a18e20ed9","after":"bc0e9542ce83f5f390831921bd145c04d37f72bf","ref":"refs/heads/main","pushedAt":"2024-06-28T21:15:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Roll vulkan-deps from 6583f5d23919 to 544502230988 (7 revisions)\n\nhttps://chromium.googlesource.com/vulkan-deps.git/+log/6583f5d23919..544502230988\n\nAlso rolling transitive DEPS:\n https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers/+log/e3c37e6e184a232e10b01dff5a065ce48c047f88..190d2cb24e90e5bf2bec0a75604a9b3586485b6d\n https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries/+log/144ce1b3c19caf29a69fca192fb168f3aa7ab9aa..df78ee39d2ff6c10b4f7f2ae06c7ca64524f9e25\n\nIf this roll has caused a breakage, revert this CL and stop the roller\nusing the controls here:\nhttps://autoroll.skia.org/r/vulkan-deps-skia-autoroll\nPlease CC scroggo@google.com,skiabot@google.com on the revert to ensure that a human\nis aware of the problem.\n\nTo file a bug in skia: https://bugs.chromium.org/p/skia/issues/entry\n\nTo report a problem with the AutoRoller itself, please file a bug:\nhttps://issues.skia.org/issues/new?component=1389291&template=1850622\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md\n\nCq-Include-Trybots: skia/skia.primary:Build-Debian10-Clang-x86_64-Release-ANGLE;skia/skia.primary:Test-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE\nBug: None\nTbr: scroggo@google.com\nChange-Id: Ic26c7cceba0928a7041d5b46bff6ed3d007dfe1a\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/871589\nBot-Commit: skia-autoroll \nCommit-Queue: skia-autoroll ","shortMessageHtmlLink":"Roll vulkan-deps from 6583f5d23919 to 544502230988 (7 revisions)"}},{"before":"cc1c8b3a643985627bc52222d4c621341dbe2302","after":"1ad84eb8e94f1bab286b616ae8907c7a18e20ed9","ref":"refs/heads/main","pushedAt":"2024-06-28T17:48:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"[graphite] Fix color text rendering, part 1.\n\nWe were treating the values read from the color atlas texture as\ncoverage, which is correct for LCD text but not pure color text.\nWe need to treat those values as color values, which will bring in\nsupport for color filters. In addition, we need to disable\nany shaders, as they shouldn't affect color text.\n\nBug: 347990502\nBug: 348683468\nChange-Id: Ia1a5101ace10f0d1c798da4b5d978d992852511c\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/871996\nReviewed-by: Brian Osman \nCommit-Queue: Jim Van Verth \nReviewed-by: Michael Ludwig ","shortMessageHtmlLink":"[graphite] Fix color text rendering, part 1."}},{"before":"fc6f00bfacb524fa15cf0db51897c40dd99e6561","after":"cc1c8b3a643985627bc52222d4c621341dbe2302","ref":"refs/heads/main","pushedAt":"2024-06-28T17:22:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Add jobs for Galaxy S24\n\nI used all jobs from the S20s, except NativeFonts (which doesn't really\nneed other coverage).\n\nBug: b/348351936\nChange-Id: Ide35bbabe41416d5d730ca50fcd69b3e8a6a862a\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/871857\nReviewed-by: Brian Osman ","shortMessageHtmlLink":"Add jobs for Galaxy S24"}},{"before":"3d5f5d546fb65e10aad6b8f039c203a94268c98c","after":"fc6f00bfacb524fa15cf0db51897c40dd99e6561","ref":"refs/heads/main","pushedAt":"2024-06-28T16:56:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"graphite: Expose maxTextureSize on Recorder\n\nThis is already on Context but some Chromium code only has access to the\nRecorder so add a convenience method there too.\n\nBug: b/337980338\nChange-Id: Ieaeb573e522bc7057594676c48268515792b3450\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/871796\nCommit-Queue: Greg Daniel \nAuto-Submit: Sunny Sachanandani \nReviewed-by: Greg Daniel ","shortMessageHtmlLink":"graphite: Expose maxTextureSize on Recorder"}},{"before":"7a09d38fa7f8141c05ddfae27a4852c435222141","after":"3d5f5d546fb65e10aad6b8f039c203a94268c98c","ref":"refs/heads/main","pushedAt":"2024-06-28T15:39:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hubot","name":"Hubot","path":"/hubot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/480938?s=80&v=4"},"commit":{"message":"Delete unnecessary file\n\nThis appears to be no longer used by Android framework.\n\nChange-Id: If82ea457be414afab3489b437d27b3c8e1e2e08f\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/871696\nCommit-Queue: Nolan Scobie \nAuto-Submit: Kaylee Lubick \nReviewed-by: Nolan Scobie ","shortMessageHtmlLink":"Delete unnecessary file"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEdUZdcwA","startCursor":null,"endCursor":null}},"title":"Activity · google/skia"}