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

OpenGL version related cleanups and hard-dependency drop. #380

Merged
merged 1 commit into from
Aug 9, 2021

Conversation

christianparpart
Copy link
Member

@christianparpart christianparpart commented Aug 9, 2021

Minor OpenGL version related cleanups, and remove hard dependency on OenGL at compile time.

Related to #166.

This is an attempt to make it possible to use the OpenGL software rasterizer. However, setting Qt::AA_UseSoftwareOpenGL (even before Q(Gui)Application was created) did not automatically enable the use of the OpenGL software rasterizer on Linux (Gentoo).

I still had to force it via environment variable LIBGL_ALWAYS_SOFTWARE=1

@github-actions github-actions bot added the OpenGL label Aug 9, 2021
@christianparpart christianparpart merged commit 9de921b into master Aug 9, 2021
@christianparpart christianparpart deleted the improvement/opengl-version branch August 9, 2021 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant