ecf2cbe40e
Accepting request 1279001 from X11:XOrg
Ana Guerrero2025-05-23 12:29:56 +00:00
8fc967ed73
Accepting request 1279001 from X11:XOrg
Ana Guerrero2025-05-23 12:29:56 +00:00
1325dfcbfa
- Update to release 25.1.1 --> https://docs.mesa3d.org/relnotes/25.1.1 - supersedes the following patches * U_0001-radv-driconf-Add-radv_force_64k_sparse_alignment-con.patch * U_0002-driconf-Add-workarounds-for-DOOM-The-Dark-Ages.patch
Stefan Dirsch2025-05-21 09:49:55 +00:00
16bc3b50a5
- U_0001-radv-driconf-Add-radv_force_64k_sparse_alignment-con.patch U_0002-driconf-Add-workarounds-for-DOOM-The-Dark-Ages.patch * fixes issues with DOOM: The Dark Ages
Stefan Dirsch2025-05-16 12:19:14 +00:00
33bf284eaf
- enable panfrost vulkan driver on Leap 16.0
Stefan Dirsch2025-05-09 11:13:52 +00:00
e01f1b8a7e
- Update to release 25.1.0 --> https://docs.mesa3d.org/relnotes/25.1.0 - adjusted patches: * python36-buildfix1.patch * n_drirc-disable-rgb10-for-chromium-on-amd.patch, - supersedes the following patches: * python36-buildfix2.patch * u_intel-drop-annotations-from-spv2hex.patch * U_clover-Don-t-include-libclc-headers.patch - osmesa no longer available; it's considered redundant with EGL surfaceless
Stefan Dirsch2025-05-08 19:00:59 +00:00
8034287d3a
Accepting request 1267883 from X11:XOrg
Ana Guerrero2025-04-09 19:49:23 +00:00
22ba957b64
Accepting request 1267883 from X11:XOrg
Ana Guerrero2025-04-09 19:49:23 +00:00
281de0f188
Accepting request 1267883 from X11:XOrg
Ana Guerrero2025-04-09 19:49:23 +00:00
137d722596
- let Mesa-dri only require libvulkan1, libvulkan_lvp if build of vulkan drivers is enabled on this platform
Stefan Dirsch2025-04-07 19:22:39 +00:00
da4c973412
- let Mesa-dri only require libvulkan1, libvulkan_lvp if build of vulkan drivers is enabled on this platform
Stefan Dirsch2025-04-07 19:22:39 +00:00
0b77d400b7
let 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
8b891dbb50
let 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 entry
Stefan Dirsch2025-04-07 11:00:52 +00:00
ad0716c259
- added bugnumber to latest changelog entry
Stefan Dirsch2025-04-07 11:00:52 +00:00
4714e057e2
- U_clover-Don-t-include-libclc-headers.patch * don't break clover with libclc 20.1.0 update
Stefan Dirsch2025-04-07 10:58:55 +00:00
1df88c2ecd
- U_clover-Don-t-include-libclc-headers.patch * don't break clover with libclc 20.1.0 update
Stefan Dirsch2025-04-07 10:58:55 +00:00
74dcec4c6f
Accepting request 1265937 from X11:XOrg
Ana Guerrero2025-04-02 15:08:01 +00:00
8d4ad6529f
Accepting request 1265937 from X11:XOrg
Ana Guerrero2025-04-02 15:08:01 +00:00
a94fb91302
Accepting request 1265937 from X11:XOrg
Ana Guerrero2025-04-02 15:08:01 +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
dd736b9693
- 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
b8f97b5588
Accepting request 1255941 from X11:XOrg
Ana Guerrero2025-03-26 20:18:06 +00:00
6b848e878f
Accepting request 1255941 from X11:XOrg
Ana Guerrero2025-03-26 20:18:06 +00:00
a347a18f2e
Accepting request 1255941 from X11:XOrg
Ana Guerrero2025-03-26 20:18:06 +00:00
7e938404bd
- enabled Raytracing (vulkan) support for intel ARC GPUs (boo#1238732)
Stefan Dirsch2025-03-07 16:43:58 +00:00
01c3e12fdd
- 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
d93f544636
- 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
013f60a07b
- 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
1b5ebea4c1
Accepting request 1247720 from home:jengelh:branches:X11:XOrg
Stefan Dirsch2025-02-22 10:20:38 +00:00
756edacda1
only obsolete, but do not provide Mesa-libglapi0 package
Stefan Dirsch2025-02-21 12:25:38 +00:00
5f0e9a59d3
only obsolete, but do not provide Mesa-libglapi0 package
Stefan 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 s390x
Stefan Dirsch2025-02-20 15:41:08 +00:00
f80ac885ab
- 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 s390x
Stefan Dirsch2025-02-20 15:41:08 +00:00