[webkit-changes] [WebKit/WebKit] 73cbb9: [WebGPU] Device::createRenderPipeline will crash (...

mwyrzykowski noreply at github.com
Mon Dec 4 23:37:11 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 73cbb938bbc59d02975fb9ac87395d096cc87527
      https://github.com/WebKit/WebKit/commit/73cbb938bbc59d02975fb9ac87395d096cc87527
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2023-12-04 (Mon, 04 Dec 2023)

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

  Log Message:
  -----------
  [WebGPU] Device::createRenderPipeline will crash (MTLReportFailure) if fragmentDescriptor.targetCount > 8
https://bugs.webkit.org/show_bug.cgi?id=265851
<radar://119169360>

Reviewed by Dan Glastonbury.

Further validation will be added but this prevents a crash
while running the CTS when more than 8 color targets are used.

* Source/WebGPU/WebGPU/RenderPipeline.mm:
(WebGPU::Device::validateRenderPipeline):

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




More information about the webkit-changes mailing list