mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 09:58:21 +02:00
xwayland/eglstream: Log when GL_OES_EGL_image is missing
That will dramatically affect performance, might as well log when we cannot use GL_OES_EGL_image with the NVIDIA closed-source driver. Signed-off-by: Olivier Fourdan <ofourdan@redhat.com> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
This commit is contained in:
parent
fae58e9b03
commit
34a58d7714
1 changed files with 2 additions and 0 deletions
|
|
@ -1200,6 +1200,8 @@ xwl_glamor_eglstream_init_egl(struct xwl_screen *xwl_screen)
|
|||
xwl_screen->glvnd_vendor = "nvidia";
|
||||
else
|
||||
ErrorF("DRI3 initialization failed. Performance will be affected.\n");
|
||||
} else {
|
||||
ErrorF("Driver lacks GL_OES_EGL_image, performance will be affected.\n");
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue