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 \