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

Es2 #26

Open
wants to merge 9 commits into
base: es2
Choose a base branch
from
Open

Es2 #26

wants to merge 9 commits into from

Conversation

kphillisjr
Copy link

Implemented OpenGL over EGL api. The changes are minor and shows how clean the switch from OpenGL ES to OpenGL can be.

…ietary driver )

Added extra debugging information pertaining to GLX extensions.
Added more documentation to OpenGL ES.
Fixed EGL initialization. Now the rendering api will properly initialize to OpenGL using EGL context.
…d out if the OpenGL ( or OpenGL ES ) Context that was supposed to be created actually is.
@kphillisjr
Copy link
Author

Found a bug in mesa... It appears Mesa will try to make an OpenGL ES context no matter what. Even though All the proper information suggests that I am wanting an OpenGL Context. This is why commit #2fc65f2 exists.

@omcfadde
Copy link
Owner

I wouldn't bother too much with Windows and OSX support. It's likely to go away as soon as I have time to make the big git rm -rf ... and unifdef the code.

I'll review the code later this week (probably, assuming Real Life(TM) doesn't have other plans...)

@omcfadde
Copy link
Owner

Uhh, so Real Life made other plans after all... I'll try to get to review it this weekend. Hasn't been forgotten, I've just been extremely busy lately.

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