Skip to content

Commit

Permalink
Roll WebGPU CTS from f0e7bf03a1ab to a97040b252ca (6 revisions)
Browse files Browse the repository at this point in the history
https://chromium.googlesource.com/external/github.com/gpuweb/cts.git/+log/f0e7bf03a1ab..a97040b252ca

2021-06-15 kainino@chromium.org Deploy docs to preview build
2021-06-15 kainino@chromium.org rename virtualMipSize, fix type/assertions in layout.ts
2021-06-15 kainino@chromium.org Add documentation, move some functions (which are not changed)
2021-06-15 kainino@chromium.org switch Typedoc theme, remove noInheritDoc
2021-06-15 kainino@chromium.org serve tsdoc from dev_server
2021-06-15 kainino@chromium.org fix links to helper_index.txt

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 alanbaker@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md

Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel
Bug: None
Tbr: alanbaker@google.com
Change-Id: I69ecbddcda95d111d772d304cd0ea33c02cfc8ec
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2964590
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/master@{#892771}
  • Loading branch information
chromium-autoroll authored and Chromium LUCI CQ committed Jun 15, 2021
1 parent c0a3c98 commit 1b40244
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -1584,7 +1584,7 @@ deps = {
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '827cad9e402b63bbe38787456115bcb681a8a152',

'src/third_party/webgpu-cts/src':
Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + 'f0e7bf03a1ab37a9aea81b439611dc2671803b1e',
Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + 'a97040b252cad9710188a83f1dd81d8dad89f437',

'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'd6957c2eed0946a48142b7adb5e90fb8d3d59ff9',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<link rel="match" href="./ref/canvas_clear-ref.html" />
<canvas id="gpucanvas" width="10" height="10"></canvas>
<script src="/common/reftest-wait.js"></script>
<script type="module" src="canvas_clear.js"></script>
<script type="module" src="canvas_clear.html.js"></script>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<canvas id="cvs" width="2" height="2" style="width: 20px; height: 20px;"></canvas>
<script src="/common/reftest-wait.js"></script>
<script type="module">
import { run } from './canvas_complex.js';
import { run } from './canvas_complex.html.js';
run('bgra8unorm');
// TODO: make a copy of this test for rgba16float
</script>
Expand Down
9 changes: 4 additions & 5 deletions third_party/webgpu-cts/ts_sources.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ src/webgpu/util/navigator_gpu.ts
src/webgpu/util/device_pool.ts
src/webgpu/util/math.ts
src/webgpu/util/unions.ts
src/webgpu/util/texture/image_copy.ts
src/webgpu/util/texture/base.ts
src/webgpu/util/texture/layout.ts
src/webgpu/util/conversion.ts
src/webgpu/util/texture/texel_data.ts
Expand All @@ -84,7 +84,6 @@ src/webgpu/api/operation/buffers/map_oom.spec.ts
src/webgpu/api/operation/buffers/threading.spec.ts
src/webgpu/api/operation/command_buffer/basic.spec.ts
src/webgpu/api/operation/command_buffer/copyBufferToBuffer.spec.ts
src/webgpu/util/texture/subresource.ts
src/webgpu/api/operation/command_buffer/copyTextureToTexture.spec.ts
src/webgpu/api/operation/command_buffer/image_copy.spec.ts
src/webgpu/api/operation/command_buffer/programmable/state_tracking.spec.ts
Expand Down Expand Up @@ -113,6 +112,7 @@ src/webgpu/api/operation/rendering/depth.spec.ts
src/webgpu/api/operation/rendering/draw.spec.ts
src/webgpu/api/operation/rendering/indirect_draw.spec.ts
src/webgpu/api/operation/resource_init/buffer.spec.ts
src/webgpu/util/texture/subresource.ts
src/webgpu/api/operation/resource_init/check_texture/by_copy.ts
src/webgpu/api/operation/resource_init/check_texture/by_ds_test.ts
src/webgpu/api/operation/resource_init/check_texture/by_sampling.ts
Expand All @@ -134,7 +134,6 @@ src/webgpu/api/validation/createComputePipeline.spec.ts
src/webgpu/api/validation/createPipelineLayout.spec.ts
src/webgpu/api/validation/createRenderPipeline.spec.ts
src/webgpu/api/validation/createSampler.spec.ts
src/webgpu/util/texture/base.ts
src/webgpu/api/validation/createTexture.spec.ts
src/webgpu/api/validation/createView.spec.ts
src/webgpu/api/validation/create_pipeline.spec.ts
Expand Down Expand Up @@ -205,5 +204,5 @@ src/webgpu/web_platform/copyToTexture/video.spec.ts
src/webgpu/web_platform/external_texture/canvas.spec.ts
src/webgpu/web_platform/external_texture/video.spec.ts
src/webgpu/web_platform/reftests/gpu_ref_test.ts
src/webgpu/web_platform/reftests/canvas_clear.ts
src/webgpu/web_platform/reftests/canvas_complex.ts
src/webgpu/web_platform/reftests/canvas_clear.html.ts
src/webgpu/web_platform/reftests/canvas_complex.html.ts

0 comments on commit 1b40244

Please sign in to comment.