Description of problem: radv is not present in the current mesa build Version-Release number of selected component (if applicable): mesa-17.0.5-2.mga6.src.rpm How reproducible: Build build mesa, only vulkan_intel packages are generated. I added the necessary portions to the mesa.spec file and below is the diff: [arichter@gurn SPECS]$ diff mesa.spec* 377a378,381 > > %package -n %{libvulkanname}_radeon > Summary: Mesa vulkan driver for Radeon GPU > Group: System/Libraries 512a517,519 > %description -n %{libvulkanname}_radeon > This package contains the Vulkan parts for Mesa's Radeon driver. > 531c538 < --with-vulkan-drivers=intel \ --- > --with-vulkan-drivers=intel,radeon \ 708a716 > %{_datadir}/vulkan/icd.d/radeon_icd*.json 710a719,726 > %{_libdir}/libvulkan_radeon.so > > %files -n %{libvulkanname}_radeon > %dir %{_datadir}/vulkan > %dir %{_datadir}/vulkan/icd.d > %{_datadir}/vulkan/icd.d/radeon_icd*.json > # (akien) No lib major? > %{_libdir}/libvulkan_radeon.so With this addition, the libvulkan_radeon.so and radeon_icd.json portions are built with in a new .rpm. So far I have tested it with the amdgpu driver with the mad max benchmark and the radv driver seems to work as expected; the benchmark appeared darker than the OpenGL benchmark but Ferral says that is to be expected.
CC: (none) => tmbAssignee: bugsquad => rverschelde
Thanks for the patch, should be done with mesa-17.0.5-3.mga6.
Resolution: (none) => FIXEDStatus: NEW => RESOLVED