137d722596- let Mesa-dri only require libvulkan1, libvulkan_lvp if build of vulkan drivers is enabled on this platformStefan Dirsch2025-04-07 19:22:39 +00:00
0b77d400b7let Mesa-dri also require libvulkan_lvp; fixes startup of Wayland sessions with Mesa 25.0.3 (boo#1240854)Stefan Dirsch2025-04-07 14:42:04 +00:00
8f898bd3a3- added bugnumber to latest changelog entryStefan Dirsch2025-04-07 11:00:52 +00:00
30e0b3135e- don't apply revert_8c91624614c1f939974fe0d2d1a3baf83335cecb.patch on s390x, which is not affected by that issue (different Mesa version)Stefan Dirsch2025-03-31 16:22:05 +00:00
7e938404bd- enabled Raytracing (vulkan) support for intel ARC GPUs (boo#1238732)Stefan Dirsch2025-03-07 16:43:58 +00:00
4e7bebe420- no longer hardcode CXX, but instead make use of %gcc_version, which is implicitely set in prjconf, which I wasn't aware of ...Stefan Dirsch2025-03-07 10:00:26 +00:00
544e282c6e- CXX needs to be set to an existing g++ compiler; otherwise you get meson.build:4:0: ERROR: Unknown compiler(s): [['c++'], ['g++'], ['clang++'], ['nvc++'], ['pgc++'], ['icpc'], ['icpx']] The following exception(s) were encountered: Running c++ --version gave "[Errno 2] No such file or directory: 'c++'" Running g++ --version gave "[Errno 2] No such file or directory: 'g++'" Running clang++ --version gave "[Errno 2] No such file or directory: 'clang++'" Running nvc++ --version gave "[Errno 2] No such file or directory: 'nvc++'" Running pgc++ --version gave "[Errno 2] No such file or directory: 'pgc++'" Running icpc --version gave "[Errno 2] No such file or directory: 'icpc'" Running icpx --version gave "[Errno 2] No such file or directory: 'icpx'" Since there is no 'g++' available I take 'g++-14', i.e. export CXX=g++-14 I don't care if gcc gets updated and Mesa fails then. I much more often need to update Mesa than we see a gcc update ...Stefan Dirsch2025-03-06 22:35:59 +00:00
c7704e23b2- Add explanation for the "CM" in "GLESv1_CM". - Drop idempotent %if..%endif guards that do nothing. - Combine some rm calls in the build recipe. - Add -v argument to all rm calls to see the result of the deletion in the build log.Stefan Dirsch2025-02-22 10:20:38 +00:00
756edacda1only obsolete, but do not provide Mesa-libglapi0 packageStefan Dirsch2025-02-21 12:25:38 +00:00
3166e09211- add patches to fix compilation with Python 3.6 (SLE15 SP7, SLE16, Leap 15.6) * u_intel-drop-annotations-from-spv2hex.patch * u_meson-lower-python-version-requirement.patch --> credits go to "Mikhail Paulyshka" <me@mixaill.net> - fix again build for s390xStefan Dirsch2025-02-20 15:41:08 +00:00
6e0a95c0f2python-pycparser -> python3-pycparser in changelogStefan Dirsch2024-12-10 09:43:30 +00:00
b391234351- aarch64: disable build of etnaviv driver on sle15-sp7 due to python-pycparser >= 2.20 not availableStefan Dirsch2024-12-09 19:09:55 +00:00
83819dbddd- don't apply patches of previous changelog for s390x; Mesa 24.1.7 doesn't suffer from this issue, only Mesa 24.3.1 ...Stefan Dirsch2024-12-09 14:38:39 +00:00
756b7868e8- 0001-dri-don-t-fetch-X11-modifiers-if-we-don-t-support-th.patch 0002-egl-wayland-only-supply-LINEAR-modifier-when-support.patch 0003-egl-wayland-fallback-to-implicit-modifiers-if-advert.patch * fixes mesa 24.3.1 gallium crash/segfault on GPUs without format modifiers (mesa issue#12253, mesa MR#32535, boo#1234302)Stefan Dirsch2024-12-08 22:09:41 +00:00
543234073b- Enable intel Vulkan backends on riscv64 (boo#1231756) - Enable iris Gallium backend on riscv64, Power and on Arm, tooStefan Dirsch2024-10-19 18:11:33 +00:00
13c57f25db- libvdpau_gallium was linked directly into libgallium-*.so.*. Drop the subpackage and provides/obsolete it via Mesa-dri which ships libgallium-*.so.*.Stefan Dirsch2024-09-23 18:35:46 +00:00
9393bb7dfe- disable build of rusticl on sle15; meson is just too old ...Stefan Dirsch2024-09-23 10:59:03 +00:00
f4eb8e3975- buildrequire llvm19-devel/clang19-devel on sle15-sp7Stefan Dirsch2024-09-23 10:37:39 +00:00
32006fba16- Add u_fix-llvm19-build.patch to fix build with LLVM 19 on ARM. - Update minimum version requirements based on meson.build. - Fix build on s390x: apparently we don't have libvdpau_gallium.so.Stefan Dirsch2024-09-23 10:32:02 +00:00
3480334669- drop U_egl-x11-sw-fix-partial-image-uploads.patch: the code in the function saw further fixes later on in the 24.2 branch.Stefan Dirsch2024-09-16 09:17:49 +00:00
36582e646f- U_egl-x11-sw-fix-partial-image-uploads.patch * culprit for the regression in 24.1.4; reverse apply this for now (boo#1228164)Stefan Dirsch2024-09-13 15:49:34 +00:00
00c04c92a0- Update to bugfix release 24.1.7 --> https://docs.mesa3d.org/relnotes/24.1.7 - Supersedes the following patch: * U_radeonsi-vcn-Add-decode-DPB-buffers-as-CS-dependency.patch - Rebase patches with quilt.Stefan Dirsch2024-09-09 13:29:21 +00:00
727cd72102- Fix random GPU crash with AMDGPU (bsc#1229050): U_radeonsi-vcn-Add-decode-DPB-buffers-as-CS-dependency.patch (credits go to Takashi Iwai!)Stefan Dirsch2024-08-25 09:11:57 +00:00