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

Glutin version 0.32.2 #1722

Merged
merged 12 commits into from
Jan 12, 2025
Merged

Conversation

kchibisov
Copy link
Member

No description provided.

richerfu and others added 12 commits January 10, 2025 21:14
Allow making the context not current by reference.
We can not do anything about the gl_generator at this point, so just
continue disabling things clippy don't really like.
This follows the EGL api to make surfaceless platforms.
This follows the EGL api to make surfaceless platforms.
This follows the EGL api to make surfaceless platforms.
Some EGL drivers report the KHR extension with EGL 1.4, which doesn't
make any sense, however given that the constant for MESA and KHR is the
same, we can check for KHR in MESA branch, but still use the Ext
functions.

Fixes rust-windowing#1708.
Add `GlContext::priority` and `ContextAttributesBuilder::with_priority`
to get and set context priority respectively.

Fixes rust-windowing#1694.
Fixes rust-windowing#1645.

Co-authored-by: Kirill Chibisov <contact@kchibisov.com>
@kchibisov kchibisov requested a review from MarijnS95 January 10, 2025 18:55
Copy link
Member

@MarijnS95 MarijnS95 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't see any weird/breaking changes from picking, looks good.


api/context: add make_not_current_as_possibly_current

Awh unfortuntely this PR/commit title wasn't updated to reflect massively changed contents :/

glutin_wgl_sys/src/lib.rs Show resolved Hide resolved
glutin_wgl_sys/build.rs Show resolved Hide resolved
glutin/src/api/wgl/surface.rs Show resolved Hide resolved
@kchibisov
Copy link
Member Author

In general, you can raise those style changes against master, but I can not solve them here.

@kchibisov kchibisov merged commit d9b4fd7 into rust-windowing:0.32.x Jan 12, 2025
43 checks passed
@kchibisov kchibisov deleted the release-0.32.2 branch January 12, 2025 09:51
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.

8 participants