gpuweb / cts

WebGPU Conformance Test Suite
https://gpuweb.github.io/cts/
BSD 3-Clause "New" or "Revised" License
121 stars 72 forks source link

Out-of-bounds textureStore tests #3781

Closed alan-baker closed 23 hours ago

alan-baker commented 3 weeks ago

Issue: #


Requirements for PR author:

Requirements for reviewer sign-off:

When landing this PR, be sure to make any necessary issue status updates.

alan-baker commented 3 weeks ago

Couple bugs so far:

alan-baker commented 2 weeks ago

Fixed the bugs. Still needs 2d-array and 3d tests, but confirmed these fail currently for tint and pass (locally) with a modified tint.

alan-baker commented 2 weeks ago

Functionality is complete now from my point of view.

kainino0x commented 2 weeks ago

Sorry for delayed response. My development time has been almost 100% on reviews for several months, so the few days I've been off recently have gotten me repeatedly behind on reviews.... @greggman any chance I could ask you to review this? I'll still review your PR since it's incremental on tests I've already been looking at.

kainino0x commented 2 weeks ago

(@alan-baker should this be taken out of draft state?)

alan-baker commented 2 weeks ago

(@alan-baker should this be taken out of draft state?)

Probably not until we merge https://github.com/gpuweb/gpuweb/pull/4194. Currently this is stricter than the spec.

alan-baker commented 2 weeks ago

Sorry for delayed response. My development time has been almost 100% on reviews for several months, so the few days I've been off recently have gotten me repeatedly behind on reviews.... @greggman any chance I could ask you to review this? I'll still review your PR since it's incremental on tests I've already been looking at.

I included you because you had commented on the WebGPU proposal. I can find other reviewers. It was more of an FYI.

greggman commented 2 weeks ago

I put up a PR for virtualMipSize here #3792