[webkit-changes] [WebKit/WebKit] 4d4013: [WGSL] shader, execution, expression, call, builtin, bi...

Tadeu Zagallo noreply at github.com
Thu Jan 11 00:04:33 PST 2024


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

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

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

Reviewed by Mike Wyrzykowski.

We were checking that float values are not below FLT_MIN, but that seems to be
causing some test failures.

* Source/WebGPU/WGSL/ConstantValue.h:
(WGSL::convertFloat):

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




More information about the webkit-changes mailing list