[webkit-changes] [WebKit/WebKit] 47172e: [WebGPU] Extension features are enabled without be...

mwyrzykowski noreply at github.com
Tue Feb 28 10:12:13 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 47172ebc91e307d5116582066808ef23dd462714
      https://github.com/WebKit/WebKit/commit/47172ebc91e307d5116582066808ef23dd462714
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2023-02-28 (Tue, 28 Feb 2023)

  Changed paths:
    M Source/WebCore/PAL/pal/graphics/WebGPU/Impl/WebGPUAdapterImpl.cpp

  Log Message:
  -----------
  [WebGPU] Extension features are enabled without being requested
https://bugs.webkit.org/show_bug.cgi?id=252699
<radar://105750383>

Reviewed by Tadeu Zagallo.

Device was being created with all available features, as opposed to only
the ones which were requested.

* Source/WebCore/PAL/pal/graphics/WebGPU/Impl/WebGPUAdapterImpl.cpp:
(PAL::WebGPU::supportedFeatures):
(PAL::WebGPU::AdapterImpl::requestDevice):

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




More information about the webkit-changes mailing list