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

MSAA is unsupported on Intel+Vulkan+Linux Mesa drivers #7376

Closed
Elabajaba opened this issue Jan 26, 2023 · 1 comment
Closed

MSAA is unsupported on Intel+Vulkan+Linux Mesa drivers #7376

Elabajaba opened this issue Jan 26, 2023 · 1 comment
Labels
A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior O-Linux Specific to the Linux desktop operating system

Comments

@Elabajaba
Copy link
Contributor

See https://gitlab.freedesktop.org/mesa/mesa/-/issues/3355, and the Mesa pr that adds support.

The fix is that we need to query for Msaa support (needed anyways for implementing 2x and 8x Msaa), and fall back to no Msaa when it's unsupported.

@Elabajaba Elabajaba added C-Bug An unexpected or incorrect behavior S-Needs-Triage This issue needs to be labelled labels Jan 26, 2023
@VitalyAnkh VitalyAnkh added the O-Linux Specific to the Linux desktop operating system label Jan 27, 2023
@alice-i-cecile alice-i-cecile added A-Rendering Drawing game state to the screen and removed S-Needs-Triage This issue needs to be labelled labels Jan 27, 2023
@mockersf
Copy link
Member

done in #7684

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior O-Linux Specific to the Linux desktop operating system
Projects
None yet
Development

No branches or pull requests

4 participants