On Thu, 30 May 2024 13:40:15 +
"Hoosier, Matt" wrote:
> Okay, interesting thoughts on all of that.
>
> I'm not sure how far I'm going to get toward a complete overhaul of
> the capture mechanism. Maybe it would be useful to know a couple
> things about the current one (weston_output_capture_
Hi,
Yeah. I agree that although I can prototype something quick and dirty here as a
change to weston_output_capture_v1, it's probably not a good fit there.
Drew or Simon, does either of
https://github.com/swaywm/wlroots/blob/master/protocol/wlr-screencopy-unstable-v1.xml
or
https://github.com
On Friday, May 31st, 2024 at 15:26, Hoosier, Matt
wrote:
> Drew or Simon, does either of
> https://github.com/swaywm/wlroots/blob/master/protocol/wlr-screencopy-unstable-v1.xml
> or
> https://github.com/swaywm/wlroots/blob/master/protocol/wlr-export-dmabuf-unstable-v1.xml
> strike you as a g
Hi Matt,
fös., 31. maí 2024 kl. 13:26 skrifaði Hoosier, Matt :
>
> Hi,
>
> Yeah. I agree that although I can prototype something quick and dirty here as
> a change to weston_output_capture_v1, it's probably not a good fit there.
>
> Drew or Simon, does either of
> https://github.com/swaywm/wlroo
On Friday, May 31st, 2024 at 16:39, Andri Yngvason wrote:
> Hi Matt,
>
> fös., 31. maí 2024 kl. 13:26 skrifaði Hoosier, Matt matt.hoos...@garmin.com:
>
> > Hi,
> >
> > Yeah. I agree that although I can prototype something quick and dirty here
> > as a change to weston_output_capture_v1, it's
On Friday, May 31st, 2024 at 16:45, Simon Ser wrote:
> > See:
> > https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/124
> >
> > > My goal is to implement this screen capture with a guarantee that the
> > > copy comes from a KMS writeback connector. I know this sounds li
Thanks, understood. I would expect that I need to take some care in allocating
a buffer that my DRM driver accepts for writeback, in this usage.
Do I interpret right that the wlroots screencopy extension wants the client to
create a fresh zwlr_screencopy_frame_v1 for each successive frame? I won