On Mon Jul 15, 2019 at 5:46 PM Simon Ser wrote:
> > +
> > +
> > +Indicates the client no longer wishes to receive connector events.
> > The
> > +compositor may still send connector events until it sends the
> > finish
> > +event, however.
> > +
> > +The c
> From: Marius Vlad
>
> DRM leasing is a feature which allows the DRM master to "lease" a subset
> of its DRM resources to another DRM master via drmModeCreateLease, which
> returns a file descriptor for the new DRM master. We use this protocol
> to negotiate the terms of the lease and transfer th
I have submitted a Vulkan extension which takes advantage of this
protocol for Vulkan-based VR clients:
https://github.com/KhronosGroup/Vulkan-Docs/pull/1001
This can be combined with my mesa/radv implementation:
https://git.sr.ht/~sircmpwn/mesa
As well as my xrgears tree:
https://git.sr.ht/~s
From: Marius Vlad
DRM leasing is a feature which allows the DRM master to "lease" a subset
of its DRM resources to another DRM master via drmModeCreateLease, which
returns a file descriptor for the new DRM master. We use this protocol
to negotiate the terms of the lease and transfer this file des