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

Lower required OpenGL version from 3.3 -> 3.0 #1911

Merged
merged 1 commit into from Dec 4, 2021

Conversation

ts-korhonen
Copy link

Summary

These changes will drop the required OpenGL version from 3.3 to 3.0 on the OpenGL Core renderer. Shader default version is also dropped from 3.30 to 1.30 accordingly. This will hopefully allow older GPU's to work better with the renderer.

While dropping the version below 3.2 sync objects are not implemented by default. If ARB_sync extension is available, the functionality remains the same. Those with gpu/drivers that don't have sync objects will possibly experience a slow down in comparisson. This should not effect those users that we're able to use the renderer before.

Checklist

References

Provide links to datasheets or other documentation that helped you implement this pull request.

@OBattler OBattler merged commit 8b2bb6e into 86Box:master Dec 4, 2021
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.

None yet

2 participants