SHA256
1
0
forked from pool/Mesa

- Pass -Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec to

meson, keep support for hardware codecs inside vaapi, vdpau and
  vulkan. These were previously enabled automatically.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1142
This commit is contained in:
Stefan Dirsch 2022-09-28 15:02:59 +00:00 committed by Git OBS Bridge
parent 62067e2383
commit 3df5d06cda

View File

@ -1,6 +1,9 @@
-------------------------------------------------------------------
Tue Sep 27 11:08:54 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Pass -Dvideo-codecs=h264dec,h264enc,h265dec,h265enc,vc1dec to
meson, keep support for hardware codecs inside vaapi, vdpau and
vulkan. These were previously enabled automatically.
- enabled "swrast" and "amd" Vulkan drivers on riscv64, which is
upstream default anyway ...