Description of problem: The Intel Vulkan driver is not enabled at compile time. build.log: Vulkan drivers: no Version-Release number of selected component (if applicable): mesa-12.0.1-1.fc24 Please pass the following arguments to configure: --with-vulkan-drivers=intel
The 12.0.0 driver should be able to run Talos and Dota2 just fine and, with 12.0.2, things are getting even more stable. I would very much like to see Fedora packaging it. :-)
The vulkan loader package is now available in Fedora. This RFE can move forward. http://koji.fedoraproject.org/koji/packageinfo?packageID=23126
Created attachment 1206095 [details] spec patch to enable the intel vulkan driver I have made the necessary spec changes and tested the Intel Vulkan driver. It works in a Vulkan game (DOTA 2) and the vulkaninfo utility reports valid values.
(In reply to Michael Cronenworth from comment #3) > It works in a Vulkan game (DOTA 2) and the vulkaninfo utility reports valid > values. These demo's are also good for testing. http://files.unity3d.com/levi/vulkan/CorridorLightingExample.tar.bz2 http://files.unity3d.com/levi/vulkan/VikingVillage.tar.bz2
http://koji.fedoraproject.org/koji/taskinfo?taskID=16278701
lets try this one http://koji.fedoraproject.org/koji/taskinfo?taskID=16278703 (scratches worked weirdly)
Let's try this again http://koji.fedoraproject.org/koji/taskinfo?taskID=16279098
Thanks, Peter! One note on your changes to mesa: The mesa-vulkan-devel needs to be changed. The mesa code ships a duplicate set of Vulkan headers and you're also declaring ownership of /usr/include/vulkan. Both things are already owned/shipped with the vulkan loader vulkan-devel package. But keep shipping this guy: /usr/include/vulkan/vulkan_intel.h
(In reply to Michael Cronenworth from comment #8) > Thanks, Peter! > > One note on your changes to mesa: > > The mesa-vulkan-devel needs to be changed. The mesa code ships a duplicate > set of Vulkan headers and you're also declaring ownership of > /usr/include/vulkan. Both things are already owned/shipped with the vulkan Multiple packages owning a directory isn't an issue. We depend on vulkan-devel on that package so it's likely a moot point anywway > But keep shipping this guy: /usr/include/vulkan/vulkan_intel.h OK
mesa-13.0.0-3.fc26 http://koji.fedoraproject.org/koji/taskinfo?taskID=16279764