Skip to content
Snippets Groups Projects
Commit 7ab2363c authored by Jerome Glisse's avatar Jerome Glisse Committed by Ian Romanick
Browse files

glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload


There is no reason anymore to load with RTLD_GLOBAL and for some driver
this even result in dlclose failing to unload leading to catastrophic
failure with swrast fallback.

Cc: "10.1 10.2" <mesa-stable@lists.freedesktop.org>
Reviewed-by: default avatarEric Anholt <eric@anholt.net>
Reviewed-by: default avatarIan Romanick <ian.d.romanick@intel.com>
Signed-off-by: default avatarJérôme Glisse <jglisse@redhat.com>
(cherry picked from commit e3cc0d90)
parent 55b9effa
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment