[Wayland-bugs] [Bug 101982] Weston crashes when running an OpenGL program on i965
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Aug 24 15:29:31 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=101982
Link Mauve <bugs at linkmauve.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #10 from Link Mauve <bugs at linkmauve.fr> ---
It doesn’t happen anymore on master, as of
fe2f5cfdc7439cbe481d4bea393b46395967a8a3.
The main difference is that programs were using the I915_FORMAT_MOD_X_TILED
modifier with create_immed, which was failing (and still is) on my HD4000 for
some reason. Now Mesa is using both I915_FORMAT_MOD_Y_TILED (which works fine
here) and doesn’t crash the compositor anymore on an unsupported modifier.
As an aside, when I revert 85ef0215dd3fac2d2a141018467361cff92f4bab I still get
a crash of the compositor, so this glvnd change was indeed needed (this was
asked by Emil).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20170824/b1f8a4e1/attachment.html>
More information about the wayland-bugs
mailing list