From d61b84fcc0284a71db34188f97a9b2a8f01bf411d657e59c5170a570bd500af8 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 30 Sep 2022 12:49:48 +0000 Subject: [PATCH] forgot to run ./pre_checkin.sh OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=154 --- libva-gl.changes | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/libva-gl.changes b/libva-gl.changes index 5461db9..f9aad19 100644 --- a/libva-gl.changes +++ b/libva-gl.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu Sep 29 19:17:18 UTC 2022 - Dirk Müller + +- update to 2.16.0: + * add: Add HierarchicalFlag & hierarchical_level_plus1 for AV1e. + * dep: Update README.md to remove badge links + * dep: Removed waffle-io badge from README to fix broken link + * dep: Drop mailing list, IRC and Slack + * autotools: use wayland-scanner private-code + * autotools: use the wayland-scanner.pc to locate the prog + * meson: use wayland-scanner private-code + * meson: request native wayland-scanner + * meson: use the wayland-scanner.pc to locate the prog + * meson: set HAVE_VA_X11 when applicable + * style:Correct slight coding style in several new commits + * trace: add Linux ftrace mode for va trace + * trace: Add missing pthread_mutex_destroy + * drm: remove no-longer needed X == X mappings + * drm: fallback to drm driver name == va driver name + * drm: simplify the mapping table + * x11: simplify the mapping table + ------------------------------------------------------------------- Mon Jul 11 11:19:17 UTC 2022 - Stefan Dirsch