[PATCH 0/4] Add support for Vulkan shared memory in wine.

Alexandre Julliard julliard at winehq.org
Mon Nov 4 15:58:46 CST 2019


Derek Lesho <dlesho at codeweavers.com> writes:

> Ah, I didn't see that, should have looked.  I can try to redo the
> patchset using those in winevulkan.  One issue though is the use of
> KMT handles, which are pretty much just resource IDs like PIDs or
> TIDs.  How do propose we implement that without support in the
> server?  Maybe we could use ConvertToGlobalHandle?  The issue then is
> that the global handle isn't supposed to contain a reference to the
> resource.

It depends on how the IDs are supposed to behave, but in any case
ConvertToGlobalHandle() is a Win95 abomination that you should stay far
away from ;-)

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list