[Bug 107117] mesa-18.1: regression with TFP on intel with modesettings and glamor acceleration
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Jul 25 09:12:46 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=107117
--- Comment #26 from Olivier Fourdan <fourdan at xfce.org> ---
Ok, some progress...
→ The rendering fails because dri3_alloc_render_buffer() fails.
→ dri3_alloc_render_buffer() fails because
xcb_dri3_get_supported_modifiers_reply() returns NULL.
→ xcb_dri3_get_supported_modifiers_reply() return NULL because
proc_dri3_get_supported_modifiers() fails.
→ proc_dri3_get_supported_modifiers() fails because dixLookupWindow() fails.
→ dixLookupWindow() fails because Mesa passed a pixmap and not a window
(draw->drawable is a pixmap, not a window)
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20180725/1b023667/attachment.html>
More information about the intel-3d-bugs
mailing list