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

[4.0] Remove GLES 1.0 and 1.1 support #856

Merged
merged 3 commits into from Nov 16, 2018
Merged

[4.0] Remove GLES 1.0 and 1.1 support #856

merged 3 commits into from Nov 16, 2018

Conversation

devvoid
Copy link
Contributor

@devvoid devvoid commented Nov 14, 2018

Purpose of this PR

Remove support for OpenGL ES 1.0 and 1.1; they're extremely old and outdated. According to the Android Dashboard, less than 0.01% of devices support ES 1.* and nothing higher (In reality it's closer to 0.005% because the numbers are rounded), and we shouldn't encourage new projects to use ES 1.*.

Testing status

Short of making sure the project builds, nothing yet.

Comments

Closes #845.

@devvoid
Copy link
Contributor Author

devvoid commented Nov 14, 2018

That should be it. @varon Ready for review!

@devvoid devvoid changed the title [WIP] [4.0] Remove GLES 1.0 and 1.1 support [4.0] Remove GLES 1.0 and 1.1 support Nov 14, 2018
@Nihlus
Copy link
Contributor

Nihlus commented Nov 14, 2018

LGTM

@varon varon merged commit 282ffdf into opentk:master Nov 16, 2018
@varon
Copy link
Member

varon commented Nov 16, 2018

Awesome! 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.

[4.0] Drop support for ES10 and ES11
4 participants