From 8f196fbd8b81bdeee74e52ff801944c18820e5b72df47d29e3cdbc7a3c76fdb0 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 17 Jun 2023 07:14:55 +0000 Subject: [PATCH] improved changelog OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1215 --- Mesa.changes | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Mesa.changes b/Mesa.changes index dd78250..d0e8cd2 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -3,7 +3,16 @@ Fri Jun 16 15:59:56 UTC 2023 - Alexei Sorokin - Add patch u_fix-glx-context-opengl-4.5.patch: Fix a regression that causes Wine to crash on GPUs that don't support OpenGL 4.6 - and later. + and later:. + Mesa 23.1 has a regression [1] that breaks Wine if the GPU does not + support OpenGL 4.6 (reportedly), Intel HD 4000 is affected. + The problem was narrowed down to commit e89e1f504 [2] so this patch + removes the offending [3] part from there to fix the problem. + It's unlikely that there will be any side effects from that, + should be just as good as it was in Mesa 23.0. + [1] https://gitlab.freedesktop.org/mesa/mesa/-/issues/8901 + [2] https://gitlab.freedesktop.org/mesa/mesa/-/commit/e89e1f5049d3b78542fcd69b7d6106dd4bdafc39 + [3] https://gitlab.freedesktop.org/mesa/mesa/-/issues/8901#note_1962991 - Add intel_hasvk icd to baselibs.conf. -------------------------------------------------------------------