[webkit-changes] [WebKit/WebKit] b50f9a: [WebGPU] maxColorAttachmentBytesPerSample can be i...

mwyrzykowski noreply at github.com
Thu Dec 28 13:03:09 PST 2023


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

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

  Log Message:
  -----------
  [WebGPU] maxColorAttachmentBytesPerSample can be increased to 64 on Apple4 and above
https://bugs.webkit.org/show_bug.cgi?id=266819
<radar://120052548>

Reviewed by Tadeu Zagallo.

Per https://developer.apple.com/metal/Metal-Feature-Set-Tables.pdf
maxColorAttachmentBytesPerSample can be increased to 64 on Apple4 and above.

* Source/WebGPU/WebGPU/HardwareCapabilities.mm:
(WebGPU::apple4):
(WebGPU::apple5):
(WebGPU::apple6):
(WebGPU::apple7):
(WebGPU::mac2):

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




More information about the webkit-changes mailing list