Texture compression unaligned#4676
Conversation
… texture-compression-unaligned, but succeeds otherwise.
…mpressed textures with unaligned sizes.
…igned dimensions.
|
Results for build job (at d95bffb): -webgpu:api,operation,adapter,requestDevice:features,known:* - 24 cases, 24 subcases (~1/case)
+webgpu:api,operation,adapter,requestDevice:features,known:* - 25 cases, 25 subcases (~1/case)
+webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,compressed,unaligned,non_array:* - 94 cases, 1974 subcases (~21/case)
+webgpu:api,operation,command_buffer,image_copy:compressed_textures,unaligned_mip_level_0:* - 156 cases, 780 subcases (~5/case)
+webgpu:api,validation,capability_checks,features,texture_compression_unaligned:createTexture,unaligned_size:* - 416 cases, 416 subcases (~1/case)
-TOTAL: 283186 cases, 2326094 subcases
+TOTAL: 283853 cases, 2329265 subcases |
|
I added experimental support for the extension in Chromium that you can try with |
Thanks @Kangz! I tried with |
|
My bad, I thought the Chromium change trivial so I didn't check and I missed something. With that CL I can see the feature exposed locally (on mac M1) with |
|
And I can't land that last CL because the existing tests will enable |
Issue: gpuweb/gpuweb#2006
Add tests to support the proposed 'texture-compression-unaligned' feature. gpuweb/gpuweb#6312
Requirements for PR author:
.unimplemented()./** documented */and new helper files are found inhelper_index.txt.Requirements for reviewer sign-off:
When landing this PR, be sure to make any necessary issue status updates.