aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-graphics
AgeCommit message (Collapse)Author
2020-12-14meta-amd-bsp: remove unsupported codeArsalan H. Awan
This removes all the unsupported bsps and recipes. We can bring back bsps and/or recipes when needed. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21vulkan: inherit features_check as distro_features_check is deprecatedArsalan H. Awan
This was changed in yocto v3.1 dunfell. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21vulkan: rename to vulkan-loader to fulfill gstreamer dependsArsalan H. Awan
This is also being renamed to align with upstream yocto naming of this recipe. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21mesa: upgrade to v20.0.2 as per yocto dunfellArsalan H. Awan
This also removes the libglu_9.0.0.bbappend as the patch it was adding is not applicable anymore. This also sets the following: MESA_LLVM_RELEASE_amd = "9.0.1" CLAMAV_LLVM_RELEASE_amd = "9.0.1" Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21libdrm: rm libdrm v2.4.99 and use v2.4.100 from yocto dunfellArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21xrandr: upgrade to v1.5.1 as per yocto dunfellArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21libvdpau: upgrade vdpau to v1.3 as per yocto dunfellArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2020-05-21libva: upgrade vaapi to v2.6 as per yocto dunfellArsalan H. Awan
This upgrades the libva-utils_2.4.0 to libva-utils_2.6.0 and libva_2.4.0 to libva_2.6.1 as per yocto dunfell. We still need to upgrade libva-x11 to v2.6.1 according to the new meson based build. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-26amdvlk: add amdvlk64.so that was missed due to .gitignore ruleArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-12r1000/vulkan: remove the old v1.1.70 vulkan recipe and dependenciesArsalan H. Awan
This removes the old v1.1.70 vulkan recipe and dependencies i.e. glslang, spirv-tools & vulkan-loader-layers as they not needed anymore because we are now using vulkan v1.1.92. Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-09-03libvdpau: bring back --enable-dri2Arsalan H. Awan
This enables dri2 for libvdpau that was dropped mistakenly during a recent recipe upgrade to oe upstream version. partially reverts commit: f0030c24242527a30a723760b9cbb3f96c848f9c Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28meta-amd-bsp: move xserver-xf86-config recipe here from r1000 & v1000Arsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28meta-amd-bsp: move amdvlk recipe here from v1000/recipes-graphicsArsalan H. Awan
Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28meta-amd-bsp: move all the vulkan recipes here from r1000 & v1000Arsalan H. Awan
r1000: * vulkan-loader-layers_1.1.70.bb v1000: * vulkan_1.1.92.1.bb * vulkan-headers_1.1.92.0.bb * vulkan-tools_1.1.92.0.bb Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
2019-08-28common: rename to meta-amd-bspArsalan H. Awan
This renames common layers to meta-amd-bsp as it is going to hold all the bsps in it in the following commits. This also changes the layer title in layer.conf from "amd" to "amd-bsp" Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>