From 2c6a7d2e497f3a34687deee1e40bacc3765b9add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Le=20Page?= Date: Wed, 18 Jan 2023 07:57:02 +0100 Subject: [PATCH] Fix assert for NVidia drivers 525.60.11 (#180) With this specific version of NVidia drivers, modifiers cannot be queried for specific formats, so instead of raising an assertion let's just ignore the format silently. --- src/ws-egl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ws-egl.cpp b/src/ws-egl.cpp index ce07d9f..b91e4dd 100644 --- a/src/ws-egl.cpp +++ b/src/ws-egl.cpp @@ -294,7 +294,7 @@ void ImplEGL::foreachDmaBufModifier(std::function