Re: [RFC wayland-protocols] Add alpha-compositing protocol

2018-11-06 Thread Daniel Stone
Hi Alexandros, On Tue, 8 Aug 2017 at 15:25, Alexandros Frantzis wrote: > This protocol specifies a set of interfaces used to control the alpha > compositing and blending of surface contents. > > It's based on the Chromium Wayland protocol of the same name ([1]), > with a few changes made to the

Re: [RFC,wayland-protocols] Add alpha-compositing protocol

2018-09-10 Thread Alexandros Frantzis
On Fri, Sep 07, 2018 at 04:02:24PM +0200, Gary Bisson wrote: > Hi Alexandros, All, > > On Tue, Aug 08, 2017 at 05:24:58PM +0300, Alexandros Frantzis wrote: > > This protocol specifies a set of interfaces used to control the alpha > > compositing and blending of surface contents. > > > > It's

Re: [RFC,wayland-protocols] Add alpha-compositing protocol

2018-09-07 Thread Gary Bisson
Hi Alexandros, All, On Tue, Aug 08, 2017 at 05:24:58PM +0300, Alexandros Frantzis wrote: > This protocol specifies a set of interfaces used to control the alpha > compositing and blending of surface contents. > > It's based on the Chromium Wayland protocol of the same name ([1]), > with a few

[RFC wayland-protocols] Add alpha-compositing protocol

2017-08-08 Thread Alexandros Frantzis
This protocol specifies a set of interfaces used to control the alpha compositing and blending of surface contents. It's based on the Chromium Wayland protocol of the same name ([1]), with a few changes made to the blending_equation enumeration. A proof-of-concept implementation for Weston can