improved changelog

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1215
This commit is contained in:
Stefan Dirsch 2023-06-17 07:14:55 +00:00 committed by Git OBS Bridge
parent c9d6369808
commit 8f196fbd8b

View File

@ -3,7 +3,16 @@ Fri Jun 16 15:59:56 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
- 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.
-------------------------------------------------------------------