Re: [PATCH v1 1/5] ui/gtk: Create a common release_dmabuf helper

2021-06-08 Thread Gerd Hoffmann
On Mon, Jun 07, 2021 at 04:25:26PM -0700, Vivek Kasireddy wrote: > Since the texture release mechanism is same for both gtk-egl > and gtk-glarea, move the helper from gtk-egl to common gtk > code so that it can be shared by both gtk backends. > > Cc: Gerd Hoffmann > Signed-off-by: Vivek Kasireddy

[PATCH v1 1/5] ui/gtk: Create a common release_dmabuf helper

2021-06-07 Thread Vivek Kasireddy
Since the texture release mechanism is same for both gtk-egl and gtk-glarea, move the helper from gtk-egl to common gtk code so that it can be shared by both gtk backends. Cc: Gerd Hoffmann Signed-off-by: Vivek Kasireddy --- include/ui/gtk.h | 2 -- ui/gtk-egl.c | 8 ui/gtk.c