[webkit-changes] [WebKit/WebKit] e0d95f: [WebGPU] RenderPassEncoder::executeBundles reads s...

mwyrzykowski noreply at github.com
Wed Jan 29 20:12:27 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e0d95fcb4ae92bd88b74d40cdddb48370803a0b8
      https://github.com/WebKit/WebKit/commit/e0d95fcb4ae92bd88b74d40cdddb48370803a0b8
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2025-01-29 (Wed, 29 Jan 2025)

  Changed paths:
    M Source/WebGPU/WebGPU/RenderPassEncoder.mm

  Log Message:
  -----------
  [WebGPU] RenderPassEncoder::executeBundles reads state from the wrong buffer
https://bugs.webkit.org/show_bug.cgi?id=286592
rdar://143718094

Reviewed by Dan Glastonbury and Cameron McCormack.

ICB validation was reading the contents pointer
of the wrong buffer, which was the GPU address of the
intended buffer, resulting in increased validation.

Use the correct name instead.

* Source/WebGPU/WebGPU/RenderPassEncoder.mm:
(WebGPU::RenderPassEncoder::executeBundles):

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