[Wayland-bugs] [Bug 69437] Composite Bypass no longer works
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Oct 11 15:21:25 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=69437
Kristian Høgsberg <krh at bitplanet.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Kristian Høgsberg <krh at bitplanet.net> ---
Happy I waited to push this, I came up with a much better fix:
commit 360a141f24a9d00891665b7fedb77ffb116944ca
Author: Kristian Høgsberg <krh at bitplanet.net>
Date: Thu Sep 26 12:25:11 2013 -0700
wayland: Don't rely on static variable for identifying wl_drm buffers
Now that libEGL has been fixed to not leak all kinds of symbols, gbm
links to its own copy of the libwayland-drm.a helper library. That means
we can't rely on comparing the addresses of a static vtable symbol in that
library to determine if a wl_buffer is a wl_drm_buffer. Instead, we
move the vtable into the wl_drm struct and use that for comparing.
https://bugs.freedesktop.org/show_bug.cgi?id=69437
Cc: 9.2 <mesa-stable at lists.freedesktop.org>
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20131011/2842f998/attachment.html>
More information about the Wayland-bugs
mailing list