CVSROOT: /cvs Module name: xenocara Changes by: rsadow...@cvs.openbsd.org 2024/07/19 08:35:16
Added files: lib/libva : Makefile.bsd-wrapper Makefile.in aclocal.m4 compile config.guess config.h config.h.in config.sub configure depcomp install-sh libtool ltmain.sh missing stamp-h1 lib/libva/doc : Makefile.in lib/libva/pkgconfig: Makefile.in lib/libva/va : Makefile.in lib/libva/va/drm: Makefile.in lib/libva/va/glx: Makefile.in lib/libva/va/wayland: Makefile.in lib/libva/va/x11: Makefile.in Log message: Merge libva 2.22.0 Libva is an implementation for VA-API (Video Acceleration API). VA-API is an open-source library and API specification, which provides access to graphics hardware acceleration capabilities for video processing. It consists of a main library and driver-specific acceleration backends for each supported hardware vendor. Imported version is based on commit: 217da1c28336d6a7e9c0c4cb8f1c303968a675f1 https://github.com/intel/libva This work was created during the c2k24. With a lot of help and feedback from matthieu@, tb@, and martijn@. AMD drivers tested by landry@, martijn@, kn@, op@ and a few more Intel driver tested by matthieu@ and me. The Intel drivers can find in ports graphics/intel-media-driver and graphics/intel-vaapi-driver. (Depending on your hw) The ports will be adjusted over time. Everyone has reported fantastic performance results in Firefox or mpv(1). OK matthieu@