Roll WebGPU CTS from 631bae0a8595 to 7ad3a97e8937 (4 revisions)
631bae0a85..7ad3a97e89
2024-02-15 github@greggman.com fix comment
2024-02-15 github@greggman.com Test fragment_input @builtin(sample_mask) (#3404)
2024-02-14 bclayton@google.com [shader/execution] Implement textureDimensions()
2024-02-14 alanbaker@google.com Tests for intra-invocation coherence of storage textures (#3402)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/webgpu-cts-chromium-autoroll
Please CC bajones@google.com,webgpu-developers@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chromium.try:dawn-android-arm-deps-rel;luci.chromium.try:dawn-android-arm64-deps-rel;luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-mac-arm64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel
Bug: None
Tbr: bajones@google.com
Change-Id: I1a11d20c30c588d915245cda611ceab797c50c99
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5298287
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1260920}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
1c29c5fa6d
commit
60a85f89bd
2
DEPS
2
DEPS
@ -1845,7 +1845,7 @@ deps = {
|
||||
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'f4bf599a8b575df685c31d9c4729a70a04e377ed',
|
||||
|
||||
'src/third_party/webgpu-cts/src':
|
||||
Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + '631bae0a85959eda4920d827db311d8892828205',
|
||||
Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + '7ad3a97e893762d58f37499da327ef1ada6a503a',
|
||||
|
||||
'src/third_party/webrtc':
|
||||
Var('webrtc_git') + '/src.git' + '@' + '23c32da48ae3f5f146dbd60b8b7fe4416f3750b4',
|
||||
|
2
third_party/webgpu-cts/src
vendored
2
third_party/webgpu-cts/src
vendored
Submodule third_party/webgpu-cts/src updated: 631bae0a85...7ad3a97e89
3
third_party/webgpu-cts/ts_sources.txt
vendored
3
third_party/webgpu-cts/ts_sources.txt
vendored
@ -580,7 +580,7 @@ src/webgpu/shader/execution/expression/call/builtin/tan.cache.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/tan.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/tanh.cache.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/tanh.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/textureDimension.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/textureDimensions.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/utils.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/textureGather.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/textureGatherCompare.spec.ts
|
||||
@ -672,6 +672,7 @@ src/webgpu/shader/execution/memory_model/memory_model_setup.ts
|
||||
src/webgpu/shader/execution/memory_model/atomicity.spec.ts
|
||||
src/webgpu/shader/execution/memory_model/barrier.spec.ts
|
||||
src/webgpu/shader/execution/memory_model/coherence.spec.ts
|
||||
src/webgpu/shader/execution/memory_model/texture_intra_invocation_coherence.spec.ts
|
||||
src/webgpu/shader/execution/memory_model/weak.spec.ts
|
||||
src/webgpu/shader/execution/shader_io/compute_builtins.spec.ts
|
||||
src/webgpu/shader/execution/shader_io/fragment_builtins.spec.ts
|
||||
|
Reference in New Issue
Block a user