David Neto
622bc9732a
Add -DDAWN_USE_X11=OFF for dawn.node build
...
Otherwise we gain a default dependency on X11, when on Linux.
Change-Id: Ief52603758f5808a47dde64b04b4f10d27e4c93a
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74880
Auto-Submit: David Neto <dneto@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: David Neto <dneto@google.com>
2022-01-04 19:39:06 +00:00
dawn-autoroll
a8ac37babf
Roll vulkan-deps from 00957032e9fb to a22e4a155383 (1 revision)
...
https://chromium.googlesource.com/vulkan-deps.git/+log/00957032e9fb..a22e4a155383
Changed dependencies:
* vulkan-validation-layers: d23bc291ba..65975edf9b
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-dawn-autoroll
Please CC alanbaker@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 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
Bug: None
Tbr: alanbaker@google.com
Change-Id: Ibbe5653456b26831ef68a86143934a9820ad1901
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/75200
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2022-01-04 18:20:14 +00:00
Corentin Wallez
3343e3b29f
Add missing space in a toggle description
...
Change-Id: Ic233a75cba31923d9fe320634ca6b2ea45432ceb
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/73020
Auto-Submit: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
2022-01-04 17:29:15 +00:00
Corentin Wallez
e19e8356c1
Preliminary fixes for upgrading the MSVC toolchain
...
Fixes / suppresses a couple warnings raised by the updated MSVC and
silences all C++17 deprecation warnings since we can only fix them after
we update to use C++17.
Bug: dawn:824
Change-Id: I047985f26244ed3a42c73740617aee15546ca9dd
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/75072
Auto-Submit: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Loko Kung <lokokung@google.com>
Commit-Queue: Loko Kung <lokokung@google.com>
2022-01-04 16:32:06 +00:00
Dawn Autoroller
eb3b9ce2e8
Roll Tint from 09c49b34d9
to f09a23a3f7
(1 revision)
...
https://dawn.googlesource.com/tint.git/+log/09c49b34d9d9..f09a23a3f734
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/tint-dawn
Please CC alanbaker@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 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
Bug: dawn:824
Tbr: alanbaker@google.com
Change-Id: If243f6873ddf88bef63cbbf3488ec153e45d0c1b
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/75181
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2022-01-04 16:15:55 +00:00
Dawn Autoroller
ab02767bf2
Roll SwiftShader from 433b1bf9bff2 to d0de9dcaaa44 (1 revision)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/433b1bf9bff2..d0de9dcaaa44
2022-01-04 bclayton@google.com third_party: Fix update-marl commit message
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-dawn-autoroll
Please CC alanbaker@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 Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: alanbaker@google.com
Change-Id: Ic20d1425719c92b69f19fbdf90e024ad7addc6a0
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/75180
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2022-01-04 15:43:45 +00:00
Ben Clayton
76ff65f694
dawn_node: Error if the specified backend is not found
...
Defaulting to the 0'th adapter can silently use the Null adapter, which is no fun for anyone.
Bug tint:1354
Change-Id: I14e2379175cb90a48753bd81d096391d15d2dc22
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/75070
Commit-Queue: Ben Clayton <bclayton@google.com>
Auto-Submit: Ben Clayton <bclayton@google.com>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
2022-01-04 14:36:25 +00:00
Dawn Autoroller
85b7e50c52
Roll Tint from 7913982f87
to 09c49b34d9
(1 revision)
...
https://dawn.googlesource.com/tint.git/+log/7913982f8734..09c49b34d9d9
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/tint-dawn
Please CC alanbaker@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 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
Bug: None
Tbr: alanbaker@google.com
Change-Id: I42b37e80bf2f99afe8cd51ba3f18ead1dbef0c9c
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/75160
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2022-01-04 11:18:55 +00:00
Dawn Autoroller
e07b32a791
Roll ANGLE from 5bd4596187e3 to a00b6ca46f18 (1 revision)
...
5bd4596187..a00b6ca46f
2022-01-04 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 04d22dcbc0f6 to 1a9dad30c65b (190 revisions)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-dawn-autoroll
Please CC alanbaker@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: alanbaker@google.com
Change-Id: I1adf119579c371615f1e7a2d7c078dd90b8204e4
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/75140
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2022-01-04 10:41:15 +00:00
dawn-autoroll
433b116d39
Roll vulkan-deps from 5d16a1ce9e6d to 00957032e9fb (2 revisions)
...
https://chromium.googlesource.com/vulkan-deps.git/+log/5d16a1ce9e6d..00957032e9fb
Changed dependencies:
* glslang: 9b20b25138..df609a01b3
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-dawn-autoroll
Please CC alanbaker@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 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
Bug: None
Tbr: alanbaker@google.com
Change-Id: Iab9c29f77c574e9c480d1e2a4d7a371e4c5822c0
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/75120
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2022-01-04 05:11:55 +00:00
Dawn Autoroller
67c11575d1
Roll ANGLE from aad7ddb28c0e to 5bd4596187e3 (1 revision)
...
aad7ddb28c..5bd4596187
2022-01-03 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 70ce2f66c417 to 04d22dcbc0f6 (183 revisions)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-dawn-autoroll
Please CC alanbaker@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: alanbaker@google.com
Change-Id: I8b78cc5424b8756a3e39a531eeef9b2a7b5caad5
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/75100
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2022-01-03 16:57:54 +00:00
dawn-autoroll
2e624c42e2
Roll vulkan-deps from 0ccb6a4009fa to 5d16a1ce9e6d (1 revision)
...
https://chromium.googlesource.com/vulkan-deps.git/+log/0ccb6a4009fa..5d16a1ce9e6d
Changed dependencies:
* vulkan-validation-layers: 34c103f644..d23bc291ba
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-dawn-autoroll
Please CC jrprice@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 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
Bug: None
Tbr: jrprice@google.com
Change-Id: I3abec364c79386bc741555c57c190d6fb44dda84
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/75080
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2022-01-03 16:13:24 +00:00
Dawn Autoroller
ba709bfc60
Roll ANGLE from 0a6b7897451b to aad7ddb28c0e (1 revision)
...
0a6b789745..aad7ddb28c
2022-01-02 ynovikov@chromium.org Skip VulkanPerformanceCounterTest.InvalidateDrawDisable
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-dawn-autoroll
Please CC jrprice@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: jrprice@google.com
Change-Id: I0fac2df48258a0b7b520958848da8ce2ea4c4e12
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/75020
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2022-01-03 03:18:54 +00:00
Dawn Autoroller
5070b65bc1
Roll ANGLE from 4b3e3ed5f0da to 0a6b7897451b (1 revision)
...
4b3e3ed5f0..0a6b789745
2022-01-02 lexa.knyazev@gmail.com Add macOS support to update_chrome_angle.py
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-dawn-autoroll
Please CC jrprice@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: jrprice@google.com
Change-Id: I31444565b5031a38a9ef64a898c1b7eca4ce530c
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/75000
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2022-01-02 14:27:34 +00:00
Dawn Autoroller
ce44c8f400
Roll ANGLE from 39810def0b01 to 4b3e3ed5f0da (1 revision)
...
39810def0b..4b3e3ed5f0
2022-01-01 syoussefi@chromium.org Re-skip MSRTT tests on Linux/AMD/Vulkan
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-dawn-autoroll
Please CC jrprice@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: jrprice@google.com
Change-Id: I5908a6dd3bb758b9b8d5d7fc64e260eafb94362a
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74980
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2022-01-01 17:07:53 +00:00
dawn-autoroll
2aa0042bb1
Roll vulkan-deps from b1049d5f19cc to 0ccb6a4009fa (3 revisions)
...
https://chromium.googlesource.com/vulkan-deps.git/+log/b1049d5f19cc..0ccb6a4009fa
Changed dependencies:
* vulkan-validation-layers: 0985f0e34a..34c103f644
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-dawn-autoroll
Please CC jrprice@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 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
Bug: None
Tbr: jrprice@google.com
Change-Id: Ib329e8133d57999ddd217ab232505ad17f103906
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74960
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2022-01-01 07:19:23 +00:00
dawn-autoroll
f069d5f3d6
Roll vulkan-deps from 2f2497d5ea38 to b1049d5f19cc (1 revision)
...
https://chromium.googlesource.com/vulkan-deps.git/+log/2f2497d5ea38..b1049d5f19cc
Changed dependencies:
* vulkan-validation-layers: cf2a2d0f4a..0985f0e34a
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-dawn-autoroll
Please CC jrprice@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 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
Bug: None
Tbr: jrprice@google.com
Change-Id: Id1f93111e42e2a12859a34975000acfab9257293
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74940
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-31 17:46:02 +00:00
Dawn Autoroller
a8f5cfb81e
Roll ANGLE from fed9ba44f024 to 39810def0b01 (6 revisions)
...
fed9ba44f0..39810def0b
2021-12-31 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from c764378a1f24 to 70ce2f66c417 (145 revisions)
2021-12-30 jmadill@chromium.org Traces: Fix path in retrace script.
2021-12-30 jmadill@chromium.org Fix extension download script, and update data.
2021-12-30 jmadill@chromium.org Capture/Replay: GN cleanups.
2021-12-30 jmadill@chromium.org Capture/Replay: Fix TODO in test utils.
2021-12-30 jmadill@chromium.org Traces: Finish writing restricted trace doc updates.
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-dawn-autoroll
Please CC jrprice@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: jrprice@google.com
Change-Id: Ib36eb0397a1e7d6d5a46a0a6a2f7f4f77cf07f78
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74920
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-31 10:49:02 +00:00
dawn-autoroll
1a7779ca32
Roll vulkan-deps from 09edcd7c680b to 2f2497d5ea38 (1 revision)
...
https://chromium.googlesource.com/vulkan-deps.git/+log/09edcd7c680b..2f2497d5ea38
Changed dependencies:
* vulkan-validation-layers: 157e79696e..cf2a2d0f4a
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-dawn-autoroll
Please CC jrprice@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 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
Bug: None
Tbr: jrprice@google.com
Change-Id: I273c7ee44c0804a56b87290df31d74ebefcdd516
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74900
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-31 00:31:31 +00:00
Dawn Autoroller
1be2701845
Roll ANGLE from a400e76d02df to fed9ba44f024 (2 revisions)
...
a400e76d02..fed9ba44f0
2021-12-30 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from c32df39c11ce to 09edcd7c680b (1 revision)
2021-12-30 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from e45e6e1a55ae to c764378a1f24 (157 revisions)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-dawn-autoroll
Please CC jrprice@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: jrprice@google.com
Change-Id: I0fc981330fa334745416963ebe053b504bedcf1b
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74860
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-30 21:55:02 +00:00
David Neto
680900a9ca
Fix dawn.node compilation
...
Fix the use of DawnTogglesDeviceDescriptor.
The dawn.node GPUAdaptor binindg code is already in the wgpu namespace
so use DawnTogglesDeviceDescriptor directly instead of prefixing
it with wgpu::
Bug: dawn:160
Change-Id: I01ab76983aabe150df5769764735d90e4f1e73bb
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74840
Auto-Submit: David Neto <dneto@google.com>
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
2021-12-30 20:16:33 +00:00
Dawn Autoroller
95480cb0f3
Roll ANGLE from b7d2f4478cb2 to a400e76d02df (2 revisions)
...
b7d2f4478c..a400e76d02
2021-12-30 syoussefi@chromium.org Vulkan: Don't expose MSRTT without VK_KHR_depth_stencil_resolve
2021-12-30 ynovikov@chromium.org Skip angle_end2end_tests failing on Linux AMD RX 5500 XT
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-dawn-autoroll
Please CC jrprice@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: jrprice@google.com
Change-Id: Ia8c1cb55dac50c1accd86164879061fac93cda30
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74820
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-30 07:21:53 +00:00
dawn-autoroll
a0eca4a3e4
Roll vulkan-deps from c32df39c11ce to 09edcd7c680b (1 revision)
...
https://chromium.googlesource.com/vulkan-deps.git/+log/c32df39c11ce..09edcd7c680b
Changed dependencies:
* vulkan-validation-layers: cba0c5000e..157e79696e
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-dawn-autoroll
Please CC jrprice@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 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
Bug: None
Tbr: jrprice@google.com
Change-Id: Ia3a3e64c9d68074e5a16b603d9a647c1c877a22c
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74780
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-29 20:29:23 +00:00
Dawn Autoroller
71ccaf9ab3
Roll ANGLE from 6f1c39b52b4f to b7d2f4478cb2 (1 revision)
...
6f1c39b52b..b7d2f4478c
2021-12-29 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from d09758fa672c to e45e6e1a55ae (153 revisions)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-dawn-autoroll
Please CC jrprice@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: jrprice@google.com
Change-Id: If2ee49bb7b8e9bc5ac7265dc65ebabd8122bdd40
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74760
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-29 17:46:00 +00:00
Dawn Autoroller
3c3929abb1
Roll ANGLE from 95f6e6865fa6 to 6f1c39b52b4f (1 revision)
...
95f6e6865f..6f1c39b52b
2021-12-28 lfy@google.com Vulkan: Restore color attachment mask-related blend states
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-dawn-autoroll
Please CC jrprice@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: jrprice@google.com
Change-Id: I0933cf939904b7b018ce652b105d23c60146e1bd
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74740
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-29 04:51:39 +00:00
Dawn Autoroller
530247a332
Roll ANGLE from 0a28c6c61b2f to 95f6e6865fa6 (2 revisions)
...
0a28c6c61b..95f6e6865f
2021-12-28 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 87c78ac5eb86 to 433b1bf9bff2 (2 revisions)
2021-12-28 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 0635acc4de22 to d09758fa672c (93 revisions)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-dawn-autoroll
Please CC jrprice@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: jrprice@google.com
Change-Id: I2ebb18539ea2f5d9e568dbc86dc70875a543521d
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74720
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-28 14:26:49 +00:00
Dawn Autoroller
5657f89f44
Roll SwiftShader from 421ddb40e1c1 to 433b1bf9bff2 (1 revision)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/421ddb40e1c1..433b1bf9bff2
2021-12-27 penghuang@chromium.org Use correct window depth to create pixmap
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-dawn-autoroll
Please CC jrprice@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 Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: jrprice@google.com
Change-Id: I85fd5d9ddb5bc7a362da8d953601556726b60ac9
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74700
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-28 03:58:39 +00:00
Dawn Autoroller
34933d1eef
Roll ANGLE from a92036893559 to 0a28c6c61b2f (2 revisions)
...
a920368935..0a28c6c61b
2021-12-27 gert.wollny@collabora.com Capture/Replay: Capture some MultiDrawIndirect parameters
2021-12-27 gert.wollny@collabora.com Capture/Replay: Gather Program sources directly from call
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-dawn-autoroll
Please CC jrprice@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: jrprice@google.com
Change-Id: Ifac53e5232c94afe5c2cbd1c5369aa92999848fd
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74680
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-28 01:29:28 +00:00
Dawn Autoroller
77ead8f4a2
Roll SwiftShader from 87c78ac5eb86 to 421ddb40e1c1 (1 revision)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/87c78ac5eb86..421ddb40e1c1
2021-12-27 penghuang@chromium.org Fix swiftshader build error
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-dawn-autoroll
Please CC enga@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 Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: enga@google.com
Change-Id: I865d6c01ab7ca68764976f05fe757188047395ee
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74660
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-27 14:12:28 +00:00
Dawn Autoroller
a0d0988aaf
Roll ANGLE from fce481863806 to a92036893559 (1 revision)
...
fce4818638..a920368935
2021-12-27 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 52c4c43d687f to 0635acc4de22 (149 revisions)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-dawn-autoroll
Please CC enga@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: enga@google.com
Change-Id: Ida48b5da55d3e56b14c8c46f519b43db9dcac0f2
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74640
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-27 11:40:58 +00:00
Dawn Autoroller
b08e1e8307
Roll ANGLE from 4d893a93596e to fce481863806 (2 revisions)
...
4d893a9359..fce4818638
2021-12-24 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from f354daff5a2b to 87c78ac5eb86 (2 revisions)
2021-12-24 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 16dc16f9ec67 to 52c4c43d687f (244 revisions)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-dawn-autoroll
Please CC enga@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: enga@google.com
Change-Id: I03e69e151c8b02090f416c4579cd3a6f51480539
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74620
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-24 16:33:35 +00:00
Dawn Autoroller
38d1703039
Roll SwiftShader from f1afdde60a81 to 87c78ac5eb86 (1 revision)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/f1afdde60a81..87c78ac5eb86
2021-12-23 penghuang@chromium.org Use X11 shm extension for presenting
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-dawn-autoroll
Please CC enga@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 Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: enga@google.com
Change-Id: I91949bea2156d992aaec0e174d387556b02ea19d
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74600
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-24 08:06:04 +00:00
Dawn Autoroller
7eb11f75c9
Roll ANGLE from 582651bee8a9 to 4d893a93596e (2 revisions)
...
582651bee8..4d893a9359
2021-12-23 jmadill@chromium.org Re-land: "Trace Tests: Remove auto-generated code."
2021-12-23 timvp@google.com Vulkan: Copy buffer data to correct cube map face
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-dawn-autoroll
Please CC enga@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: enga@google.com
Change-Id: I0cc034953bf6870102190324816f6896cebbb591
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74560
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-24 03:42:40 +00:00
Dawn Autoroller
1ac649cc9d
Roll Tint from 9943de6813
to 7913982f87
(1 revision)
...
https://dawn.googlesource.com/tint.git/+log/9943de681369..7913982f8734
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/tint-dawn
Please CC enga@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 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
Bug: None
Tbr: enga@google.com
Change-Id: Ia09b42ca6d7b2d8ea2e3592810d1dc198615df26
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74540
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-23 23:18:34 +00:00
Dawn Autoroller
168b7eb10d
Roll SwiftShader from f354daff5a2b to f1afdde60a81 (1 revision)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/f354daff5a2b..f1afdde60a81
2021-12-23 penghuang@chromium.org Fix eglSwapBuffers() not presenting problem
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-dawn-autoroll
Please CC enga@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 Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: enga@google.com
Change-Id: I8be5811b8c90ccae6d3ce5c8ad496d260c3a6114
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74520
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-23 18:24:25 +00:00
Dawn Autoroller
3e751b832c
Roll ANGLE from 14af7a8da786 to 582651bee8a9 (3 revisions)
...
14af7a8da7..582651bee8
2021-12-23 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from fbeca8f4ea6a to c32df39c11ce (3 revisions)
2021-12-23 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 274ab850e849 to 16dc16f9ec67 (303 revisions)
2021-12-22 cnorthrop@google.com Android: Remove setenv from common path
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-dawn-autoroll
Please CC enga@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: enga@google.com
Change-Id: Ica08a3e4b72c25ea8bdf1dcf6bfac275d8428eaa
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74481
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-23 14:30:04 +00:00
Jiawei Shao
67a22dee01
Add a missing space in the error message of SetIndexBuffer
...
BUG=dawn:887
Change-Id: I108377328ce735a2daaca9512ded6b35e0bfaa14
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74460
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
2021-12-23 09:50:36 +00:00
dawn-autoroll
57421fbd96
Roll vulkan-deps from 8a76fb59b27e to c32df39c11ce (2 revisions)
...
https://chromium.googlesource.com/vulkan-deps.git/+log/8a76fb59b27e..c32df39c11ce
Changed dependencies:
* vulkan-validation-layers: a44b818817..cba0c5000e
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-dawn-autoroll
Please CC enga@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 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
Bug: None
Tbr: enga@google.com
Change-Id: I4420b281e2596188e2d47f7c65c34916330da66a
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74440
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-23 05:44:34 +00:00
fujunwei
f001ef5505
Make the templates of webgpu_absl_format flexible
...
Move the manually parts to src/dawn_native/webgpu_absl_format.cpp/h.
Rename the template webgpu_absl_format.cpp/h to api_absl_format.cpp.h .
BUG=dawn:1201, dawn:563
Change-Id: Ibbeea43227f4fcf7f1d6b1d0bc3927226e79e6c3
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74300
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Junwei Fu <junwei.fu@intel.com>
2021-12-23 05:16:04 +00:00
Dawn Autoroller
a83c434cc7
Roll ANGLE from 993f388967f8 to 14af7a8da786 (3 revisions)
...
993f388967..14af7a8da7
2021-12-22 ynovikov@chromium.org Log subprocess output in run_perf_tests.py
2021-12-22 cclao@google.com Vulkan: Remove mShadowBuffer from BufferVk class.
2021-12-22 ynovikov@chromium.org Unskip MRTSigned and MRTUnsigned BlendIntegerTest
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-dawn-autoroll
Please CC enga@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: enga@google.com
Change-Id: I1b1549d4644f07980037e8e402511ee1b7c3b100
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74420
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-23 00:46:55 +00:00
Austin Eng
dc518772c6
Update tests to use wgpu::DeviceDescriptor
...
Bug: dawn:160
Change-Id: I2fce45c5cc6f9e95054ad5fa42acfeb42ad787c5
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/72062
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
2021-12-22 19:04:33 +00:00
Austin Eng
2f218e2b21
Implement upstream RequestDevice, add native-only CreateDevice
...
This CL implements RequestDevice and also has changes for
Dawn to internally use wgpu::FeatureName enums, instead of
strings. Some of the string handling is kept for now to
support the deprecated creation path. GetFeatureInfo is added
to the instance to get a name and description of the feature,
for reporting in about://gpu.
Dawn device toggles are now passed in an extension struct off
of the device descriptor. This is only supported in dawn_native,
and not dawn_wire, for now, since dawn_wire doesn't have a way
to serialize lists of null-terminated const char*.
To enable the client to check whether the toggle descriptor is
supported, a `dawn-native` feature is added which is supported
all the time with dawn_native, but not supported with dawn_wire.
Feature `dawn-native` also enables a synchronous version of
CreateDevice for convenience.
Bug: dawn:160
Change-Id: Ifc195e7ea808c6c319021528ef4b36bd65583bff
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/72020
Reviewed-by: Loko Kung <lokokung@google.com>
Commit-Queue: Austin Eng <enga@chromium.org>
2021-12-22 19:02:23 +00:00
Dawn Autoroller
59c84575f7
Roll Tint from cc4d97b6e3
to 9943de6813
(1 revision)
...
https://dawn.googlesource.com/tint.git/+log/cc4d97b6e319..9943de681369
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/tint-dawn
Please CC enga@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 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
Bug: None
Tbr: enga@google.com
Change-Id: I9679cee1ff4b31d02ad676e3260b9e974ee172d7
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74340
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-22 16:29:15 +00:00
dawn-autoroll
8a1869a346
Roll vulkan-deps from fbeca8f4ea6a to 8a76fb59b27e (1 revision)
...
https://chromium.googlesource.com/vulkan-deps.git/+log/fbeca8f4ea6a..8a76fb59b27e
Changed dependencies:
* vulkan-validation-layers: ab8e2a2015..a44b818817
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-dawn-autoroll
Please CC enga@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 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
Bug: None
Tbr: enga@google.com
Change-Id: If8548222ee188626f9519e2d9bbc491436f790eb
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74341
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-22 16:19:18 +00:00
Corentin Wallez
7628489cf6
Reland "Bump maxUniformBindingSize to 2^16 from 2^14"
...
This is a reland of 1a57ee9d4e
Original change's description:
> Bump maxUniformBindingSize to 2^16 from 2^14
>
> This was upped in https://github.com/gpuweb/gpuweb/pull/2159
>
> Bug: dawn:1173
> Change-Id: I98d46b9b5a339280d21ddcb2ab039ce7ebce4ec3
> Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/71608
> Commit-Queue: Brandon Jones <bajones@chromium.org>
> Auto-Submit: Corentin Wallez <cwallez@chromium.org>
> Reviewed-by: Brandon Jones <bajones@chromium.org>
Bug: dawn:1173
Change-Id: Id86c6432e792a44bb231ae7778df1d38f4084f5b
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74302
Auto-Submit: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
2021-12-22 16:18:36 +00:00
Dawn Autoroller
007f0d57a8
Roll ANGLE from bc9d2d7de9d4 to 993f388967f8 (2 revisions)
...
bc9d2d7de9..993f388967
2021-12-22 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 9ca41364d3dc to 274ab850e849 (341 revisions)
2021-12-21 ynovikov@chromium.org Skip RenderbufferDrawStencilThenUnresolveStencil on Linux Vulkan AMD
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-dawn-autoroll
Please CC enga@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: enga@google.com
Change-Id: I8de8c2b7466286d0f73ea2d901bef1218b1684f0
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74320
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-22 11:14:44 +00:00
Ningxin Hu
7e5930bd1c
Make the template of ProcTable flexible
...
BUG=dawn:1201
Change-Id: I723c064c7cf8541798e5736d7860769b238cbf01
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/73400
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: ningxin hu <ningxin.hu@intel.com>
2021-12-22 06:12:13 +00:00
fujunwei
2b1dcd92b1
Make the templates of ChainUtils and ObjectType flexible
...
Replace hardcode contents with metadata.
BUG=dawn:1201
Change-Id: I5e000edfeae3cc597127e487da29455c99fa8de2
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/73920
Reviewed-by: ningxin hu <ningxin.hu@intel.com>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Junwei Fu <junwei.fu@intel.com>
2021-12-22 01:05:03 +00:00
Dawn Autoroller
7cc1c0b7ea
Roll ANGLE from 543f5750f70e to bc9d2d7de9d4 (31 revisions)
...
543f5750f7..bc9d2d7de9
2021-12-21 cclao@google.com Vulkan: Consolidate BufferHelper's code paths into one
2021-12-21 syoussefi@chromium.org Vulkan: Simplify transform feedback emulation logic
2021-12-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 5568048d205e to fbeca8f4ea6a (4 revisions)
2021-12-21 jmadill@chromium.org Upgrade restricted traces. (Re-land)
2021-12-21 jmadill@chromium.org Frame Capture: Allow for no FBO when running MEC.
2021-12-21 jmadill@chromium.org Capture/Replay: Fix uniform program indexing.
2021-12-21 jmadill@chromium.org Suppress capture/replay tests.
2021-12-21 jmadill@chromium.org Revert "Metal: Fix Webkit warnings in ANGLE build"
2021-12-21 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 81decb7250e1 to 9ca41364d3dc (272 revisions)
2021-12-21 syoussefi@chromium.org Temporarily skip failing tests on Chromium
2021-12-21 syoussefi@chromium.org Don't silently drop out-of-range bits in BitSetT
2021-12-20 cclao@google.com Vulkan: Add mutex to protect mVirtualBlock
2021-12-20 syoussefi@chromium.org Vulkan: Improve mid-RP clear warning message
2021-12-20 penghuang@chromium.org Address comment in CL 3347143
2021-12-20 syoussefi@chromium.org Vulkan: Fix MSRTT w.r.t stencil-only unresolve
2021-12-20 penghuang@chromium.org Disable vulkan device select layer for msan build
2021-12-20 kkinnunen@apple.com Metal: Use the context device to Texture::resize
2021-12-20 syoussefi@chromium.org Reland "Vulkan: Don't expose MSRTT on SwiftShader"
2021-12-20 kkinnunen@apple.com Fix dangerous use of AutoObjCPtr after ownership identity change
2021-12-20 lexa.knyazev@gmail.com Revert "Vulkan: Suppress VUID-vkCmdDraw-blendEnable"
2021-12-20 kkinnunen@apple.com Avoid ANGLE_MTL_AUTORELEASE inside ASSERT, it leaks on Release
2021-12-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 39f3a18bdfbe to 5568048d205e (8 revisions)
2021-12-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 14ca75d254a5 to 81decb7250e1 (191 revisions)
2021-12-18 kbr@chromium.org Metal: upstream fix from WebKit for texture leak.
2021-12-17 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 3f6c88f5581a to 14ca75d254a5 (401 revisions)
2021-12-16 gman@chromium.org Use text expectations to skip a test
2021-12-16 cclao@google.com Vulkan: Replace BufferVk::getBufferAndOffset() with getBuffer()
2021-12-16 lubosz.sarnecki@collabora.com Tests: Add My Talking Tom Friends trace.
2021-12-16 lfy@google.com Vulkan: Track enabled in VertexArray
2021-12-16 cclao@google.com Vulkan: Implement BufferPool using VMA's virtual allocator
2021-12-16 lfy@google.com Vulkan: Dirty vertex buffers if default attrib values changed
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/angle-dawn-autoroll
Please CC enga@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/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
Bug: None
Tbr: enga@google.com
Change-Id: Id21da87eed379609826c9d95d2360eda25baaa16
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74280
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-21 22:29:13 +00:00
Dawn Autoroller
3324caee9c
Roll Tint from 821f9bb525
to cc4d97b6e3
(1 revision)
...
https://dawn.googlesource.com/tint.git/+log/821f9bb525a3..cc4d97b6e319
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/tint-dawn
Please CC enga@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 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
Bug: None
Tbr: enga@google.com
Change-Id: Ib4499666a31257eed53968c05430939e076a3254
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/74240
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
2021-12-21 21:29:32 +00:00