Re: [Mesa-dev] [PATCH] st/egl: Fix build after changes in src/egl/wayland/

2013-03-23 Thread Scott Moreau
Hi all, I am having some pretty bad crashes and graphical corruption due to these series. The commit messages say tested-by but they weren't even compile-tested apparently. Here's what I have https://bugs.freedesktop.org/show_bug.cgi?id=62663 I have no idea what's going on but it seems nasty. - S

Re: [Mesa-dev] [PATCH] st/egl: Fix build after changes in src/egl/wayland/

2013-03-20 Thread Kristian Høgsberg
I pushed a different fix for this. The gallium egl code doesn't have support for buffer sharing via fd passing so we can't just ask the protocol code to advertise that, even if the kernel has the DRM_CAP_PRIME features. Instead we just pass 0 for the flags argument. thanks, Kristian On Tue, Mar

Re: [Mesa-dev] [PATCH] st/egl: Fix build after changes in src/egl/wayland/

2013-03-19 Thread Michel Dänzer
On Die, 2013-03-19 at 11:07 +0100, Michel Dänzer wrote: > From: Michel Dänzer > > Not sure it actually works though, some buffer callbacks seem to have rotted > before. Also, more than 20 piglit tests are now failing with radeonsi (via egl_dri2) with: libEGL fatal: DRI2: did not find extension

[Mesa-dev] [PATCH] st/egl: Fix build after changes in src/egl/wayland/

2013-03-19 Thread Michel Dänzer
From: Michel Dänzer Not sure it actually works though, some buffer callbacks seem to have rotted before. Signed-off-by: Michel Dänzer --- src/gallium/state_trackers/egl/drm/native_drm.c | 8 +++- src/gallium/state_trackers/egl/wayland/native_drm.c | 8 +++- src/gallium/state_trac