Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compat: remove select device for float16(32)-renderable features #4166

Merged
merged 5 commits into from
Jan 29, 2025

Conversation

shrekshao
Copy link
Contributor

@shrekshao shrekshao commented Jan 29, 2025

Issue: #4417

As discussed in working group meeting, support for float16/32 are required for compat.

Removed: extra logic in skipIfColorRenderableNotSupportedForFormat and skipIfMultisampleNotSupportedForFormat
Replaced: selectDeviceForRenderableColorFormatOrSkipTestCase -> skipIfColorRenderableNotSupportedForFormat,
Preserved: multisample detection update for compat mode and rgba16float/r32float format: skipIfMultisampleNotSupportedForFormat/isMultisampledTextureFormat

@shrekshao shrekshao requested a review from greggman January 29, 2025 21:51
Copy link
Contributor

@greggman greggman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't a check still needed? Like rename

selectDeviceForRenderableColorFormatOrSkipTestCase

to

skipTestIfColorFormatNotRenderable

right?

@shrekshao
Copy link
Contributor Author

Fixed. (selectDeviceForRenderableColorFormatOrSkipTestCase -> skipIfColorRenderableNotSupportedForFormat)

@shrekshao shrekshao requested a review from greggman January 29, 2025 22:24
@shrekshao shrekshao merged commit e9df678 into gpuweb:main Jan 29, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants