The buildbots discovered this issue on Ubuntu 14.04, which carries
libgbm 10.1.3-0ubuntu0.4. The dmabuf changes need gbm 10.2, so it fails
during build like this:
src/compositor-drm.c: In function ‘drm_output_prepare_overlay_view’:
src/compositor-drm.c:984:10: error: variable ‘gbm_dmabuf’ has
The buildbots discovered that recent changes break on Ubuntu 15.04's
armhf images:
configure:16137: checking for SIMPLE_DMABUF_CLIENT
configure:16144: $PKG_CONFIG --exists --print-errors "wayland-client libdrm
libdrm_intel"
Package libdrm_intel was not found in the pkg-config search path.
Hi,
> thanks, and sorry I didn't see your reply before I pushed. :-D
So this commit totally broke gtk+.
Thread 1 (Thread 0x7f3813651980 (LWP 537)):
#0 g_logv (log_domain=0x7f38128b01ce "Gdk",
log_level=G_LOG_LEVEL_ERROR, format=, args=)
at ../../glib/gmessages.c:1078
#1 0x7f380edd30cd i
On Wed, 1 Jul 2015 17:56:12 +0300
Pekka Paalanen wrote:
> From: Pekka Paalanen
>
> Hi all,
>
> here is the v2 iteration of the Wayland protocol extension for generic sharing
> of dmabufs between clients and the compositor.
>
> The RFCv1 can be found at
> http://lists.freedesktop.org/archives
On Wed, 5 Aug 2015 16:00:57 +0900
Nobuhiko Tanibata wrote:
> The final list of surfaces of set render order shall be applied. So link
> of surfaces and list of surfaces in a layer shall be initialized. And
> then the order of surfaces shall be restructured.
>
> Signed-off-by: Nobuhiko Tanibata
On Thu, 13 Aug 2015 13:12:42 +1000
Peter Hutterer wrote:
> On Wed, Aug 12, 2015 at 02:41:08PM +0300, Pekka Paalanen wrote:
> > On Mon, 25 May 2015 01:12:15 -0700
> > Dima Ryazanov wrote:
> >
> > > Although defaulting to wayland-0 seems convenient, it has an undesirable
> > > side effect: client
Oh, you're right, I didn't realize that's what that code was doing.
Thanks!
On Fri, Aug 14, 2015 at 12:20 AM, Pekka Paalanen
wrote:
> On Wed, 12 Aug 2015 19:34:31 -0700
> Dima Ryazanov wrote:
>
> > Although defaulting to wayland-0 seems convenient, it has an undesirable
> > side effect: clien
On Wed, 12 Aug 2015 19:34:31 -0700
Dima Ryazanov wrote:
> Although defaulting to wayland-0 seems convenient, it has an undesirable
> side effect: clients may unintentionally connect to the wrong compositor.
> Generally, it's safer to fail instead. Here's a real example:
>
> In Fedora 22, Gtk+ pr
So, it seems like pretty much everyone agrees with this change. Could we
actually get it in for the 1.9 release?
On Thu, Aug 13, 2015 at 4:47 AM, Ryo Munakata wrote:
> On Wed, 12 Aug 2015 19:34:31 -0700
> Dima Ryazanov wrote:
>
> Hi Dima.
>
> Reviewed-by: Ryo Munakata
>
> Thanks.
>
> > Althoug