https://bugs.freedesktop.org/show_bug.cgi?id=102038

--- Comment #10 from Bruce Cherniak <bruce.chern...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to