Re: [PATCH RFC v6 00/10] Support for Solid Fill Planes

2023-09-26 Thread Harry Wentland
On 2023-08-28 20:05, Jessica Zhang wrote: > Some drivers support hardware that have optimizations for solid fill > planes. This series aims to expose these capabilities to userspace as > some compositors have a solid fill flag (ex. SOLID_COLOR in the Android > hardware composer HAL) that can be

Re: race between (say) wl_display_sync and wl_callback_add_listener?

2023-09-26 Thread John Cox
Hi >On Tue, Sep 26, 2023 at 10:08:55AM +0100, John Cox wrote: >> Hi >> >> Many thanks for your comprehensive answer >> >> >On Mon, Sep 25, 2023 at 05:10:30PM +0100, John Cox wrote: >> >> Hi >> > >> >Hi, >> > >> >> Assuming I have a separate poll/read_events/dispatch_queue thread to my >> >> main

Re: Questions about object ID lifetimes

2023-09-26 Thread jleivent
On Tue, 26 Sep 2023 11:53:07 +0300 Pekka Paalanen wrote: > On Mon, 25 Sep 2023 12:05:30 -0400 > jleivent wrote: > > > How do I get CI/CD capability turned on? I tried building the unit > > tests locally, but get errors that suggest those tests need to be > > run in CI. Issue 540 says I need t

Re: race between (say) wl_display_sync and wl_callback_add_listener?

2023-09-26 Thread Alexandros Frantzis
On Tue, Sep 26, 2023 at 10:08:55AM +0100, John Cox wrote: > Hi > > Many thanks for your comprehensive answer > > >On Mon, Sep 25, 2023 at 05:10:30PM +0100, John Cox wrote: > >> Hi > > > >Hi, > > > >> Assuming I have a separate poll/read_events/dispatch_queue thread to my > >> main thread. If I go

Re: race between (say) wl_display_sync and wl_callback_add_listener?

2023-09-26 Thread Pekka Paalanen
On Mon, 25 Sep 2023 17:10:30 +0100 John Cox wrote: > Hi > > Assuming I have a separate poll/read_events/dispatch_queue thread to my > main thread. If I go wl_display_sync/wl_callback_add_listener on the > main thread is there a race condition between those two calls where the > other thread can

Re: race between (say) wl_display_sync and wl_callback_add_listener?

2023-09-26 Thread John Cox
Hi Many thanks for your comprehensive answer >On Mon, Sep 25, 2023 at 05:10:30PM +0100, John Cox wrote: >> Hi > >Hi, > >> Assuming I have a separate poll/read_events/dispatch_queue thread to my >> main thread. If I go wl_display_sync/wl_callback_add_listener on the >> main thread is there a race

Re: CI/CD privileges for wayland-idfix fork

2023-09-26 Thread Pekka Paalanen
On Sat, 23 Sep 2023 09:49:20 -0400 jleivent wrote: > On Sat, 23 Sep 2023 09:40:20 -0400 > jleivent wrote: > > > Could I have CI/CD privileges for > > https://gitlab.freedesktop.org/jonleivent/wayland-idfix > > > > Thanks > > Jon > > Also: > With respect to the caching scheme described in .g

Re: Questions about object ID lifetimes

2023-09-26 Thread Pekka Paalanen
On Mon, 25 Sep 2023 12:05:30 -0400 jleivent wrote: > How do I get CI/CD capability turned on? I tried building the unit > tests locally, but get errors that suggest those tests need to be run > in CI. Issue 540 says I need to apply for the guest role - how do I do > that? I don't recall libway

Re: race between (say) wl_display_sync and wl_callback_add_listener?

2023-09-26 Thread Alexandros Frantzis
On Mon, Sep 25, 2023 at 05:10:30PM +0100, John Cox wrote: > Hi Hi, > Assuming I have a separate poll/read_events/dispatch_queue thread to my > main thread. If I go wl_display_sync/wl_callback_add_listener on the > main thread is there a race condition between those two calls where the > other thr