summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* layer.conf: update machine confs with new tune locationsNaveen Saini2021-08-235-6/+8
| | | | | | | Added logic to make sure, it does not break with old releases. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: upgrade 21.3.0 -> 21.3.1Yew, Chang Ching2021-08-231-1/+1
| | | | | | | | | | | | Changes in this release - [AVCe] Enable unaligned at 16 input - CM: add some MFX traces to CM - [HEVCe] Support main 10 still picture profile - [HEVCe] enable BGR - [VPP] Add 3D lut in CheckFormatLimitation Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* thermald: upgrade 2.4.4 -> 2.4.6Anuj Mittal2021-08-171-1/+1
| | | | | | | | | | | Release 2.4.6 - Fix for Ubuntu bug 1930422 Release 2.4.5 - Address low performance with Dell Latitude 5420 with the latest BIOS Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms: upgrade 2109.0.0.0 -> 2127.0.0.0Anuj Mittal2021-08-171-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ixgbevf: upgrade 4.11.1 -> 4.12.4Anuj Mittal2021-08-171-1/+1
| | | | | | | | | Changes in this release: - Added support for 5.12 kernel version - Added support for RHEL 8.4 - Added support for SLES 15sp3 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ixgbe: upgrade 5.11.3 -> 5.12.5Anuj Mittal2021-08-171-1/+1
| | | | | | | | | | Changes in this release: - Added support for 5.12 kernel version - Added support for RHEL 8.4 - Added support for SLES 15sp3 - Various bug fixes Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ispc: upgrade 1.16.0 -> 1.16.1Anuj Mittal2021-08-171-2/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* hdcp: upgrade 21.1.0 -> 21.2.0Anuj Mittal2021-08-171-0/+0
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* embree: upgrade 3.13.0 -> 3.13.1Anuj Mittal2021-08-171-1/+1
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-mediasdk: Add support of DRM_FORMAT_NV12 and fix tile issueSodhi, Vunny2021-08-173-0/+197
| | | | | | | | | | | Currently in drm/console mode only RGB4 direct rendering is possible. This patch add NV12 format support. If we are using I915_FORMAT_MOD_Y_TILED which is needed for NV12 format then modifiers need to be enabled which can be passed as flags argument to ioctl. Signed-off-by: Sodhi, Vunny <vunny.sodhi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: Move sample_* apps install pathYew, Chang Ching2021-08-131-0/+5
| | | | | | | | | | | | Installation path of sample_decode, sample_encode and sample_multi_transcode at default PATH /usr/bin may cause confusion to user that they are MediaSDK applications instead of oneVPL. Therefore they are now installed at /usr/share/oneVPL/samples/ Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: upgrade 2021.4.0 -> 2021.5.0Yew, Chang Ching2021-08-136-1552/+35
| | | | | | | | | | | | | | | | | | | What's new in this release: * Added option to build dispatcher as a static library * Added ability to build dispatcher under MinGW * Fixes for tools and samples Added patch: 0001-Fix-compile-issue-with-CMAKE_CXX_FLAGS-setting.patch Dropped upstreamed patches: 0001-Adding-Wayland-support-to-legacy-tools.patch 0001-Adding-X11-DRI3-support.patch 0001-Corrected-the-install-path.patch 0001-Fix-sample_multi_transcode-join-issue.patch Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: Fixing render issue on virtual environmentTeng, Jin Chung2021-08-092-0/+136
| | | | | | | | | The i915 render device node is not always in renderD128. For example render node on virtual env is renderD129. Change the hard coded with autodetect the i915 device via ioctl Signed-off-by: Teng, Jin Chung <jin.chung.teng@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* itt: add COMPATIBLE_HOST to be x86 platformYongxin Liu2021-08-091-0/+2
| | | | | | | | | ITT is only for Intel x86 architecture. To avoid error when doing world builds for other architectures, limit the recipe to be compatible with x86 only. Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* qemuboot-intel: fix the override syntaxAnuj Mittal2021-08-091-1/+1
| | | | | | Use : as per the new syntax. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt: fix the override syntaxAnuj Mittal2021-08-091-1/+1
| | | | | | Make sure that KCONF_AUDIT_LEVEL value is actually applied. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* Manually move some overrides to new syntaxAnuj Mittal2021-08-064-17/+17
| | | | | | | Some of these were missed when using the script and were noticed when building intel-skylake-64 and tiny images which had started failing. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.4: update to v5.4.129Naveen Saini2021-08-021-3/+3
| | | | | | | | | Updates -rt patchset to -rt61. Updated kernel config. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/5.4: update to v5.4.129Naveen Saini2021-08-021-3/+3
| | | | | | | Update kernel config as well. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/5.10: update to v5.10.52Naveen Saini2021-08-021-3/+3
| | | | | | | Update kernel config as well. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel-rt/5.10: update to v5.10.52Naveen Saini2021-08-021-3/+3
| | | | | | | | | Updates -rt patchset to -rt47. Updated kernel config to latest commit. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* itt: upgrade 3.18.13 -> 3.20.1Yongxin Liu2021-08-021-1/+1
| | | | | | | | | Tag of v3.20.1 is 3bf74bb2a3ee4e146a6ea6497e5b530d291564d7. But we move one commit forward to include commit 1c4889361205 ("removed ifort generated obj files") Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* layer.conf: add honister to LAYERSERIES_COMPATAnuj Mittal2021-07-311-1/+1
| | | | | | | Mark the layer as compatible with honister as well now that OE-Core has switched to using the new override syntax in master branch. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* Convert to new override syntaxAnuj Mittal2021-07-3162-264/+264
| | | | | | | Use the convert-overrides.py to convert to new syntax and manually fix some additional changes. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: Fix sample_multi_transcode join issueYew, Chang Ching2021-07-292-0/+38
| | | | | | | | | | | Fix issue with pipeline of multiple decode sessions and vpp composition session due to missing session join Patch: 0001-Fix-sample_multi_transcode-join-issue.patch Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl-intel-gpu: upgrade 21.2.2 -> 21.3.0Yew, Chang Ching2021-07-271-1/+1
| | | | | Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel media-driver: Exposing the registry to disable scalabilityTeng, Jin Chung2021-07-232-0/+179
| | | | | | | | Disabling scalibility to fix certain format not able to decode until scalability feature is ready. Signed-off-by: Teng, Jin Chung <jin.chung.teng@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: fix inference engine cmake configAnuj Mittal2021-07-212-0/+51
| | | | | | | | | When included in a project using find_package, it goes and looks for headers and cmake module at an incorrect path. Make sure that we are able to locate the headers and cmake module file. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: backport Fix PROCAMP not work issueLim Siew Hoon2021-07-192-0/+35
| | | | | | | | Fix PROCAMP not work issue in 4k resolution and above with gstreamer-vaapi master. Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* maintainers.inc: add recipe entriesNaveen Saini2021-07-131-0/+7
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* oidn: add recipeAnuj Mittal2021-07-091-0/+20
| | | | | | | | | Intel Open Image Denoise is an open source library of high-performance, high-quality denoising filters for images rendered with ray tracing. Intel Open Image Denoise is part of the Intel® oneAPI Rendering Toolkit. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ospray: add recipeNaveen Saini2021-07-082-0/+58
| | | | | | | | | | | | | | | | | | Intel OSPRay is an open source, scalable, and portable ray tracing engine for high-performance, high-fidelity visualization on Intel Architecture CPUs. The purpose of OSPRay is to provide an open, powerful, and easy-to-use rendering library that allows one to easily build applications that use ray tracing based rendering for interactive applications (including both surface- and volume-based visualizations). OSPRay is completely CPU-based, and runs on anything from laptops, to workstations, to compute nodes in HPC systems. https://www.ospray.org/ Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvkl: add recipe for Intel Open Volume Kernel LibraryNaveen Saini2021-07-082-0/+80
| | | | | | | | | | | | | | | | | | | | | | | | Intel(R) Open Volume Kernel Library (Intel(R) Open VKL) is a collection of high-performance volume computation kernels, developed at Intel. The target users of Open VKL are graphics application engineers who want to improve the performance of their volume rendering applications by leveraging Open VKL’s performance-optimized kernels, which include volume traversal and sampling functionality for a variety of volumetric data formats. The kernels are optimized for the latest Intel(R) processors with support for SSE, AVX, AVX2, and AVX-512 instructions. Open VKL provides a C API, and also supports applications written with the Intel(R) Implicit SPMD Program Compiler (Intel(R) ISPC) by also providing an ISPC interface to the core volume algorithms. This makes it possible to write a renderer in ISPC that automatically vectorizes and leverages SSE, AVX, AVX2, and AVX-512 instructions. ISPC also supports runtime code selection, thus ISPC will select the best code path for your application. https://www.openvkl.org/ Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* lms: copy wdt udev rule in installAlexander Usyskin2021-07-061-0/+2
| | | | | | | Install LMS's wdt udev rule to select AMT watchdog device. Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: Add X11 DRI3 supportYew, Chang Ching2021-07-062-0/+40
| | | | | | | | Add support for DRI3 XCB extension for samples applications for DMA-BUF direct rendering and synchronization. Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* embree: fix ISA configurationNaveen Saini2021-07-061-5/+1
| | | | | | | | | | let cmake calculate ISA configuration. Ref: https://github.com/embree/embree/blob/v3.13.0/common/cmake/check_isa_default.cmake Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* embree: enable ISPC support of EmbreeNaveen Saini2021-07-061-1/+2
| | | | | | | It is required by OSPRay recipe. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* oneVPL-intel-gpu: upgrade to 21.2.2Yew, Chang Ching2021-07-032-45/+3
| | | | | | | | The version has gone backwards. Add epoch value so package feeds don't break. Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* onevpl: upgrade 2021.2.2 -> 2021.4.0Yew, Chang Ching2021-07-0311-14178/+171
| | | | | | | | | | | | | | | | | | | * Updated dispatcher API to 2.4 * Advanced OpenVINO interop sample w/ remoteBlob support (Linux only) * C++ API and Samples (Preview) * Python API and Samples (Preview) * Added logging capability to Dispatcher * Added new tools: sample_multi_transcode and decvpp_tool * Added debug libraries to Windows package For more information on the preview C++/Python APIs and Samples, see https://software.intel.com/content/www/us/en/develop/articles/onevpl-preview-examples.html For full release notes, see https://github.com/oneapi-src/oneVPL/commit/d5c072584ee6f81305ed85de8759658ab7854606 Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* ispc: add recipeNaveen Saini2021-07-034-0/+166
| | | | | | | | | | | | | | | | Intel(R) Implicit SPMD Program Compiler (Intel(R) ISPC) ispc is a compiler for a variant of the C programming language, with extensions for single program, multiple data programming. Under the SPMD model, the programmer writes a program that generally appears to be a regular serial program, though the execution model is actually that a number of program instances execute in parallel on the hardware. https://ispc.github.io/downloads.html https://github.com/ispc/ispc Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* vc-intrinsics: update to latest commitNaveen Saini2021-07-031-2/+2
| | | | | | | | | License.md file removed and copyright notice is added to each source file header. https://github.com/intel/vc-intrinsics/commit/a94249a381a3797f2de087f2b24013778d02c912 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-mediasdk: upgrade 21.1.3 -> 21.2.3Lim Siew Hoon2021-07-032-46/+1
| | | | | | | | Drops patches already merged: * 0001-Don-t-try-to-autheticate-with-render-node.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* intel-media-driver: upgrade 21.1.3 -> 21.2.3Lim Siew Hoon2021-07-032-35/+1
| | | | | | | | Drops patches already merged: * 0001-changed-VPHAL_MAX_SOURCES-set-to-65.patch Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* gmmlib: upgrade 21.1.1 -> 21.2.1Lim Siew Hoon2021-07-031-2/+2
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libva-intel-utils: upgrade 2.11.1 -> 2.12.0Lim Siew Hoon2021-07-031-2/+2
| | | | | Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* libva-intel: upgrade 2.11.0 -> 2.12.0Yew, Chang Ching2021-07-031-1/+1
| | | | | Signed-off-by: Yew, Chang Ching <chang.ching.yew@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* qemuboot-intel.inc: remove deprecated show-cursor optionAnuj Mittal2021-06-251-1/+1
| | | | | | | Don't pass show-cursor as it's no longer a valid option. We pass the correct show-cursor=on in runqemu so remove it from here. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* openvino-inference-engine: disable openclChangqing Li2021-06-251-1/+5
| | | | | | | | Temporarily disable opencl since intel-graphics-compiler and vc-intrinsics compile failed since some api of llvm changed. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* linux-intel/5.10: update to v5.10.41Anuj Mittal2021-06-251-2/+2
| | | | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* embree: add recipeNaveen Saini2021-06-242-0/+65
| | | | | | | | | | | | | | | | | | Intel(R) Embree is a collection of high-performance ray tracing kernels, developed at Intel. The target users of Intel(R) Embree are graphics application engineers who want to improve the performance of their photo-realistic rendering application by leveraging Embree's performance-optimized ray tracing kernels. The kernels are optimized for the latest Intel(R) processors with support for SSE, AVX, AVX2, and AVX-512 instructions. https://github.com/embree/embree Added syrah license file https://github.com/boulos/syrah/blob/master/LICENSE Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>