SHA256
1
0
forked from pool/Mesa

- refreshed n_no-sse2-on-ix86-except-for-intel-drivers.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1138
This commit is contained in:
Stefan Dirsch 2022-09-22 11:21:27 +00:00 committed by Git OBS Bridge
parent cecf3c8c3f
commit 055989772b
2 changed files with 7 additions and 5 deletions

View File

@ -6,6 +6,7 @@ Wed Sep 21 14:20:04 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
more details on Phoronix:
https://www.phoronix.com/news/Mesa-22.2-Released
- supersedes llvm15.patch
- refreshed n_no-sse2-on-ix86-except-for-intel-drivers.patch
-------------------------------------------------------------------
Wed Sep 14 13:45:41 UTC 2022 - Andreas Schwab <schwab@suse.de>

View File

@ -1,11 +1,12 @@
diff -u -r mesa-21.3.3.orig/meson.build mesa-21.3.3/meson.build
--- mesa-21.3.3.orig/meson.build 2022-01-06 19:34:26.332485000 +0100
+++ mesa-21.3.3/meson.build 2022-01-06 19:32:11.286680000 +0100
@@ -1231,35 +1231,8 @@
Index: mesa-22.2.0/meson.build
===================================================================
--- mesa-22.2.0.orig/meson.build
+++ mesa-22.2.0/meson.build
@@ -1275,35 +1275,8 @@ if host_machine.system() == 'windows'
endif
endif
-if host_machine.cpu_family().startswith('x86') and cc.get_id() != 'msvc'
-if host_machine.cpu_family().startswith('x86') and cc.get_argument_syntax() != 'msvc'
- pre_args += '-DUSE_SSE41'
- with_sse41 = true
- sse41_args = ['-msse4.1']