Re: [PATCH v4] linux-dmabuf: clarify DRM_FORMAT_MOD_INVALID

2019-05-03 Thread Chia-I Wu
On Thu, May 2, 2019 at 4:36 AM Daniel Stone wrote: > > Hi, > > On Wed, 1 May 2019 at 09:53, Pekka Paalanen wrote: > > On Wed, 24 Apr 2019 10:07:47 -0700 Chia-I Wu wrote: > > > Can you commit this patch for me, if all looks good? > > > > I was almost already pushing this, but Daniel said he wants

Re: Using libweston with GTK/GDK

2019-05-03 Thread adlo
> On 3 May 2019, at 10:20, Pekka Paalanen wrote: > > your Makefile.am needs the rules to generate the headers and .c files. > >> I tried copying an edited Makefile.am from the wayland-protocols git repository, but it complained about GNU-isms. Is there anything else I need to do other than j

Re: Using libweston with GTK/GDK

2019-05-03 Thread Pekka Paalanen
On Fri, 03 May 2019 05:40:46 +0100 adlo wrote: > On Wed, 2019-05-01 at 12:34 +0300, Pekka Paalanen wrote: > > > > it is all just the normal Wayland protocol exchange but with a new > > interface of your own design. I'm not sure if there is a really > > minimal example, but I'll list at least som