[webkit-changes] [WebKit/WebKit] 944454: [WebGPU] WGPUTextureFormat_BC2RGBAUnorm and WGPUTe...
mwyrzykowski
noreply at github.com
Wed Oct 25 12:31:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9444546bdb0be60326bc23af49a738aa82170745
https://github.com/WebKit/WebKit/commit/9444546bdb0be60326bc23af49a738aa82170745
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2023-10-25 (Wed, 25 Oct 2023)
Changed paths:
M Source/WebGPU/WebGPU/Texture.mm
Log Message:
-----------
[WebGPU] WGPUTextureFormat_BC2RGBAUnorm and WGPUTextureFormat_BC2RGBAUnormSrgb have the wrong block size in Texture::blockSize
https://bugs.webkit.org/show_bug.cgi?id=263672
<radar://117483503>
Reviewed by Tadeu Zagallo.
WGPUTextureFormat_BC2RGBAUnorm* block size was wrong along with
WGPUTextureFormat_BC2RGBAUnorm* as well.
* Source/WebGPU/WebGPU/Texture.mm:
(WebGPU::Texture::texelBlockSize):
Canonical link: https://commits.webkit.org/269775@main
More information about the webkit-changes
mailing list