https://bugs.freedesktop.org/show_bug.cgi?id=57702
Priority: medium Bug ID: 57702 Assignee: mesa-dev@lists.freedesktop.org Summary: Eliminate RTLD_GLOBAL glapi hacks after removing support for static libglapi Severity: normal Classification: Unclassified OS: All Reporter: amona...@gmail.com Hardware: Other Status: NEW Version: git Component: Other Product: Mesa This is an enhancement request for the time when support for static libglapi is removed. When shared libglapi is guaranteed to be available, please: 1. Link DRI drivers with libglapi.so explicitely. 2. Remove dlopen("libglapi.so"/"libGL.so", RTLD_GLOBAL) hacks in src/egl/drivers/dri2/egl_dri2.c and src/glx/dri_common.c. The latter hack has unfortunate interactions with libGL interposers. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev