Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 79d5e4f3dd8b2f5546a7b64ce23df08cd3e7d34c
      
https://github.com/WebKit/WebKit/commit/79d5e4f3dd8b2f5546a7b64ce23df08cd3e7d34c
  Author: Tadeu Zagallo <[email protected]>
  Date:   2024-04-17 (Wed, 17 Apr 2024)

  Changed paths:
    A 
LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/statement_behavior-expected.txt
    M Source/WebGPU/WGSL/TypeCheck.cpp

  Log Message:
  -----------
  [WebGPU] https://playcanvas.github.io/#/graphics/post-effects fails shader 
compilation
https://bugs.webkit.org/show_bug.cgi?id=272637
rdar://126425833

Reviewed by Mike Wyrzykowski.

The specific issue that affected the sampled in the bug report was that 
BreakStatement
was incorrectly returning `Next` instead of `Break` in the behavior analysis. 
However,
I also made sure that all of the behavior analysis CTS tests are now passing 
and updated
the expectations.

* 
LayoutTests/http/tests/webgpu/webgpu/shader/validation/parse/statement_behavior-expected.txt:
 Added.
* Source/WebGPU/WGSL/TypeCheck.cpp:
(WGSL::TypeChecker::visit):
(WGSL::TypeChecker::analyze):
(WGSL::TypeChecker::analyzeStatements):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to