[webkit-changes] [WebKit/WebKit] 5e4f0b: [WebGPU] NPOT compressed textures are not correctl...

mwyrzykowski noreply at github.com
Wed Oct 16 07:17:50 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5e4f0be44998b5caa00464cbbeb66d5847326a15
      https://github.com/WebKit/WebKit/commit/5e4f0be44998b5caa00464cbbeb66d5847326a15
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2024-10-16 (Wed, 16 Oct 2024)

  Changed paths:
    A LayoutTests/fast/webgpu/nocrash/fuzz-281555-expected.txt
    A LayoutTests/fast/webgpu/nocrash/fuzz-281555.html
    M Source/WebGPU/WebGPU/Queue.mm

  Log Message:
  -----------
  [WebGPU] NPOT compressed textures are not correctly supported in GPUQueue.writeTexture
https://bugs.webkit.org/show_bug.cgi?id=281555
rdar://137966504

Reviewed by Tadeu Zagallo.

Non-power of two compressed textures did not resize to a block aligned size.

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

* Source/WebGPU/WebGPU/Queue.mm:
(WebGPU::Queue::writeTexture):

Canonical link: https://commits.webkit.org/285262@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