-
-
Notifications
You must be signed in to change notification settings - Fork 477
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gentz' misc stuff, containing the following: (#1101)
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 <[email protected]>
- Loading branch information
1 parent
96b965a
commit 6598843
Showing
47 changed files
with
3,759 additions
and
2,107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.