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

Fix KMSDRM double buffering. #10313

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Fix KMSDRM double buffering. #10313

merged 1 commit into from
Jul 18, 2024

Conversation

vanfanel
Copy link
Contributor

Description

At some point, the KMS/DRM backend double buffering feature stopped working in SDL2 because someone removed SDL_KMSDRM_DOUBLE_BUFFER environment variable (in favor of SDL_VIDEO_DOUBLE_BUFFER I guess?) but didn't wire up the environment variable evaluation code in the KMS/DRM backend code.

This core simply fixes that so double buffering works again on the KMS/DRM backend.

@slouken slouken merged commit 5ab1151 into libsdl-org:SDL2 Jul 18, 2024
37 checks passed
@slouken
Copy link
Collaborator

slouken commented Jul 18, 2024

Merged, thanks!

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