Skip to content

WIP: always load drivers with RTLD_LOCAL

Erik Faye-Lund requested to merge kusma/mesa:rtld-local into master

There's no good reason to load drivers using RTLD_GLOBAL, the only thing that can happen is we can import symbols that interfere with later loaded libraries.

This used to be problematic due to glapi details, but these has been fixed since a long time now, so let's go ahead and finish this up.

Edited by Erik Faye-Lund

Merge request reports