-
-
Notifications
You must be signed in to change notification settings - Fork 476
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
egl: Fallback if EGL_KHR_display_reference not supported
libglvnd reports client extensions if at least one vendor supports them. This might lead to display creation failure when a vendor library reports support but fails to create a display for another reason (like when the nvidia egl implementation is installed but no nvidia card is available). To work around this issue retry creation without EGL_KHR_display_reference.
- Loading branch information
Showing
1 changed file
with
82 additions
and
29 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