Index | Thread | Search

From:
Klemens Nanni <kn@openbsd.org>
Subject:
Re: NEW: multimedia/intel-vaapi-driver
To:
Rafael Sadowski <rafael@sizeofvoid.org>, ports <ports@openbsd.org>
Date:
Sun, 14 Jul 2024 16:03:59 +0000

Download raw body.

Thread
13.07.2024 13:56, Rafael Sadowski пишет:
> OK to import intel-vaapi-driver-2.4.1? Keep in mind, to build this you
> need libva installed from xenocara.

In libva-utils you explicitly disabled wayland support, intel-media-driver has no
knob for it, here you leave it to auto-detect:  I'd -Dwith_wayland=no here for
consistency and sake of simplicity, too;  we can always enable Wayland later.

Can't test due to lack of hardware, but port-wise OK kn with that, plus
ONLY_FOR_ARCHS=amd64 (you could run i386 on the hardware, but I don't care much).

As mentioned for intel-media-driver already, I think their COMMENTS should make
clear which hardware they are targeting.

> 
> Comment:
> VAAPI legacy driver for Intel GMA 4500 to UHD 630
> 
> Description:
> VA-API (Video Acceleration API) user mode driver for Intel GEN Graphics family
> 
> 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.
> 
> The current video driver backend provides a bridge to the GEN GPUs through the
> packaging of buffers and commands to be sent to the i915 driver for exercising
> both hardware and shader functionality for video decode, encode, and processing.
> 
> 
> Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>
> 
> WWW: https://github.com/intel/intel-vaapi-driver
> 
>