http://bugs.winehq.org/show_bug.cgi?id=58264 --- Comment #25 from Gcenx <gcenx83@gmail.com> --- (In reply to Sergey Isakov from comment #22)
I did bisection. Testin application is cpuz-2.18 (soory for misprint is previous post) ```bash sergey@iMac wine-11 % git bisect good 56a40e1231324cbdba82b3722e163a3368f19a21 is the first bad commit commit 56a40e1231324cbdba82b3722e163a3368f19a21 Author: Rémi Bernon <rbernon@codeweavers.com> Date: Wed May 21 18:40:24 2025 +0200
win32u: Load EGL and expose functions in opengl_funcs.
configure | 278 +++++++++++++------------------- configure.ac | 13 +- dlls/win32u/opengl.c | 70 ++++++++ include/wine/opengl_driver.h | 4 +- 4 files changed, 198 insertions(+), 167 deletions(-) sergey@iMac wine-11 %
``` Some more info?
This commit has nothing to do with Vulkan problems, also macOS won't even be using EGL by default it will fail this check and will fallback to macOS shipped OpenGL driver. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.