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

Gentz' misc stuff, containing the following: #1101

Merged
merged 1 commit into from
Feb 26, 2019

Conversation

goddessfreya
Copy link
Contributor

Adds context sharing support for the X11 and Wayland backends
Separated context support for both Wayland and X11.
Add sharing support to windows.
Added CHANGELOG entry and fix doc typos
Merged @Osspial's context_api_polish changes
Marked unsafe functions that should be safe as safe.
Refactored code to be more consistent/cleaner. Ran rustfmt on everything.
Removed shareable_with_windowed_contexts and separate ext for OSMesa.
Merged @Yyt's macos fix.
Renamed GlWindow to CombinedContext.
We no longer load libegl.so and libgl.so multiple times.
Renamed GlContext{,Ext} to ContextTrait{,Ext}.

Signed-off-by: Hal Gentz zegentzy@protonmail.com

Adds context sharing support for the X11 and Wayland backends
Separated context support for both Wayland and X11.
Add sharing support to windows.
Added CHANGELOG entry and fix doc typos
Merged @Osspial's context_api_polish changes
Marked unsafe functions that should be safe as safe.
Refactored code to be more consistent/cleaner. Ran rustfmt on everything.
Removed `shareable_with_windowed_contexts` and separate ext for OSMesa.
Merged @Yyt's macos fix.
Renamed `GlWindow` to `CombinedContext`.
We no longer load `libegl.so` and `libgl.so` multiple times.
Renamed `GlContext{,Ext}` to `ContextTrait{,Ext}`.

Signed-off-by: Hal Gentz <zegentzy@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant