Skip to content

Conversation

@kblaschke
Copy link
Member

The 4.1 release branch still used an OpenGL function which was introduced in core profile 4.2, leading to linker/runtime failures on systems only supporting up to OpenGL 4.1 like macOS. Backported the fix from master to the 4.1.x release branch to solve that problem.

glGetInternalformativ() also is an addition in OpenGL Core 4.2, which we don't officially support.
@kblaschke kblaschke added the bug The issue is (potentially) a bug. label Jan 20, 2025
@kblaschke kblaschke added this to the 4.1.4 milestone Jan 20, 2025
@kblaschke kblaschke self-assigned this Jan 20, 2025
@kblaschke kblaschke changed the base branch from master to v4.1.x January 20, 2025 10:30
@kblaschke kblaschke merged commit 9aa8bcb into projectM-visualizer:v4.1.x Jan 24, 2025
@kblaschke kblaschke deleted the v4.1.x-fix-opengl-4.1-linker-issues branch January 24, 2025 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug The issue is (potentially) a bug.

2 participants