Revisions of Mesa

Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 533)
- 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
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 532)
- Update to version 22.3.4
  * bug fix release which fixes bugs found since Mesa 22.3.3
  * see https://docs.mesa3d.org/relnotes/22.3.4.html for more
    details

- removing again BuildRequires for x264 and x265 in case 
  video_codecs should be built (these were never needed nor used
  for build)

- using gcc 12 now also on Leap 15.4; after changing build project
  to openSUSE:Leap:15.4:Update gcc 12 packages are found now ...

- force usage of gcc 12 only on Leap 15.5; there is no gcc12 on
  Leap 15.4

- Add BuildRequires for x264 and x265 in case video_codecs should
  be built.

- re-enable build on Leap, but only for 15.5; there is no gcc12
  on Leap 15.4, which is now officially required by Mesa 22.3

- 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
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 531)
- Update to version 22.3.3:
  * See https://docs.mesa3d.org/relnotes/22.3.3.html
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 530)
- Update list of gallium-drivers to match default list

- 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.
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 529)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 528)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 527)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 526)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 525)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 524)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 523)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 522)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 521)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 520)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 519)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 518)
- spefile: removed Release lines from libxatracker2, 
  libxatracker-devel packages in the hope to have reproducibly
  builds also on Tumbleweed (boo#1205998)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 517)
- update to 22.2.4:
  * clover: windows:  library filename has \`-1` suffix and a \`lib` prefix
    when built with mingw
  * radv, dxvk: Rendering errors in World of Tanks after "Switch to dynamic
    rendering only"
  * gen9 gt3e/gt4e skus fail dEQP-VK.pipeline.multisample.sample_locations_ext.*
  * v3d: Wrong colors (pink) in videos in Firefox (likely YUV->RGB shader issue)
  * panfrost t860 glmark-es2 regression
  * radv: Flickering in Spider-Man Remastered (Regression) (Bisected)
  * radv: Hitman 2 using Direct3D 12 has discolored squares on RDNA2 with DCC
    enabled
  * panfrost/midgard -  on Duckstation PSX emulator: segfault on GLES 3.0 and
    bad shader compilations on 3.3

- try to fix build on ppc64le due to running OOM (boo#1205441)
  * let's request 20G of physical memory via _constraints file

- third bugfix release
  * some regressions in CI worked out
  * a bit of everything, and nothing too crazy
- supersedes u_0001-gallivm-Fix-LLVM-optimization-with-the-new-pass-mana.patch
- supersedes u_nouveau-corrupted-colors-boo1203949.patch
- get rid of Mesa-libVulkan-devel(-32bit) package, which is no
  longer needed at all by providing/obsoleting it by
  libvulkan_intel

- Release 22.2.2 covers bugfixes for bsc#1197045,bsc#1197046,bsc#1200965,bsc#1202850

- build against llvm15/clang15 on sle15-sp5/Leap 15.5 
- re-disable video codecs
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 516)
- u_nouveau-corrupted-colors-boo1203949.patch
  * fixes corrupted colors in videos on nouveau with Kepler in
    Firefox (boo#1203949, issue#7416)

- moved drirc.d config snippets from Mesa to Mea-dri package;
  radv driver specific conf was missing completely (boo#1204866)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 515)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 514)
- Add patch to fix LLVM optimization to avoid failure on armv7
  (https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19217,
   boo#1204267):
  * u_0001-gallivm-Fix-LLVM-optimization-with-the-new-pass-mana.patch

- update to 22.2.2
  * This is the second bug fix release, back on the regular
    schedule. There's a lot here: nir, panfrost, gallium video, 
    freedreno, nouveau, turnip, r300, gallium core, r600, virgl,
    core vulkan, anv, clover, d3d12, utils, radv, and plenty of
    zink.
Displaying revisions 141 - 160 of 673
openSUSE Build Service is sponsored by