62b4edf2d0
- Update to Mesa 23.2.0-rc4
...
--> https://lists.freedesktop.org/archives/mesa-announce/2023-September/000731.html
- supersedes U_llvmpipe-only-include-old-Transform-includes-when-ne.patch
- disabled u_fix-build-on-ppc64le.patch (no longer needed?)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1233
2023-09-25 11:14:02 +00:00
d10b89477c
Accepting request 1112842 from home:aaronpuchert:llvm-next
...
- Backport upstream patches for compatibility with LLVM 17:
* U_llvmpipe-only-include-old-Transform-includes-when-ne.patch
removes unneeded includes of header files that no longer exist.
* U_clover-llvm-move-to-modern-pass-manager.patch migrates Clover
to the new pass manager, since the old PM has been removed.
OBS-URL: https://build.opensuse.org/request/show/1112842
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1232
2023-09-21 19:08:18 +00:00
1a33fedd78
- disable nine on arm/aarch64 in the hope to fix build on this
...
platform; there is no need for Direct3D/Wine for arm/aarch64
anyway ...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1231
2023-09-21 10:28:06 +00:00
44dd457278
- Update to bugfix release 23.1.8:
...
--> https://docs.mesa3d.org/relnotes/23.1.8.html
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1230
2023-09-21 08:45:37 +00:00
e08b88901b
- Update to bugfix release 23.1.7:
...
--> https://docs.mesa3d.org/relnotes/23.1.7.html
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1228
2023-09-08 11:25:22 +00:00
24d430f1b0
- mini-cleanup for python package BuildRequires in specfile
...
- added python3-dataclasses package for sle15/Leap15 to finally fix
build for these build targets; dataclasses module is in standard
library of python >= 3.7 ...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1227
2023-09-01 10:39:06 +00:00
0427873a46
Accepting request 1104341 from home:iznogood:branches:X11:XOrg
...
- Update to bugfix release 23.1.6:
--> https://docs.mesa3d.org/relnotes/23.1.6.html
--> https://docs.mesa3d.org/relnotes/23.1.5.html
- Update to bugfix release 23.1.4
OBS-URL: https://build.opensuse.org/request/show/1104341
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1225
2023-08-26 04:02:59 +00:00
dc6678bd26
- Update to bugfix release 23.1.5
...
--> https://docs.mesa3d.org/relnotes/23.1.4.html
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1223
2023-08-03 10:35:32 +00:00
c185a8975c
improved changelog
...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1221
2023-07-24 14:11:50 +00:00
a737976c54
- Update to bugfix release 23.1.4
...
- supersedes u_fix-glx-context-opengl-4.5.patch
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1220
2023-07-24 11:04:09 +00:00
3dadc9d818
- 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
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1218
2023-06-23 07:54:29 +00:00
8f196fbd8b
improved changelog
...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1215
2023-06-17 07:14:55 +00:00
c9d6369808
Accepting request 1093519 from home:XRevan86
...
OBS-URL: https://build.opensuse.org/request/show/1093519
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1214
2023-06-17 07:08:42 +00:00
e14148cf3f
- use -Dxlib-lease=enabled also for -drivers build
...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1213
2023-06-16 12:49:52 +00:00
ab59043d32
Accepting request 1093479 from home:jtorres:branches:X11:XOrg
...
- Fix of bsc#1212345
* After update to 23.1.1 this change affected our build split:
2630f4b310
OBS-URL: https://build.opensuse.org/request/show/1093479
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1212
2023-06-16 11:55:11 +00:00
15f23f12c6
- Update to bugfix release 23.1.2
...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1210
2023-06-10 14:46:39 +00:00
c7ad8ef77d
Accepting request 1092012 from home:sndirsch:branches:X11:XOrg
...
- 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
OBS-URL: https://build.opensuse.org/request/show/1092012
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1209
2023-06-10 14:16:28 +00:00
94c157a997
- Update to version 23.0.3
...
* 3rd bug fix release: changes all across the tree, with no one
subsystem seeing too many changes
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1207
2023-04-22 08:46:30 +00:00
9a14d967ce
- Update to version 23.0.2
...
* 2nd bug fix release: lots of patches for all over the tree,
zink being the biggest singel source of changes.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1205
2023-04-07 19:02:21 +00:00
f12960014f
Accepting request 1074596 from home:iznogood:branches:X11:XOrg
...
Tweak - drop upstream ref to patch dropped in last checkin
OBS-URL: https://build.opensuse.org/request/show/1074596
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1203
2023-03-27 08:55:00 +00:00
5165db4ffe
- Update to version 23.0.1
...
* bug fix release which fixes bugs found since Mesa 23.0.0
- supersedes U_glx-fix-indirect-initialization-crash.patch
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1202
2023-03-26 22:26:24 +00:00
ab6befea69
- 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)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1200
2023-03-14 12:12:19 +00:00
ad793f9e81
- 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
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1198
2023-03-01 22:22:00 +00:00
bbeac4f3fa
Accepting request 1068140 from home:favogt:branches:X11:XOrg
...
- Add patch to fix GLX with indirect rendering:
* n_Revert-glx-Only-compute-client-GL-extensions-for-ind.patch
OBS-URL: https://build.opensuse.org/request/show/1068140
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1196
2023-02-28 10:02:28 +00:00
0be01f0ffa
Accepting request 1067439 from home:sndirsch:branches:X11:XOrg
...
- Update to version 23.0.0
* first stable release of 2023
- refreshed patches
* n_drirc-disable-rgb10-for-chromium-on-amd.patch
* n_stop-iris-flicker.patch
* u_dep_xcb.patch
* u_fix-build-on-ppc64le.patch
- adjusted n_no-sse2-on-ix86-except-for-intel-drivers.patch
- meson: added -Dxmlconfig=enabled to fix link errors
(missing "-lexpat")
OBS-URL: https://build.opensuse.org/request/show/1067439
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1195
2023-02-23 15:26:00 +00:00
0454183bb3
- U_ReturnME.patch
...
* fixes blackscreen in Return To Monkey Island on Intel graphics
(boo#1208145)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1193
2023-02-10 14:17:31 +00:00
343a5d4738
- 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
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1191
2023-02-09 11:53:11 +00:00
8b55289a82
Accepting request 1063423 from home:Andreas_Schwab:Factory
...
- Don't enable rusticl without opencl
OBS-URL: https://build.opensuse.org/request/show/1063423
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1189
2023-02-06 15:35:16 +00:00
a9c6503fed
Accepting request 1061659 from home:iznogood:branches:X11:XOrg
...
Tweak language
OBS-URL: https://build.opensuse.org/request/show/1061659
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1187
2023-01-28 05:57:08 +00:00
51a2b7d252
- 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
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1186
2023-01-27 18:24:42 +00:00
8e695dcdd4
- removing again BuildRequires for x264 and x265 in case
...
video_codecs should be built (these were never needed and used
for build)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1185
2023-01-27 09:56:01 +00:00
e564a82795
- 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 ...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1184
2023-01-27 09:52:33 +00:00
aadbf26bd7
Accepting request 1060610 from home:manfred-h
...
- Add BuildRequires for x264 and x265 in case video_codecs should
be built.
OBS-URL: https://build.opensuse.org/request/show/1060610
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1182
2023-01-24 14:18:51 +00:00
98e38d64e2
- force usage of gcc 12 only on Leap 15.5; there is no gcc12 on
...
Leap 15.4
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1181
2023-01-24 11:08:12 +00:00
66f43c9160
- 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
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1180
2023-01-23 18:46:43 +00:00
8afe70f492
Accepting request 1058694 from home:frispete:branches:X11:XOrg
...
- 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
OBS-URL: https://build.opensuse.org/request/show/1058694
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1178
2023-01-18 15:11:04 +00:00
6d002ac08e
Accepting request 1059034 from home:mnhauke:branches:X11:XOrg
...
- 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
- Fix some deprecation warnings
* WARNING: option "false" deprecated, please use "disabled" instead.
* WARNING: option "true" deprecated, please use "enabled" instead.
OBS-URL: https://build.opensuse.org/request/show/1059034
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1177
2023-01-18 15:05:39 +00:00
8aa7bee06f
Accepting request 1057864 from home:XRevan86
...
- Update to version 22.3.3.
OBS-URL: https://build.opensuse.org/request/show/1057864
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1175
2023-01-11 22:29:49 +00:00
641a9cb20e
Accepting request 1046115 from home:Andreas_Schwab:Factory
...
- Update list of gallium-drivers to match default list
OBS-URL: https://build.opensuse.org/request/show/1046115
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1173
2023-01-02 10:18:24 +00:00
70a8f8fabe
- don't try to generate libvdpau_virtio_gpu package on ppc64le; for
...
some reason this driver doesn't get built on this platform
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1171
2022-12-31 10:34:46 +00:00
c38ea883fe
Accepting request 1045769 from home:XRevan86
...
- Update to version 22.3.2.
OBS-URL: https://build.opensuse.org/request/show/1045769
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1170
2022-12-31 09:55:24 +00:00
50adc46024
- spefile: removed Release lines from libxatracker2,
...
libxatracker-devel packages in the hope to have reproducibly
builds also on Tumbleweed (boo#1205998)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1168
2022-12-03 09:55:58 +00:00
4cbb17411f
Accepting request 1036484 from home:dirkmueller:Factory
...
- 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
OBS-URL: https://build.opensuse.org/request/show/1036484
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1166
2022-11-20 20:37:05 +00:00
75995df2d5
let's request 20G of physical memory via _constraints file instead
...
of building with '-j1'
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1164
2022-11-16 15:28:26 +00:00
2f6f5ba800
_constraints: only request 4G of physical memory on ppc64
...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1163
2022-11-15 15:44:07 +00:00
8ce905f6de
- let's request 4G of physical memory via _constraints file
...
- better changelog entry
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1162
2022-11-15 15:38:10 +00:00
618acead7d
- build with '-j1' on ppc64 due to running OOM (boo#1205441)
...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1161
2022-11-15 15:03:00 +00:00
e797f8eaff
- 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
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1159
2022-11-08 13:52:57 +00:00
72034244f6
- Release 22.2.2 covers bugfixes for bsc#1197045,bsc#1197046,bsc#1200965,bsc#1202850
...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1157
2022-11-07 15:33:21 +00:00
c79d966d7a
- build against llvm15/clang15 on sle15-sp5/Leap 15.5
...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1155
2022-11-05 09:24:57 +00:00