From 605b433fa690ec4a02a007874581e23fc347e16d Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Wed, 14 Jun 2023 20:56:30 -0400 Subject: [PATCH 1/2] add i965 as optional driver for gen5-8 --- Dockerfile | 2 ++ README.md | 5 +++-- readme-vars.yml | 5 +++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index ac23d1e..471e27c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,6 +57,7 @@ RUN \ gcc \ git \ gperf \ + i965-va-driver-shaders \ libexpat1-dev \ libxext-dev \ libxfixes-dev \ @@ -689,6 +690,7 @@ RUN \ libglib2.0-0 \ libgomp1 \ libharfbuzz0b \ + libpciaccess0 \ libv4l-0 \ libwayland-client0 \ libx11-6 \ diff --git a/README.md b/README.md index b70ac40..5b5483c 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,9 @@ If an input file is detected we will run FFmpeg as that user/group so the output The image supports Hardware acceleration on x86 pay close attention to the variables for the examples below. ### Included Intel Drivers (latest versions compiled): -- iHD Driver: Supports gen8+ -- Libva (VAAPI): Supports gen5+ but is limited to gen8+ due to iHD driver +- iHD Driver: Supports gen8+ (default for Intel) +- i965 Driver: Supports gen5+ (for gen5-gen9.5 it can be enabled by setting env var `LIBVA_DRIVER_NAME=i965` in docker arguments) +- Libva (VAAPI): Supports gen5+ with i965 driver and gen8+ with iHD driver - Qsv Dispatcher: OneVPL (supports both OneVPL and MSDK runtimes and should automatically switch) - Qsv Runtime: - OneVPL: Supports gen12+ diff --git a/readme-vars.yml b/readme-vars.yml index 8e848f6..74cddc2 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -65,8 +65,9 @@ full_custom_readme: | The image supports Hardware acceleration on x86 pay close attention to the variables for the examples below. ### Included Intel Drivers (latest versions compiled): - - iHD Driver: Supports gen8+ - - Libva (VAAPI): Supports gen5+ but is limited to gen8+ due to iHD driver + - iHD Driver: Supports gen8+ (default for Intel) + - i965 Driver: Supports gen5+ (for gen5-gen9.5 it can be enabled by setting env var `LIBVA_DRIVER_NAME=i965` in docker arguments) + - Libva (VAAPI): Supports gen5+ with i965 driver and gen8+ with iHD driver - Qsv Dispatcher: OneVPL (supports both OneVPL and MSDK runtimes and should automatically switch) - Qsv Runtime: - OneVPL: Supports gen12+ From 3ac15fdb631a28552ab50a177abffd5313469049 Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Fri, 11 Aug 2023 11:52:39 -0400 Subject: [PATCH 2/2] update changelog --- README.md | 1 + readme-vars.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 5b5483c..00ca9c4 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **11.08.23:** - Add optional i965 driver for gen5+ support. * **14.06.23:** - Switch to latest iHD for Intel, add qsv support. * **13.06.23:** - Bump to 6.0, update shared libraries, deprecate armhf, combine bin stage. * **14.12.22:** - Rebase to Jammy, bump to 5.1.2. diff --git a/readme-vars.yml b/readme-vars.yml index 74cddc2..b24fc9c 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -155,6 +155,7 @@ full_custom_readme: | ## Versions + * **11.08.23:** - Add optional i965 driver for gen5+ support. * **14.06.23:** - Switch to latest iHD for Intel, add qsv support. * **13.06.23:** - Bump to 6.0, update shared libraries, deprecate armhf, combine bin stage. * **14.12.22:** - Rebase to Jammy, bump to 5.1.2.