[SOLVED] How do I make it so that Mesa (or whatever) exposes more of the available OpenGL functionality?
s8as8a Apr 26, 2020
If I'm correct, some functionality is already implemented but not exposed due to not all of the functionality of that OpenGL version being implemented.

So, how would I expose such functionality?

I vaguely recall reading that an environment variable or something of the sort could be used to achieve this.

I'm trying to get OpenGL 4.4 and 4.5 features, since right now, I only have up to OpenGL 4.3 (according to glxinfo).

(My GPU does not support Vulkan, and I don't have the financial means to get a new GPU for another few years.)

Any input would be greatly appreciated!

Last edited by s8as8a on 27 April 2020 at 12:31 am UTC
x_wing Apr 26, 2020
This are probably the variables you're looking for:

MESA_GL_VERSION_OVERRIDE --> e.g "MESA_GL_VERSION_OVERRIDE=4.5"
MESA_GLSL_VERSION_OVERRIDE --> e.g "MESA_GL_VERSION_OVERRIDE=450"

More info:
https://www.mesa3d.org/envvars.html

Last edited by x_wing on 26 April 2020 at 5:32 am UTC
s8as8a Apr 27, 2020
Quoting: x_wingThis are probably the variables you're looking for:

MESA_GL_VERSION_OVERRIDE --> e.g "MESA_GL_VERSION_OVERRIDE=4.5"
MESA_GLSL_VERSION_OVERRIDE --> e.g "MESA_GL_VERSION_OVERRIDE=450"

More info:
https://www.mesa3d.org/envvars.html
That's what I wanted to know! Thanks!

P.S.
Technically, I think you meant MESA_GLSL_VERSION_OVERRIDE=450, but I got the point! :D

P.P.S.
I find your word choice funny here, given that x-wing is your name. ("These are not the droids you're looking for.") ;)
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register


Or login with...
Sign in with Steam Sign in with Google
Social logins require cookies to stay logged in.