[webkit-changes] [WebKit/WebKit] 3a4945: [WebGPU] Simplify samples after writeBuffer fixes

mwyrzykowski noreply at github.com
Mon Mar 20 09:44:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3a4945ba8a1449dc20b67f7113fc8fb7b95ebf93
      https://github.com/WebKit/WebKit/commit/3a4945ba8a1449dc20b67f7113fc8fb7b95ebf93
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2023-03-20 (Mon, 20 Mar 2023)

  Changed paths:
    M Websites/webkit.org/demos/webgpu/scripts/hello-cube-auto-layout.js
    M Websites/webkit.org/demos/webgpu/scripts/hello-cube.js
    M Websites/webkit.org/demos/webgpu/scripts/hello-indexed-cube.js
    M Websites/webkit.org/demos/webgpu/scripts/indirect-command-buffer-textured-cube.js
    M Websites/webkit.org/demos/webgpu/scripts/instanced-textured-cube.js
    M Websites/webkit.org/demos/webgpu/scripts/query-sets.js
    M Websites/webkit.org/demos/webgpu/scripts/textured-cube-shader-constants.js
    M Websites/webkit.org/demos/webgpu/scripts/textured-cube-vs-input-buffers.js
    M Websites/webkit.org/demos/webgpu/scripts/textured-cube.js
    M Websites/webkit.org/demos/webgpu/scripts/two-cubes.js

  Log Message:
  -----------
  [WebGPU] Simplify samples after writeBuffer fixes
https://bugs.webkit.org/show_bug.cgi?id=254106
<radar://106888396>

Reviewed by Tadeu Zagallo.

Simplify samples calls to writeBuffer now that writeBuffer passes
the CTS.

* Websites/webkit.org/demos/webgpu/scripts/hello-cube-auto-layout.js:
(async helloCube):
* Websites/webkit.org/demos/webgpu/scripts/hello-cube.js:
(updateTransformArray):
* Websites/webkit.org/demos/webgpu/scripts/hello-indexed-cube.js:
(async helloCube.frameUpdate):
(async helloCube):
* Websites/webkit.org/demos/webgpu/scripts/indirect-command-buffer-textured-cube.js:
(async helloCube.frameUpdate):
(async helloCube):
* Websites/webkit.org/demos/webgpu/scripts/instanced-textured-cube.js:
(async helloCube):
* Websites/webkit.org/demos/webgpu/scripts/query-sets.js:
(async helloTriangle.async frameUpdate):
(async helloTriangle):
* Websites/webkit.org/demos/webgpu/scripts/textured-cube-shader-constants.js:
(async helloCube.frameUpdate):
(async helloCube):
* Websites/webkit.org/demos/webgpu/scripts/textured-cube-vs-input-buffers.js:
(async helloCube.frameUpdate):
(async helloCube):
* Websites/webkit.org/demos/webgpu/scripts/textured-cube.js:
(async helloCube.frameUpdate):
(async helloCube):
* Websites/webkit.org/demos/webgpu/scripts/two-cubes.js:
(async helloCube.frameUpdate):
(async helloCube):

Canonical link: https://commits.webkit.org/261875@main




More information about the webkit-changes mailing list