Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 36bb9e15807aa31d7341b2e3b8c8db24aefd9472
      
https://github.com/WebKit/WebKit/commit/36bb9e15807aa31d7341b2e3b8c8db24aefd9472
  Author: Mike Wyrzykowski <[email protected]>
  Date:   2023-11-03 (Fri, 03 Nov 2023)

  Changed paths:
    M Source/WebGPU/WebGPU/Texture.mm

  Log Message:
  -----------
  [WebGPU] validateLinearTextureData is incorrect for single row textures 
(height == 1)
https://bugs.webkit.org/show_bug.cgi?id=264139
<rdar://problem/117891312>

Reviewed by Tadeu Zagallo.

rowsPerImage is only used for height > 1, we don't need to validate it when it
is not used.

* Source/WebGPU/WebGPU/Texture.mm:
(WebGPU::Texture::validateLinearTextureData):

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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to