Re: [RFC wayland-protocols v4] Add Primary Selection Protocol Version 1

2016-02-23 Thread Jonas Ã…dahl
On Sat, Feb 20, 2016 at 01:31:59AM +0100, Carlos Garnacho wrote: > From: Lyude > > 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 it wayland counterpart, an

Re: [RFC wayland-protocols v4] Add Primary Selection Protocol Version 1

2016-02-23 Thread Michal Suchanek
On 23 February 2016 at 20:03, Bill Spitzak wrote: > > > On Tue, Feb 23, 2016 at 1:32 AM, Michal Suchanek wrote: >> >> On 22 February 2016 at 19:23, Carlos Garnacho wrote: >> >> > Right, that's why I suggest having those reunited in a single logical >> > focus. Anything else is plagued of corner

Re: [PATCH weston 7/7] protocol: migrate to stable presentation-time.xml

2016-02-23 Thread Bryce Harrington
On Tue, Feb 23, 2016 at 02:19:32PM +0200, Pekka Paalanen wrote: > > > diff --git a/configure.ac b/configure.ac > > > index 276584f..92eaa3c 100644 > > > --- a/configure.ac > > > +++ b/configure.ac > > > @@ -181,6 +181,7 @@ fi > > > PKG_CHECK_MODULES(LIBINPUT_BACKEND, [libinput >= 0.8.0]) > > > PK

Re: [PATCH wayland-protocols 1/4] stable: add presentation-time draft

2016-02-23 Thread Bryce Harrington
On Tue, Feb 23, 2016 at 12:27:23PM +0200, Pekka Paalanen wrote: > On Mon, 22 Feb 2016 15:39:18 -0800 > Bryce Harrington wrote: > > > On Mon, Feb 22, 2016 at 03:34:40PM +0200, Pekka Paalanen wrote: > > > From: Pekka Paalanen > > > > > > This XML file has been copied verbatim from Weston 1.10.0 r

Re: [PATCH weston] tests: cleanup test runner script.

2016-02-23 Thread Pekka Paalanen
On Tue, 16 Feb 2016 21:55:06 -0800 Bryce Harrington wrote: > On Mon, Dec 21, 2015 at 01:38:51PM -0800, Jon A. Cruz wrote: > > Cleaned up test runner script to unify sections launching weston. > > This makes the sections more legible and differences easier to spot. > > > > Signed-off-by: Jon A. C

Re: [PATCH weston v3] drm: port the drm backend to the new init api

2016-02-23 Thread Pekka Paalanen
On Tue, 24 Nov 2015 16:31:42 +0200 Giulio Camuffo wrote: > 2015-11-20 11:38 GMT+02:00 Quentin Glidic : > > For now, I will just comment on the part I am not too happy with. > > > > On 31/10/2015 12:08, Giulio Camuffo wrote: > >> > >> [snip] > >> +static void > >> +drm_configure_output(struct w

Re: [PATCH weston 5/7] Makefile: move presentation_timing source out of toytoolkit

2016-02-23 Thread Pekka Paalanen
On Mon, 22 Feb 2016 15:44:17 -0800 Bryce Harrington wrote: > On Mon, Feb 22, 2016 at 03:34:44PM +0200, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > Toytoolkit sources don't actually use the presentation_timing client > > protocol bindings for anything. Apparently they were there only

Re: [PATCH weston 6/7] Makefile: handle also stable wayland-protocols

2016-02-23 Thread Pekka Paalanen
On Mon, 22 Feb 2016 16:02:23 -0800 Bryce Harrington wrote: > On Mon, Feb 22, 2016 at 03:34:45PM +0200, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > Fix the protostability function to handle stable protocol files > > correctly. Stable protocol XML file names do not have 'stable' in the

Re: [PATCH weston 7/7] protocol: migrate to stable presentation-time.xml

2016-02-23 Thread Pekka Paalanen
On Mon, 22 Feb 2016 16:12:49 -0800 Bryce Harrington wrote: > On Mon, Feb 22, 2016 at 03:34:46PM +0200, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > Remove the unstable presentation_timing.xml file, and use > > presentation-time.xml from wayland-protocols instead to generate all the >

Re: [PATCH weston 6/7] Makefile: handle also stable wayland-protocols

2016-02-23 Thread Pekka Paalanen
On Mon, 22 Feb 2016 16:02:23 -0800 Bryce Harrington wrote: > On Mon, Feb 22, 2016 at 03:34:45PM +0200, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > Fix the protostability function to handle stable protocol files > > correctly. Stable protocol XML file names do not have 'stable' in the

Re: [PATCH wayland-protocols 4/4] Makefile: install and dist stable protocols

2016-02-23 Thread Pekka Paalanen
On Mon, 22 Feb 2016 15:41:46 -0800 Bryce Harrington wrote: > On Mon, Feb 22, 2016 at 03:34:43PM +0200, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > Signed-off-by: Pekka Paalanen > > Personally I'd squash 2,3,4 since they're all short "hook things up" > changes that go together, bu

Re: [PATCH wayland-protocols 1/4] stable: add presentation-time draft

2016-02-23 Thread Pekka Paalanen
On Mon, 22 Feb 2016 15:39:18 -0800 Bryce Harrington wrote: > On Mon, Feb 22, 2016 at 03:34:40PM +0200, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > This XML file has been copied verbatim from Weston 1.10.0 release, > > protocol/presentation_timing.xml. The last behavioral change to th

Re: [PATCH wayland-protocols 1/4] stable: add presentation-time draft

2016-02-23 Thread Pekka Paalanen
On Mon, 22 Feb 2016 11:45:44 -0800 Bill Spitzak wrote: > On Mon, Feb 22, 2016 at 5:34 AM, Pekka Paalanen wrote: > > > > > +Argument 'refresh' gives the compositor's prediction of how > > +many nanoseconds after tv_sec, tv_nsec the very next output > > +refresh may occur.

Re: [RFC wayland-protocols v4] Add Primary Selection Protocol Version 1

2016-02-23 Thread Michal Suchanek
On 22 February 2016 at 19:23, Carlos Garnacho wrote: > Hi Michal, > > On Mon, Feb 22, 2016 at 4:53 PM, Michal Suchanek wrote: >> On 22 February 2016 at 15:57, Carlos Garnacho wrote: >>> Hi Michal, >>> >>> On Mon, Feb 22, 2016 at 2:25 PM, Michal Suchanek wrote: Hello, On 20 Februa

Re: desktop-shell: How to enable really alpha blending of weston background?

2016-02-23 Thread Pekka Paalanen
On Tue, 23 Feb 2016 10:11:39 +0900 YoungJun Jo wrote: > Hello, > > Thanks for your reply. > > What i want is alpha blending for my chips. > As i mentioned, My chips have four independent H/W overlays. > > For example, > H/W Overlay 1 => Weston, Applications, etc.. > H/W Overlay 2 => Video play