Re: [Mesa-dev] AMD Vulkan driver entry point

2020-08-15 Thread Bas Nieuwenhuizen
On Thu, Aug 13, 2020 at 6:57 PM vivek pandya wrote: > > Hello, > > I found following function: > > src/amd/vulkan/radv_pipeline.c > 4998:VkResult radv_CreateGraphicsPipelines( In src/amd/vulkan/radv_entrypoints_gen.py we generate a bunch of code that implements the vkGet*ProcAddr lookup, and

Re: [Mesa-dev] Mesa Intel vulkan driver on VirtualBox

2020-08-15 Thread Jason Ekstrand
3D graphics virtualization is not as simple as just running the driver required by the host GPU inside the guest OS. For desktop virtualization, it's typically done by the guest providing a different 3D graphics driver which somehow passes through the graphics commands to the 3D driver on the

[Mesa-dev] Mesa Intel vulkan driver on VirtualBox

2020-08-15 Thread vivek pandya
Hello, Is it possible to run a vulkan program on virtual box through libvulkan_intel.so ? I have build and installed latest mesa from git source but I get following output in vulkaninfo and vulkan-smoketest just fails with -3 error code. vivek@vivek-VirtualBox:~/mesa/dbg_opt$ vulkaninfo