[webkit-changes] [WebKit/WebKit] dbe54d: [WGSL] Implement bitwise expression parsing

Dan Glastonbury noreply at github.com
Sat Feb 11 22:56:32 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dbe54de0044f94bf3d6a7fbf07fc29ace272bb58
      https://github.com/WebKit/WebKit/commit/dbe54de0044f94bf3d6a7fbf07fc29ace272bb58
  Author: Dan Glastonbury <djg at apple.com>
  Date:   2023-02-11 (Sat, 11 Feb 2023)

  Changed paths:
    M Source/WebGPU/WGSL/Lexer.cpp
    M Source/WebGPU/WGSL/Parser.cpp
    M Source/WebGPU/WGSL/ParserPrivate.h
    M Source/WebGPU/WGSL/Token.cpp
    M Source/WebGPU/WGSL/Token.h
    M Tools/TestWebKitAPI/Tests/WGSL/LexerTests.cpp
    M Tools/TestWebKitAPI/Tests/WGSL/ParserTests.cpp

  Log Message:
  -----------
  [WGSL] Implement bitwise expression parsing
https://bugs.webkit.org/show_bug.cgi?id=251670
rdar://104997452

Reviewed by Tadeu Zagallo.

Handle parsing of expression involving &, ^ and | according to the WGSL spec.

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




More information about the webkit-changes mailing list