Revisions of Mesa

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1094791 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 481)
- Update to bugfix release 23.1.3
- supersedes U_glx-Remove-pointless-GLX_INTEL_swap_event-paranoia.patch
  (boo#1209005)
- -Dxmlconfig=enabled now also needs -Dexpat=enabled as dependancy
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1093734 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 480)
- 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] 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1093496 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 479)
- use -Dxlib-lease=enabled also for -drivers build

- Fix of bsc#1212345
  * After update to 23.1.1 this change affected our build split:
    https://gitlab.freedesktop.org/mesa/mesa/-/commit/2630f4b310f534c830250be44d285e485da83869
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1092024 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 478)
- Update to bugfix release 23.1.2

- needed to fix build of Mesa 23.1
  * Mesa-drivers: -Dshader-cache=enabled
  * Mesa: -Dxlib-lease=enabled
  * recommended for both Mesa and Mesa-drivers to avoid some scary messages when
    comparing fds: -Dallow-kcmp=enabled
- Credits for figuring this out go to "llyyr" <llyyr.public@gmail.com>
- gbm files are no longer needed to be removed manually for -drivers build
- VDPAU support for r300 has been dropped with Mesa 23.1
- supersedes n_no-sse2-on-ix86-except-for-intel-drivers.patch

- Update to bugfix release 23.1.1
- adjusted u_dep_xcb.patch

- Update to 23.1.0
  * new feature release
  * some highlights
    + Our OpenCL implementation Rusticl added support for AMD GPUs.
    + Both ANV (Intel) and RADV (AMD) got initial support for Vulkan Video
      decoding.
    + Vulkan Graphics Pipeline Libraries (GPL) are now supported in RADV.
- adjusted n_stop-iris-flicker.patch
- supersedes U_ReturnME.patch
- meson option "-Ddri-drivers" has been removed; wasn't used any 
  longer by us --> killed it
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1083626 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 477)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1079508 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 476)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1071497 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 474)
- U_glx-Remove-pointless-GLX_INTEL_swap_event-paranoia.patch
  * reverse apply this patch to fix a regression caused by this
    commit, which resulted in gnome-shell constantly crashing, which
    is making a GNOME/X11 session impossible (boo#1209005)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1068561 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 473)
- U_glx-fix-indirect-initialization-crash.patch 
  * Fixes: b090246a ("glx: Only compute client GL extensions for
    indirect contexts")
  * Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8393
- supersedes n_Revert-glx-Only-compute-client-GL-extensions-for-ind.patch
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1064280 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 471)
- U_ReturnME.patch
  * fixes blackscreen in Return To Monkey Island on Intel graphics
    (boo#1208145)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1063999 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 470)
- Update to version 22.3.5
  * bug fix release which fixes bugs found since Mesa 22.3.4
  * see https://docs.mesa3d.org/relnotes/22.3.5.html for more
    details
- refreshed u_dep_xcb.patch
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1059416 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 466)
- Add support for Rusticl - Mesa's new OpenCL implementation.
  * See https://docs.mesa3d.org/rusticl
  You will need to set your environment to use it
  * See https://docs.mesa3d.org/envvars#rusticl-environment-variables

- Compile with gcc12 on Leaps: building drivers fails with:
  /usr/include/dxguids/dxguids.h:70:1: internal compiler error: 
  in cxx_eval_bit_field_ref, at cp/constexpr.c:2578

- Fix some deprecation warnings
  * WARNING: option "false" deprecated, please use "disabled" instead.
  * WARNING: option "true" deprecated, please use "enabled" instead.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1046159 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 464)
- Update list of gallium-drivers to match default list
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1045933 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 463)
- don't try to generate libvdpau_virtio_gpu package on ppc64le; for
  some reason this driver doesn't get built on this platform

- Update to version 22.3.0:
  * See https://docs.mesa3d.org/relnotes/22.3.0.html
- Update to version 22.3.1:
  * See https://docs.mesa3d.org/relnotes/22.3.1.html
- Update to version 22.3.2:
  * See https://docs.mesa3d.org/relnotes/22.3.2.html
- Remove the libXvMC_nouveau and libXvMC_r600 packages as XVMC
  support was removed.
- Add libvdpau_virtio_gpu package for VirtIO GPU.
- Rebase n_drirc-disable-rgb10-for-chromium-on-amd.patch.
- Rebase u_dep_xcb.patch.
- Rebase U_fix-mpeg1_2-decode-mesa-20.2.patch.
- Drop n_buildfix-21.3.0.patch: fixed upstream.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1039772 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 462)
- spefile: removed Release lines from libxatracker2, 
  libxatracker-devel packages in the hope to have reproducibly
  builds also on Tumbleweed (boo#1205998)
Displaying revisions 21 - 40 of 501
openSUSE Build Service is sponsored by