SHA256
1
0
forked from pool/Mesa

- 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
This commit is contained in:
2021-08-05 15:56:29 +00:00
committed by Git OBS Bridge
parent 78de29778a
commit c76a830e94
4 changed files with 20 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Aug 5 15:51:18 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
- 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 <sndirsch@suse.com>