-
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dlfaker: Interpose "libEGL.so", not "*/libEGL.so"
Referring to 211f719, it turns out that Firefox is an example of a 3D application that calls dlopen("libEGL.so", ...). (This is why we can't have nice things.) However, when ANGLE opens its EGL interposer, it always does so using a full pathname. Thus, it is (hopefully!) safe to assume that VirtualGL's dlopen() interposer should interpose calls to dlopen("libEGL.so", ...) but not calls to dlopen("*/libEGL.so", ...).
- Loading branch information
1 parent
83875f8
commit 2c98496
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters