Re: [PATCH v2 16/18] hw/sm501: allow compiling without PIXMAN

2023-10-10 Thread BALATON Zoltan
On Tue, 10 Oct 2023, Marc-André Lureau wrote: Hi On Tue, Oct 10, 2023 at 2:09 PM BALATON Zoltan wrote: On Tue, 10 Oct 2023, Marc-André Lureau wrote: On Tue, Oct 10, 2023 at 1:53 PM BALATON Zoltan wrote: On Tue, 10 Oct 2023, Marc-André Lureau wrote: Hi Zoltan On Mon, Sep 18, 2023 at 9:59 

Re: [PATCH v2 16/18] hw/sm501: allow compiling without PIXMAN

2023-10-10 Thread Marc-André Lureau
Hi On Tue, Oct 10, 2023 at 2:09 PM BALATON Zoltan wrote: > > On Tue, 10 Oct 2023, Marc-André Lureau wrote: > > On Tue, Oct 10, 2023 at 1:53 PM BALATON Zoltan wrote: > >> On Tue, 10 Oct 2023, Marc-André Lureau wrote: > >>> Hi Zoltan > >>> > >>> On Mon, Sep 18, 2023 at 9:59 PM BALATON Zoltan wrot

Re: [PATCH v2 16/18] hw/sm501: allow compiling without PIXMAN

2023-10-10 Thread BALATON Zoltan
On Tue, 10 Oct 2023, Marc-André Lureau wrote: On Tue, Oct 10, 2023 at 1:53 PM BALATON Zoltan wrote: On Tue, 10 Oct 2023, Marc-André Lureau wrote: Hi Zoltan On Mon, Sep 18, 2023 at 9:59 PM BALATON Zoltan wrote: On Mon, 18 Sep 2023, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau

Re: [PATCH v2 16/18] hw/sm501: allow compiling without PIXMAN

2023-10-10 Thread Marc-André Lureau
Hi On Tue, Oct 10, 2023 at 1:53 PM BALATON Zoltan wrote: > > On Tue, 10 Oct 2023, Marc-André Lureau wrote: > > Hi Zoltan > > > > On Mon, Sep 18, 2023 at 9:59 PM BALATON Zoltan wrote: > >> > >> On Mon, 18 Sep 2023, marcandre.lur...@redhat.com wrote: > >>> From: Marc-André Lureau > >>> > >>> Drop

Re: [PATCH v2 16/18] hw/sm501: allow compiling without PIXMAN

2023-10-10 Thread BALATON Zoltan
On Tue, 10 Oct 2023, Marc-André Lureau wrote: Hi Zoltan On Mon, Sep 18, 2023 at 9:59 PM BALATON Zoltan wrote: On Mon, 18 Sep 2023, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Drop the "x-pixman" property and use fallback path in such case. Signed-off-by: Marc-André Lureau

Re: [PATCH v2 16/18] hw/sm501: allow compiling without PIXMAN

2023-10-10 Thread Marc-André Lureau
Hi Zoltan On Mon, Sep 18, 2023 at 9:59 PM BALATON Zoltan wrote: > > On Mon, 18 Sep 2023, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > Drop the "x-pixman" property and use fallback path in such case. > > > > Signed-off-by: Marc-André Lureau > > --- > > hw/display/sm501.

Re: [PATCH v2 16/18] hw/sm501: allow compiling without PIXMAN

2023-09-18 Thread BALATON Zoltan
On Mon, 18 Sep 2023, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Drop the "x-pixman" property and use fallback path in such case. Signed-off-by: Marc-André Lureau --- hw/display/sm501.c | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/hw/d