[webkit-changes] [WebKit/WebKit] 0b1e7a: [WebGPU] Dynamic offsets index generation is incor...

mwyrzykowski noreply at github.com
Sun Dec 15 22:44:50 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0b1e7a02543a9c582824dc6dea32cb475fd2fd45
      https://github.com/WebKit/WebKit/commit/0b1e7a02543a9c582824dc6dea32cb475fd2fd45
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2024-12-15 (Sun, 15 Dec 2024)

  Changed paths:
    A LayoutTests/fast/webgpu/regression/repro_284652-expected.txt
    A LayoutTests/fast/webgpu/regression/repro_284652.html
    M Source/WebGPU/WebGPU/ShaderModule.mm

  Log Message:
  -----------
  [WebGPU] Dynamic offsets index generation is incorrect for more than two bind groups using dynamic offsets
https://bugs.webkit.org/show_bug.cgi?id=284652
rdar://141433334

Reviewed by Dan Glastonbury.

When computing the index for dynamic offsets, we didn't take
into account the total index offset in the call to std::max(...)

* LayoutTests/fast/webgpu/regression/repro_284652-expected.txt: Added.
* LayoutTests/fast/webgpu/regression/repro_284652.html: Added.

* Source/WebGPU/WebGPU/ShaderModule.mm:

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