- 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:.
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] e89e1f5049
[3] https://gitlab.freedesktop.org/mesa/mesa/-/issues/8901#note_1962991
- Add intel_hasvk icd to baselibs.conf.
OBS-URL: https://build.opensuse.org/request/show/1093734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=480
DRI Driver update mechanism --------------------------- If any corresponding DRI driver is found in "/usr/lib/dri/updates/" it will be favored over the one in "/usr/lib/dri/" and will be used for 32/64 bit applications. On 32/64 bit biarch platforms additionally a corresponding DRI driver in "/usr/lib64/dri/updates/" will be favored over the one in "/usr/lib64/dri/" and will be used for 64bit applications.
Description
Languages
Standard ML
100%