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

[pull] glad2 from Dav1dde:glad2 #21

Open
wants to merge 130 commits into
base: glad2
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented Oct 21, 2022

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

BigRedEye and others added 30 commits July 1, 2019 20:04

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
closes #68

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Signed-off-by: David Herberth <[email protected]>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
EGL loading was failing for a display of EGL_NO_DISPLAY.
Allow loading EGL 1.5 and above since eglQueryString supports
EGL_NO_DISPLAY in this case.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
`wglGetProcAddress` is `APIENTRY` and gets casted into
a non APIENTRY function pointer, which leads to issues
on platforms that actually use APIENTRY (e.g. win32)

closes: #240

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
also:
* updates all the bundled specifications
* adds missing Rust types

see gh: #243

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
current warnings:
 * clippy::missing_safety_doc
 * clippy::too_many_arguments
 * clippy::unused_unit
 * clippy::unreadable_literal

disables all warnings to prevent future issues

closes: #249

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
closes: #252

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
closes: #142

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
closes: #258

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
gh: #253

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
closes: #227

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
gh: #241

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Memoize has an uncapped cache size, the cache is scoped to the
global function and never expiring, this attaches the cache
to the class instance instead of the function/method.
This makes it so the GC has a chance of collecting the instance
and with it the cache.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
closes: #256

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
gh: #264

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
gh: #265

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
gh: #271, #272

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
closes: #274

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
The API in the require was honored before, but when the symbol from one
API require referenced the symbol from a different API require through
an alias, it was still brought in.

gh: #281

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
this is just a quick fix, if custom_declarations is later
required to be always generated, it probably makes sense to
have a separate block with better naming

gh: #279

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
closes: #293, #294, #209
@pull pull bot added the merge-conflict Resolve conflicts manually label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⤵️ pull merge-conflict Resolve conflicts manually
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet