[webkit-changes] [WebKit/WebKit] 4fcf9d: [WGSL] Add support for constant vector swizzle access

Tadeu Zagallo noreply at github.com
Tue Feb 20 06:03:18 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4fcf9d729f6d01c1057145b8e873c018c9e4bef4
      https://github.com/WebKit/WebKit/commit/4fcf9d729f6d01c1057145b8e873c018c9e4bef4
  Author: Tadeu Zagallo <tzagallo at apple.com>
  Date:   2024-02-20 (Tue, 20 Feb 2024)

  Changed paths:
    M Source/WebGPU/WGSL/TypeCheck.cpp

  Log Message:
  -----------
  [WGSL] Add support for constant vector swizzle access
https://bugs.webkit.org/show_bug.cgi?id=269709
rdar://123238288

Reviewed by Mike Wyrzykowski.

FieldAccessExpression was missing the constant implementation when the base is a vector.

* Source/WebGPU/WGSL/TypeCheck.cpp:
(WGSL::TypeChecker::vectorFieldAccess):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list