[Mesa-dev] [Bug 102038] assertion failure in update_framebuffer_size
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Aug 21 22:38:10 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=102038
--- Comment #10 from Bruce Cherniak <bruce.cherniak at intel.com> ---
For llvmpipe, this fails in the same way as before. Unless
llvmpipe_is_format_supported is changed in the same way that you modified
svga_is_format_supported:
- if (sample_count > 1)
+ if (sample_count > 0)
However, this is the change that Roland has issue with.
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170821/04c74d9c/attachment.html>
More information about the mesa-dev
mailing list