[Libre-soc-dev] Loading Vulkan Driver
Luke Kenneth Casson Leighton
lkcl at lkcl.net
Tue Aug 25 14:23:37 BST 2020
On Tue, Aug 25, 2020 at 2:20 PM vivek pandya <vivekvpandya at gmail.com> wrote:
>
> Finally with help vulkan-loader code I am able to fix the problem with my
> driver code.
eyy, brilliant! good progress, to reach even a straightforward milestone.
> The issue was that as of Vulkan API version 1.0.0 there are certain
> functions like
> CreateDevice(), DestroyDevice(), CreateInstance() etc.. are required to be
> exported by ICD .so file. I was missing a few of them.
> Now with that fixed I believe the initial skeleton is in good shape.
superb.
> 85 /* FIXME: stub */
> 86 return VK_SUCCESS;
> 87 }
>
> I think it is logical as it is not returning any actual physical device
> through pointer.
makes sense here.
l.
More information about the Libre-soc-dev
mailing list