[webkit-changes] [WebKit/WebKit] a46465: [WebGPU] no need to clear destroyed textures

mwyrzykowski noreply at github.com
Fri May 3 12:23:10 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a4646567a5dadda7de0b64cdc57e6e4ab6fb2e4a
      https://github.com/WebKit/WebKit/commit/a4646567a5dadda7de0b64cdc57e6e4ab6fb2e4a
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2024-05-03 (Fri, 03 May 2024)

  Changed paths:
    M LayoutTests/TestExpectations
    A LayoutTests/fast/webgpu/fuzz-273570-expected.txt
    A LayoutTests/fast/webgpu/fuzz-273570.html
    M Source/WebGPU/WebGPU/Texture.mm

  Log Message:
  -----------
  [WebGPU] no need to clear destroyed textures
https://bugs.webkit.org/show_bug.cgi?id=273570
<radar://127364747>

Reviewed by Cameron McCormack.

Destroyed textures act like valid objects but no operations
including clearing should occur on them.

* LayoutTests/TestExpectations:
* LayoutTests/fast/webgpu/fuzz-273570-expected.txt: Added.
* LayoutTests/fast/webgpu/fuzz-273570.html: Added.
Add regression test.

* Source/WebGPU/WebGPU/Texture.mm:
(WebGPU::Texture::previouslyCleared const):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list