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

Vulkan: Allow MSAA on modern-ish mobile devices, but add a little warning sign. #18472

Merged
merged 1 commit into from
Dec 3, 2023

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented Dec 3, 2023

MSAA on tiler GPUs can consume huge amounts of bandwidth if you also crank up the render resolution, the way we currently use it (we are not yet able to eliminate heavy load/store operations), so let's be a little bit careful.

…ning sign.

MSAA on tiler GPUs, the way we use it (we are not able to eliminate
load/store operations yet) can consume huge amounts of bandwidth, so let's be a
little bit careful.
@hrydgard hrydgard added the Vulkan label Dec 3, 2023
@hrydgard hrydgard added this to the v1.17.0 milestone Dec 3, 2023
@hrydgard hrydgard merged commit c1637b0 into master Dec 3, 2023
18 checks passed
@hrydgard hrydgard deleted the msaa-on-mobile branch December 3, 2023 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant