diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 54ce9cb..f504d84 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sun Aug 8 08:52:15 UTC 2021 - Stefan Dirsch + +- fixed build on %ix86 by removing "-flto=auto" from optflags for + cpp + +------------------------------------------------------------------- +Thu Aug 5 15:51:18 UTC 2021 - Stefan Dirsch + +- enabled build of 'crocus' Gallium3D OpenGL driver for i965 "Gen4" + through Haswell "Gen7" graphics (alternative to classic "i965" + OpenGL driver); use MESA_LOADER_DRIVER_OVERRIDE=crocus to use it; + in case of issues with video hardware acceleration(vaapi driver), + set LIBVA_DRIVER_NAME=i965 + +------------------------------------------------------------------- +Thu Aug 5 01:25:40 UTC 2021 - Stefan Dirsch + +- update to 21.2.0 + * new release + ------------------------------------------------------------------- Thu Jul 29 08:28:31 UTC 2021 - Stefan Dirsch diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index 71c614c..a5be0ef 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -41,7 +41,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 21.1.6 +%define _version 21.2.0 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -114,7 +114,7 @@ %endif Name: Mesa-drivers -Version: 21.1.6 +Version: 21.2.0 Release: 0 Summary: System for rendering 3-D graphics License: MIT @@ -836,7 +836,7 @@ egl_platforms=x11,wayland %endif %ifarch %{ix86} x86_64 -Ddri-drivers=i915,i965,nouveau,r100,r200 \ - -Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast,svga,virgl,iris \ + -Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast,svga,virgl,iris,crocus \ %else %ifarch %{arm} aarch64 -Ddri-drivers=nouveau \ @@ -860,7 +860,11 @@ egl_platforms=x11,wayland %endif -Db_ndebug=true \ -Dc_args="%{optflags}" \ +%ifarch %ix86 + -Dcpp_args="$(echo %{optflags}|sed 's/-flto=auto//')" +%else -Dcpp_args="%{optflags}" +%endif %meson_build diff --git a/Mesa.changes b/Mesa.changes index 54ce9cb..f504d84 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sun Aug 8 08:52:15 UTC 2021 - Stefan Dirsch + +- fixed build on %ix86 by removing "-flto=auto" from optflags for + cpp + +------------------------------------------------------------------- +Thu Aug 5 15:51:18 UTC 2021 - Stefan Dirsch + +- enabled build of 'crocus' Gallium3D OpenGL driver for i965 "Gen4" + through Haswell "Gen7" graphics (alternative to classic "i965" + OpenGL driver); use MESA_LOADER_DRIVER_OVERRIDE=crocus to use it; + in case of issues with video hardware acceleration(vaapi driver), + set LIBVA_DRIVER_NAME=i965 + +------------------------------------------------------------------- +Thu Aug 5 01:25:40 UTC 2021 - Stefan Dirsch + +- update to 21.2.0 + * new release + ------------------------------------------------------------------- Thu Jul 29 08:28:31 UTC 2021 - Stefan Dirsch diff --git a/Mesa.spec b/Mesa.spec index bd8a7c3..7c2c975 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -40,7 +40,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 21.1.6 +%define _version 21.2.0 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -113,7 +113,7 @@ %endif Name: Mesa -Version: 21.1.6 +Version: 21.2.0 Release: 0 Summary: System for rendering 3-D graphics License: MIT @@ -835,7 +835,7 @@ egl_platforms=x11,wayland %endif %ifarch %{ix86} x86_64 -Ddri-drivers=i915,i965,nouveau,r100,r200 \ - -Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast,svga,virgl,iris \ + -Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast,svga,virgl,iris,crocus \ %else %ifarch %{arm} aarch64 -Ddri-drivers=nouveau \ @@ -859,7 +859,11 @@ egl_platforms=x11,wayland %endif -Db_ndebug=true \ -Dc_args="%{optflags}" \ +%ifarch %ix86 + -Dcpp_args="$(echo %{optflags}|sed 's/-flto=auto//')" +%else -Dcpp_args="%{optflags}" +%endif %meson_build diff --git a/mesa-21.1.6.tar.xz b/mesa-21.1.6.tar.xz deleted file mode 100644 index b5fae8b..0000000 --- a/mesa-21.1.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1cb0122f911dfa9fe1f209a7061378c61a1448a280e711511ca72dad9999e37 -size 15371108 diff --git a/mesa-21.1.6.tar.xz.sig b/mesa-21.1.6.tar.xz.sig deleted file mode 100644 index 80fde2a..0000000 Binary files a/mesa-21.1.6.tar.xz.sig and /dev/null differ diff --git a/mesa-21.2.0.tar.xz b/mesa-21.2.0.tar.xz new file mode 100644 index 0000000..4303436 --- /dev/null +++ b/mesa-21.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb3c802f4b8e7699b1602c08c29d06a4d532ab5b8f7a64676c4ca6bb8f4d426 +size 15678224 diff --git a/mesa-21.2.0.tar.xz.sig b/mesa-21.2.0.tar.xz.sig new file mode 100644 index 0000000..6592116 Binary files /dev/null and b/mesa-21.2.0.tar.xz.sig differ