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
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
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
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
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
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
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
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
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