[webkit-changes] [WebKit/WebKit] 5d9c97: [WGSL] shader, execution, expression, call, builtin, un...

Tadeu Zagallo noreply at github.com
Thu Jan 11 01:01:24 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5d9c9738a866e2001259b0241e9e4929b78f3db0
      https://github.com/WebKit/WebKit/commit/5d9c9738a866e2001259b0241e9e4929b78f3db0
  Author: Tadeu Zagallo <tzagallo at apple.com>
  Date:   2024-01-11 (Thu, 11 Jan 2024)

  Changed paths:
    M Source/WebGPU/WGSL/ConstantFunctions.h

  Log Message:
  -----------
  [WGSL] shader,execution,expression,call,builtin,unpack2x16unorm:* is failing
https://bugs.webkit.org/show_bug.cgi?id=267346
rdar://120784740

Reviewed by Mike Wyrzykowski.

There was a typo and the packed value was being converted to two `int16_t`s instead
of `uint16_t`s.

* Source/WebGPU/WGSL/ConstantFunctions.h:
(WGSL::CONSTANT_FUNCTION):

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




More information about the webkit-changes mailing list