Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

ejno/wine_mesa_discard_profiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update

With recent releases of Mesa, you can now just use something like MESA_GL_VERSION_OVERRIDE=3.3COMPAT.

wine_mesa_discard_profiles

Discards OpenGL profile masks when creating contexts under Wine with Mesa.

Mesa currently lacks support for OpenGL compatibility profiles with Intel integrated graphics.

Certain Windows programs fail to initialize when they try to obtain compatibility profiles under Wine. Some of these programs are able to function without visible side effects when this request is silently ignored.

This is a small LD_PRELOAD library that forces use of only the core profile by wrapping dlsym() and some GLX functions as used by Wine.

Usage

make
LD_PRELOAD="$PWD/wine_mesa_discard_profiles.so" wine [...]

About

Discards OpenGL profile masks when creating contexts under Wine with Mesa.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published