|
1 | | -libva NEWS -- summary of user visible changes. 2022-09-27 |
| 1 | +libva NEWS -- summary of user visible changes. 2022-12-16 |
2 | 2 | Copyright (C) 2009-2022 Intel Corporation |
3 | 3 |
|
| 4 | +version 2.17.0 - 16.Dec.2022 |
| 5 | +* win: Simplify signature for driver name loading |
| 6 | +* win: Rewrite driver registry query and fix some bugs/leaks/inefficiencies |
| 7 | +* win: Add missing null check after calloc |
| 8 | +* va: Update security disclaimer |
| 9 | +* ci: drop paths-ignore in github workflow |
| 10 | +* dep:remove the file .cvsignore |
| 11 | +* ci: install-clang.sh: install the requested version |
| 12 | +* ci: freebsd: add pretty(ier) step names |
| 13 | +* ci: freebsd: use meson setup and meson install |
| 14 | +* ci: ubuntu: add pretty(ier) step names |
| 15 | +* ci: polish the windows/meson invocations |
| 16 | +* ci: style: use prettier formatting |
| 17 | +* pkgconfig: add 'with-legacy' for emgd, nvctrl and fglrx |
| 18 | +* meson: add 'with-legacy' for emgd, nvctrl and fglrx |
| 19 | +* x11: move all FGLRX code to va_fglrx.c |
| 20 | +* x11: move all NVCTRL code to va_nvctrl.c |
| 21 | +* meson: stop using deprecated meson.source_root() |
| 22 | +* meson: stop using configure_file copy=true |
| 23 | +* va: correctly include the win32 (local) headers |
| 24 | +* ci: add style check/unify job |
| 25 | +* win: clean-up the coding style |
| 26 | +* va: dos2unix all the files |
| 27 | +* ci: add meson permutation in the Ubuntu builds |
| 28 | +* ci: remove unused make check |
| 29 | +* drm: remove unnecessary dri2 version/extension query |
| 30 | +* ci: use matrix, add ubuntu 20.04 + clang-15 |
| 31 | +* trace: annotate internal functions with DLL_HIDDEN |
| 32 | +* build/sysdeps: Remove HAVE_GNUC_VISIBILITY_ATTRIBUTE and use _GNUC_ support level attribute instead |
| 33 | +* meson: Check support for -Wl,-version-script and build link_args accordingly |
| 34 | +* ci: switch python action from @v2 to @v4 |
| 35 | +* ci: dos2unix for windows workflow files |
| 36 | +* ci: switch checkout action from @v2 to @v3 |
| 37 | +* meson: Set va_win32 soversion to '' and remove the install_data rename |
| 38 | +* fix: resouce check null |
| 39 | +* ci: Add msvc/mingw Windows CI |
| 40 | +* va_trace: Add Win32 memory types in va_TraceSurfaceAttributes |
| 41 | +* va_trace: va_TraceSurfaceAttributes should check the VASurfaceAttribMemoryType |
| 42 | +* va: Adds Win32 Node and Windows build support |
| 43 | +* va: Adds compat_win32 abstraction for Windows build and prepares va common code for windows build |
| 44 | +* pkgconfig: Add Win32 package for when WITH_WIN32 is enabled |
| 45 | +* meson: Add with_win32 option, makes libdrm non-mandatory on Win |
| 46 | +* ci(va_win): add libx11-xcb-dev libxcb-dri3-dev to trigger X11 backend build |
| 47 | +* x11: add basic DRI3 support |
| 48 | +* drm: remove VA_DRM_IsRenderNodeFd() helper |
| 49 | +* drm: add radeon drm + radeonsi mesa combo |
| 50 | + |
4 | 51 | version 2.16.0 - 27.Sep.2022 |
5 | 52 | * add: Add HierarchicalFlag & hierarchical_level_plus1 for AV1e. |
6 | 53 | * dep: Update README.md to remove badge links |
|
0 commit comments