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
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
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
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