summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
Commit message (Collapse)AuthorAgeFilesLines
* intel-vaapi-driver: drop archived i965 VA-API backendYogesh Tyagi2026-05-121-34/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream https://github.com/intel/intel-vaapi-driver was archived in May 2024 and no longer receives fixes. The i965 driver targeted Gen4-Gen9 Intel GPUs and has been functionally superseded on Gen8+ hardware by intel-media-driver (iHD), which is already the VA-API backend used by every meta-intel BSP machine that ships modern graphics. Remove the recipe, its runtime test case, the maintainer entry, and the only in-tree consumer (intel-core2-32's MACHINE_HWCODECS, which now keeps just the gstreamer1.0-plugins-bad codec set since no maintained VA-API backend supports that legacy 32-bit Core 2 hardware anyway). Recipes / files removed: * recipes-multimedia/libva/intel-vaapi-driver_2.4.1.bb * lib/oeqa/runtime/cases/intel_vaapi_driver.py Other changes: * conf/machine/intel-core2-32.conf: drop intel-vaapi-driver from MACHINE_HWCODECS * conf/include/maintainers.inc: drop pn-intel-vaapi-driver entry Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* Revert "intel-media-driver : upgrade 25.1.4 -> 26.1.0"Yogesh Tyagi2026-02-181-1/+1
| | | | | | This reverts commit deccd450234efe2fcf3565d0cbd976d9f08c1816. Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* recipes: inherit pkgconfigRoss Burton2026-02-103-6/+8
| | | | | | | | | | Instead of depending directly on pkgconfig-native, inherit the pkgconfig class. At the moment this just adds a layer of indirection to the right provider of pkgconfig, but there are patches in flight to move exports into the class to isolate the variables. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* vpl-gpu-rt : upgrade 25.1.4 -> 26.1.0Yogesh Tyagi2026-01-271-1/+1
| | | | | | | Release Notes: https://github.com/intel/vpl-gpu-rt/releases/tag/intel-onevpl-26.1.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* libvpl-tools : upgrade 1.3.0 -> 1.5.0Yogesh Tyagi2026-01-271-3/+1
| | | | | | | | | | | Drop 2 patches as they are merged upstream: - 0001-Update-vpl-inspect-to-remove-ReportedStats.patch - 0001-Add-cstdint-header-to-resolve-build-issue-with-gcc-1.patch Release Notes: https://github.com/intel/libvpl-tools/releases/tag/v1.5.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* libvpl : upgrade 2.14.0 -> 2.16.0Yogesh Tyagi2026-01-271-8/+3
| | | | | | | | | | | | | License update : Remove Microsoft Visual C++ Redistributable, Intel Media SDK, Intel GMMLib and Intel Media Driver entries from third-party-programs.txt. Remove do_install:append as examples are now installed as source. Release Notes: https://github.com/intel/libvpl/releases/tag/v2.16.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* intel-media-driver : upgrade 25.1.4 -> 26.1.0Yogesh Tyagi2026-01-271-1/+1
| | | | | | | | Release Notes: https://github.com/intel/media-driver/releases/tag/ intel-media-26.1.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* itt : upgrade 3.26.1 -> 3.26.5Yogesh Tyagi2026-01-271-1/+1
| | | | | | | Release Notes: https://github.com/intel/ittapi/releases/tag/v3.26.5 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* vpl-gpu-rt: inherit features_checkYogesh Tyagi2025-11-031-1/+4
| | | | | | | | | | | | | opengl is not enabled by default with "nodistro". Make sure that layer comaptibility check does not fail due to this. Fixes: | ERROR: Nothing PROVIDES 'intel-media-driver' (but /openembedded-core/meta-intel/recipes-multimedia/vpl/vpl-gpu-rt_25.1.4.bb DEPENDS on or otherwise requires it) intel-media-driver was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
* intel-media-driver : set a baseline policy version for cmakeYogesh Tyagi2025-07-091-0/+1
| | | | | | | | | | | | | | | Cmake upgrade to 4.0+ removes compatibility with versions older than 3.5 [1]. Set a baseline policy version for CMake using CMAKE_POLICY_VERSION_MINIMUM variable until intel-media-driver is upgraded to include the fix [2]. [1] https://patchwork.yoctoproject.org/project/oe-core/cover/20250703132720.3378569-1-Moritz.Haase@bmw.de/ [2] https://github.com/intel/media-driver/pull/1919 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* recipes: Update to match S/UNPACKDIR changesYogesh Tyagi2025-07-045-5/+0
| | | | | | | | Update to match the recent changes in OE-Core where the unpack layout changed. [https://patchwork.yoctoproject.org/project/oe-core/patch/20250616095000.2918921-1-alex.kanavin@gmail.com/] Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* itt: upgrade 3.25.3 -> 3.26.1Munirah Izyani Mohammad Amin2025-05-191-1/+1
| | | | | | | | Release Notes: https://github.com/intel/ittapi/releases/tag/v3.26.1 Signed-off-by: Munirah Izyani Mohammad Amin <munirah.izyani.mohammad.amin@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libvpl-tools : backport patches to fix build issues with gcc-15Yogesh Tyagi2025-05-153-0/+109
| | | | | Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libvpl-tools: upgrade 1.2.0 -> 1.3.0Lim Siew Hoon2025-05-061-1/+1
| | | | | | | | Release notes: https://github.com/intel/libvpl-tools/releases/tag/v1.3.0 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* vpl-gpu-rt: upgrade 24.4.4 -> 25.1.5Lim Siew Hoon2025-05-061-1/+1
| | | | | | | | Releases notes: https://github.com/intel/vpl-gpu-rt/releases/tag/intel-onevpl-25.1.4 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libvpl: upgrade 2.13 -> 2.14Lim Siew Hoon2025-05-061-1/+1
| | | | | | | | Release notes: https://github.com/intel/libvpl/releases/tag/v2.14.0 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: upgrade 24.4.4 -> 25.1.4Lim Siew Hoon2025-05-064-56/+10
| | | | | | | | | | | Drop list of patches already merged - 0001-Change-RGB-mask-and-order-for-BMG.patch Release notes: https://github.com/intel/media-driver/releases/tag/intel-media-25.1.4 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-mediasdk : drop recipeYogesh Tyagi2025-05-023-127/+0
| | | | | | | | intel-mediasdk project is no longer maintained so drop the recipe and other references of intel-mediasdk from the layer Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* vpl-gpu-rt: upgrade 24.4.1 -> 24.4.4Lim Siew Hoon2025-02-131-1/+1
| | | | | | | | Release Notes: https://github.com/intel/vpl-gpu-rt/releases/tag/intel-onevpl-24.4.4 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libvpl: upgrade 2.12.0 -> 2.13.0Lim Siew Hoon2025-02-131-1/+1
| | | | | | | | Release Notes: https://github.com/intel/libvpl/releases/tag/v2.13.0 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: upgrade 24.4.1 -> 24.4.4Lim Siew Hoon2025-02-133-155/+1
| | | | | | | | | | | | Drop list of patches already merged: - 0001-Change-RGB-mask-and-order.patch - 0001-Add-Y210-caps-for-BMG-HEVC-encode.patch Release notes: https://github.com/intel/media-driver/releases/tag/intel-media-24.4.4 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libvpl-tools: upgrade 1.0.0 -> 1.2.0Lim Siew Hoon2024-11-289-910/+5
| | | | | | | | | | | | | | | Drop a list of patches already merged: - 0001-Correct-va-attrib-for-vaapiallocator.patch - 0002-Enable-YUV400-JPEG-Enc-for-vaapi.patch \ - 0003-Enable-YUV400-JPEG-Enc-for-linux-vaapi-only.patch \ - 0004-Fix-rDRM-DMA-methods.patch \ - 0005-Force-allocator-to-use-DRM_PRIME-for-rDRM.patch \ - 0006-Enable-VVC-in-sample_decode.patch \ - 0007-Fix-X11-rendering-for-xe.patch \ - 0008-Fix-code-formatting.patch \ Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* vpl-gpu-rt: upgrade 24.3.2 -> 24.4.1Lim Siew Hoon2024-11-271-1/+1
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: upgrade 24.3.2 -> 24.4.1Lim Siew Hoon2024-11-274-1/+201
| | | | | | | | | | Add bug fixed: - 0001-Add-Y210-caps-for-BMG-HEVC-encode.patch - 0001-Change-RGB-mask-and-order.patch - 0001-Change-RGB-mask-and-order-for-BMG.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* itt : upgrade 3.25.2-> 3.25.3Yogesh Tyagi2024-10-221-1/+1
| | | | | | | | Release Notes: https://github.com/intel/ittapi/releases/tag/v3.25.3 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libvpl-tools: backport list of bug fixed in sampleLim Siew Hoon2024-10-109-0/+908
| | | | | | | | | | | | | | | backport list code fixed for sample app from upstream: - 0001-Correct-va-attrib-for-vaapiallocator.patch - 0002-Enable-YUV400-JPEG-Enc-for-vaapi.patch - 0003-Enable-YUV400-JPEG-Enc-for-linux-vaapi-only.patch - 0004-Fix-rDRM-DMA-methods.patch - 0005-Force-allocator-to-use-DRM_PRIME-for-rDRM.patch - 0006-Enable-VVC-in-sample_decode.patch - 0007-Fix-X11-rendering-for-xe.patch - 0008-Fix-code-formatting.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libvpl-tools: add 1.0.0 versionLim Siew Hoon2024-10-101-0/+39
| | | | | | | | | | | Command line tools application that remove from libvpl start from 2.11.0 version. Release notes: https://github.com/intel/libvpl-tools/releases/tag/v1.0.0 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* vpl-gpu-rt: upgrade 24.1.5 -> 24.3.2Lim Siew Hoon2024-09-301-1/+1
| | | | | | | | Release notes: https://github.com/intel/vpl-gpu-rt/releases/tag/intel-onevpl-24.3.2 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libvpl: upgrade 2.10.2 -> 2.12.0Lim Siew Hoon2024-09-301-3/+4
| | | | | | | | | | | | | Removed all related command line tools. They have been moved to a separate repository since 2.11.0 version. (https://github.com/intel/libvpl-tools) Release notes: https://github.com/intel/libvpl/releases/tag/v2.12.0 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: upgrade 24.1.5 -> 24.3.2Lim Siew Hoon2024-09-305-199/+94
| | | | | | | | | | | | | | | | | | Drop patches already merged: - 0001-Disable-vp9-padding-on-mtl.patch - 8aa866dc650e6b0e0b7425bafc7b1039232c377a.patch Rebased patches: - 0001-Force-ARGB-surface-to-tile4-for-ACM.patch code fixed for videowall issue: - 0001-Fix-failed-4k-videowalll-test-case-and-color-corrupt.patch Release notes: https://github.com/intel/media-driver/releases/tag/intel-media-24.3.2 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* itt : upgrade 3.25.1 -> 3.25.2Yogesh Tyagi2024-08-231-1/+1
| | | | | | | | Release Notes: https://github.com/intel/ittapi/releases/tag/v3.25.2 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* itt : upgrade 3.24.8 -> 3.25.1Yogesh Tyagi2024-07-301-7/+1
| | | | | | | | | | | x86_64 file no longer there in ittnotify/fortran/posix so remove code from recipe which tries to delete this file Release Notes: https://github.com/intel/ittapi/releases/tag/v3.25.1 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* itt: upgrade v3.24.7 -> v3.24.8Jianpeng Chang2024-06-181-1/+1
| | | | | Signed-off-by: Jianpeng Chang <jianpeng.chang.cn@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libvpl: change branch name master -> mainKARN JYE LAU2024-05-141-1/+1
| | | | | Signed-off-by: KARN JYE LAU <karn.jye.lau@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libvpl: fixed wrong commit id for 2.10.2 tagLim Siew Hoon2024-05-092-9/+6
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* vpl-gpu-rt: Rename and upgrade 23.4.3 -> 24.1.5Lim Siew Hoon2024-05-084-175/+8
| | | | | | | | | | Drops patches already merged: - 0001-ARLH-DID-open-source-6286.patch - 0001-Fix-SetBuffersYV12-V-U-plane-offsets-calculation-647.patch - 0001-JPEGe-Enable-BGR4-JPEG-Enc-support-6470.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libvpl: rename and upgrade 2023.4.0 -> 2.10.2Lim Siew Hoon2024-05-082-7/+10
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: upgrade 23.4.3 -> 24.1.5Lim Siew Hoon2024-05-0711-929/+156
| | | | | | | | | | | | | | | | | | | | | | Drops list of patches already merged: - 0004-Add-device-ID-for-ARL.patch - 0005-Add-XR24-support-to-DMABuf.patch - 0006-add-INTEL-MEDIA-ALLOC-refineE-to-specify-the-memory-.patch - 0007-Skip-report-keys.patch - 0008-Limit-INTEL-MEDIA-ALLOC-MODE-to-MTL-and-ARL-only.patch - 0009-Skip-cache-bucket-realloc-for-default-mode-0.patch - 0010-Fix-failed-4k-video-wall-test-case-and-color-corrupt.patch - 0011-Disable-422H-format-output.patch - 0012-Decode-Fix-AVC-decode-SFC-4K-hang-issue.patch Backport a patch to fix build errors: | error: comparing the result of pointer addition ‘(avcDirectmodeParams._MHW_VDBOX_AVC_DIRECTMODE_PARAMS::presAvcDmvBuffers + ((((sizetype)n) + 1) * 328))’ and NULL [-Werror=address] | 592 | if (&avcDirectmodeParams.presAvcDmvBuffers[n+1] != nullptr) | | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* itt : upgrade 3.24.6 -> 3.24.7Yogesh Tyagi2024-05-031-1/+1
| | | | | | | | Release Notes: https://github.com/intel/ittapi/releases/tag/v3.24.7 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: backport patches to fix bugsLim Siew Hoon2024-02-263-0/+130
| | | | | | | | | | | 1. Enable JPEG Enc support with BGR4 format. * 0001-JPEGe-Enable-BGR4-JPEG-Enc-support-6470.patch 2. Fixed YV12 setBuffers for V & U plane offsets calculation * 0001-Fix-SetBuffersYV12-V-U-plane-offsets-calculation-647.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: upgrade 23.3.4 -> 23.4.3Lim Siew Hoon2024-02-264-109/+41
| | | | | | | | | | | | | | | Drops patches already merged: * 0001-Encode-Bugfix-for-HEVC-VDENC-422-RPL-caps-issue.-588.patch * 0001-RT-Common-Fix-MediaAdapterType-issue-5898.patch Added new patches: * 0001-ARLH-DID-open-source-6286.patch Release notes: https://github.com/oneapi-src/oneVPL-intel-gpu/releases/tag/intel-onevpl-23.4.3 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: upgrade 2023.3.1 -> 2023.4.0Lim Siew Hoon2024-02-262-9/+9
| | | | | | | | | | | Rebased patches: * 0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch Release notes: https://github.com/intel/libvpl/releases/tag/v2023.4.0 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: upgrade 23.3.5 -> 23.4.3Lim Siew Hoon2024-02-2617-260/+969
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop patches already merged: * 0002-Add-VASurfaceAttribMemoryType-for-ACM.patch * 0004-Set-sRGB-color-space-for-non-video-wall-and-no-backg.patch * 0005-XRGB-force-to-do-swizzle-for-AVC-HEVC.patch * 0006-Add-DG2-DIDs.patch Rebased patchess: * 0001-Disable-vp9-padding-on-mtl.patch * 0002-Force-ARGB-surface-to-tile4-for-ACM.patch Added new bug fixed: * 0004-Add-device-ID-for-ARL.patch * 0005-Add-XR24-support-to-DMABuf.patch * 0006-add-INTEL-MEDIA-ALLOC-refineE-to-specify-the-memory-.patch * 0007-Skip-report-keys.patch * 0008-Limit-INTEL-MEDIA-ALLOC-MODE-to-MTL-and-ARL-only.patch * 0009-Skip-cache-bucket-realloc-for-default-mode-0.patch * 0010-Fix-failed-4k-video-wall-test-case-and-color-corrupt.patch * 0011-Disable-422H-format-output.patch * 0012-Decode-Fix-AVC-decode-SFC-4K-hang-issue.patch Release notes: https://github.com/intel/media-driver/releases/tag/intel-media-23.4.3 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* itt: upgrade 3.24.2 -> 3.24.6Naveen Saini2024-01-241-1/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: upgrade 23.2.4 -> 23.3.4Lim Siew Hoon2023-11-243-1/+109
| | | | | | | | | | | | Backport two code fixed: - 0001-Encode-Bugfix-for-HEVC-VDENC-422-RPL-caps-issue.-588.patch - 0001-RT-Common-Fix-MediaAdapterType-issue-5898.patch Release notes: https://github.com/oneapi-src/oneVPL-intel-gpu/releases/tag/intel-onevpl-23.3.4 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: upgrade 2023.3.0 -> 2023.3.1Lim Siew Hoon2023-11-241-1/+1
| | | | | | | | Release notes: https://github.com/oneapi-src/oneVPL/releases/tag/v2023.3.1 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: upgrade 23.2.4 -> 23.3.5Lim Siew Hoon2023-11-2416-629/+195
| | | | | | | | | | | | | | | | | | | | | | | | | Removed patches already merged: - 0001-ARGB-force-to-tile4.patch - 0001-Fix-FC-Corruption-When-Blending-without-Colorfill-in.patch - 0001-Fix-FC-Corruption-When-Blending-without-Colorfill.patch - 0001-Force-to-render-path-according-to-app-setting.patch - 0002-Add-DRM-format-mappings-for-JPEG-decoder-output.patch Rebased patches: - 0001-Disable-VP9-padding-on-MTL.patch - 0004-Set-sRGB-color-space-for-non-video-wall-and-no-backg.patch Added code fixed and new DG2 device id support: - 0002-Add-VASurfaceAttribMemoryType-for-ACM.patch - 0003-Force-ARGB-surface-to-tile4-for-ACM.patch - 0005-XRGB-force-to-do-swizzle-for-AVC-HEVC.patch - 0006-Add-DG2-DIDs.patch Release notes: https://github.com/intel/media-driver/releases/tag/intel-media-23.3.5 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: Fix corruption issue for no background colorfill casesChan, Xu Pian2023-10-122-0/+96
| | | | | | | | Set sRGB color space for non-video wall and no background colorfill cases Signed-off-by: Chan, Xu Pian <xu.pian.chan@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: Fix pixelation issue on multiple input direct write ↵Lim Siew Hoon2023-09-193-0/+177
| | | | | | | | | operation https://github.com/intel/media-driver/issues/1716 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: fixed multi issuesLim Siew Hoon2023-09-075-0/+268
| | | | | | | | | | 1. Force to render path according to app setting 2. Add DRM format mapping for JPEG decoder output 3. Add DRM format mapping for JPEG output to softlet 4. Disable VP9 padding on MTL platform Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>