Re: Use-case for CTRC background color?

2018-11-16 Thread Pekka Paalanen
On Fri, 16 Nov 2018 18:03:18 +0530 Harish Krupo wrote: > Hi Pekka, > > Thanks for the in-depth and descriptive reply. I will begin > understanding the code and start making changes. I will revert back to > this mail if I have doubts. :) Hi, I just realized I forgot one major detail: the compos

Re: Use-case for CTRC background color?

2018-11-16 Thread Harish Krupo
Hi Pekka, Thanks for the in-depth and descriptive reply. I will begin understanding the code and start making changes. I will revert back to this mail if I have doubts. :) Thank you Regards Harish Krupo Pekka Paalanen writes: > On Fri, 16 Nov 2018 09:19:17 +0530 > Harish Krupo wrote: > >> H

Re: Use-case for CTRC background color?

2018-11-16 Thread Pekka Paalanen
On Fri, 16 Nov 2018 09:19:17 +0530 Harish Krupo wrote: > Hi, > > This patch [1] introduces the background crtc color property. This > property is available on some display controlers and allows setting a > non-black colors for pixels not covered by any plane (or pixels covered > by the transpare

Re: [PATCH wayland-protocols v3] Add alpha-compositing protocol

2018-11-16 Thread Scott Anderson
On 16/11/18 6:05 am, Derek Foreman wrote: This looks nice to me, and I have need of something like this. A couple of comments below. On 11/14/18 7:00 PM, Scott Anderson wrote: This protocol specifies a set of interfaces used to control the alpha compositing and blending of surface contents, ba

Screen not displaying..

2018-11-16 Thread deepan muthusamy
Hi, I have two UI applications App1 and App2. I created one more application called appMgr through which i am creating a layer. This AppMgr knows the surface ID of of app1 and App2. If I start App1 , App2 and AppMgr manually, AppMgr able to change the visibility of App1 and App2 and everything w

Re: Use-case for CTRC background color?

2018-11-16 Thread Harish Krupo
Ucan, Emre (ADITG/ESB) writes: > Hi Harish, > > Then, this would only work for desktop-shell. Furthermore, I cannot set > different background colors to different outputs. > > Also my suggestion is simpler to implement. > Yes, that indeed is easier to implement. Unfortunately, the desktop shel

Re: Use-case for CTRC background color?

2018-11-16 Thread The Rasterman
On Fri, 16 Nov 2018 09:19:17 +0530 Harish Krupo said: > Hi, > > This patch [1] introduces the background crtc color property. This > property is available on some display controlers and allows setting a > non-black colors for pixels not covered by any plane (or pixels covered > by the transparen

RE: Use-case for CTRC background color?

2018-11-16 Thread Ucan, Emre (ADITG/ESB)
Hi Harish, Then, this would only work for desktop-shell. Furthermore, I cannot set different background colors to different outputs. Also my suggestion is simpler to implement. Best regards Emre Ucan Engineering Software Base (ADITG/ESB) Tel. +49 5121 49 6937 > -Original Message- > F

Re: [PATCH wayland-protocols v3] Add alpha-compositing protocol

2018-11-16 Thread Simon Ser
> This protocol specifies a set of interfaces used to control the alpha > compositing and blending of surface contents, based on the Chromium > Wayland protocol of the same name [1]. > > Signed-off-by: Scott Anderson This version LGTM. Reviewed-by: Simon Ser Thanks! ___

Re: [PATCH wayland-protocols v3] Add alpha-compositing protocol

2018-11-16 Thread Simon Ser
On Thursday, November 15, 2018 2:00 AM, Scott Anderson wrote: > > + > > + > > +This event advertises the blending equations that the server > > +supports. All the supported blending equations are advertised once > > +when the client binds to this interface. A rou

Re: Use-case for CTRC background color?

2018-11-16 Thread Harish Krupo
Hi Emre, Thanks for replying. Ucan, Emre (ADITG/ESB) writes: > Hi, > > Clients should not control a property of a wl_output directly. > > You can add a new property to the weston-config for output section, so that > weston can enable a specific color for an output at startup. Sorry, I should

RE: Use-case for CTRC background color?

2018-11-16 Thread Ucan, Emre (ADITG/ESB)
Hi, Clients should not control a property of a wl_output directly. You can add a new property to the weston-config for output section, so that weston can enable a specific color for an output at startup. Best regards Emre Ucan Engineering Software Base (ADITG/ESB) Tel. +49 5121 49 6937 > --