[PATCH wayland-protocols] input-method: Add zwp-input-method-v2

2018-10-04 Thread Dorota Czaplejewicz
This protocol is based on v1, current text-input-v3, and wl_keyboard version 6. The pieces passing data relevant to the application on the other side of the compositor are a mirror copy of text-input-v3 events and requests. Compared to input-method-v1: - assumes that once preedit is displayed,

Re: [RFC wayland-protocols] input-method: Add zwp-input-method-v2

2018-10-04 Thread Dorota Czaplejewicz
Thank you Simon for reading the proposal so carefully! My replies are inline. On Fri, 07 Sep 2018 11:54:36 + Simon Ser wrote: > On 6 August 2018 3:00 PM, Dorota Czaplejewicz > wrote: > > This protocol is based on v1, and current text-input-v3. > > > > The pieces passing data relevant to

Re: DMAbuf flickering from three different sources

2018-10-04 Thread Matteo Valdina
Thanks, I'll continue to give a look. Best Matteo Valdina On Thu, Oct 4, 2018, 06:29 Pekka Paalanen wrote: > On Thu, 4 Oct 2018 05:59:14 -0500 > Matteo Valdina wrote: > > > Hi Pekka, > > No the problem is also present on weston 4.0 and 5.0. > > > > One interesting note, all sources use the

Re: [PATCH wayland-protocols v2] unstable: add primary-selection protocol

2018-10-04 Thread Jonas Ã…dahl
On Sun, Sep 23, 2018 at 10:52:34AM +, Simon Ser wrote: > From: emersion > > This primary selection is similar in spirit to the eponimous > in X11, allowing a quick "select text + middle click" shortcut > to copying and pasting. > > It's otherwise very similar to its Wayland counterpart, and

Re: DMAbuf flickering from three different sources

2018-10-04 Thread Pekka Paalanen
On Wed, 3 Oct 2018 11:19:28 -0500 Matteo Valdina wrote: > Hi Y'all, > > I'm working in a Weston-based compositor (4.0 and later on the 5.0) and I > faced an issue. > > I have two different sources (1 QT application and 2 GStreamer waylandsink) > that provide content a live stream using the

Re: External DMA to gpu

2018-10-04 Thread Dirk Eibach
Hi Pekka, > > > I suppose that means you still do a copy from the gbm_bo/dmabuf into a > > > window surface? If you used zwp_linux_dmabuf manually from your Wayland > > > client, you could avoid even that copy. It has the same caveat as below > > > though. > > > > I don't think so. The grabber

Re: External DMA to gpu

2018-10-04 Thread Pekka Paalanen
On Thu, 4 Oct 2018 10:15:52 +0200 Dirk Eibach wrote: > Hi Pekka, > > > > > I suppose that means you still do a copy from the gbm_bo/dmabuf into a > > > > window surface? If you used zwp_linux_dmabuf manually from your Wayland > > > > client, you could avoid even that copy. It has the same

Re: DMAbuf flickering from three different sources

2018-10-04 Thread Matteo Valdina
Hi Pekka, No the problem is also present on weston 4.0 and 5.0. One interesting note, all sources use the same resolution (4K and GStreamer is using format NV12). The two gstreamer sources are in full screen in two different display. Best Matteo Valdina On Thu, Oct 4, 2018, 05:44 Pekka Paalanen

Re: DMAbuf flickering from three different sources

2018-10-04 Thread Pekka Paalanen
On Thu, 4 Oct 2018 05:59:14 -0500 Matteo Valdina wrote: > Hi Pekka, > No the problem is also present on weston 4.0 and 5.0. > > One interesting note, all sources use the same resolution (4K and GStreamer > is using format NV12). > The two gstreamer sources are in full screen in two different