From c76a830e94860f931236eb35ab4427de6c78a16387417ef761c3f3f145796385 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 5 Aug 2021 15:56:29 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1053 --- Mesa-drivers.changes | 9 +++++++++ Mesa-drivers.spec | 2 +- Mesa.changes | 9 +++++++++ Mesa.spec | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 3f1b80e..704bf46 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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 diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index 2fac65e..5f5cd2b 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -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 \ diff --git a/Mesa.changes b/Mesa.changes index 3f1b80e..704bf46 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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 diff --git a/Mesa.spec b/Mesa.spec index b77d96f..acbc075 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -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 \