<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Feb 10, 2017 at 5:44 PM, Jacob Lifshay <span dir="ltr"><<a href="mailto:programmerjake@gmail.com" target="_blank">programmerjake@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">fixes bug 99715<br></blockquote><div><br></div><div>Not really... It fixes what the subject of the bug says but doesn't fully solve the problem.  We need some way of detecting that we're on an X server that *could* support us but can't because of a lack of DRI3.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Signed-off-by: Jacob Lifshay <<a href="mailto:programmerjake@gmail.com">programmerjake@gmail.com</a>><br>
---<br>
 src/vulkan/wsi/wsi_common_x11.<wbr>c | 2 --<br>
 1 file changed, 2 deletions(-)<br>
<br>
diff --git a/src/vulkan/wsi/wsi_common_<wbr>x11.c b/src/vulkan/wsi/wsi_common_<wbr>x11.c<br>
index 64ba921..e092066 100644<br>
--- a/src/vulkan/wsi/wsi_common_<wbr>x11.c<br>
+++ b/src/vulkan/wsi/wsi_common_<wbr>x11.c<br>
@@ -266,7 +266,6 @@ VkBool32 wsi_get_physical_device_xcb_<wbr>presentation_support(<br>
<br>
    if (!wsi_conn->has_dri3) {<br>
       fprintf(stderr, "vulkan: No DRI3 support detected - required for presentation\n");<br>
-      fprintf(stderr, "Note: Buggy applications may crash, if they do please report to vendor\n");<br>
       return false;<br>
    }<br>
<br>
@@ -315,7 +314,6 @@ x11_surface_get_support(<wbr>VkIcdSurfaceBase *icd_surface,<br>
<br>
    if (!wsi_conn->has_dri3) {<br>
       fprintf(stderr, "vulkan: No DRI3 support detected - required for presentation\n");<br>
-      fprintf(stderr, "Note: Buggy applications may crash, if they do please report to vendor\n");<br>
       *pSupported = false;<br>
       return VK_SUCCESS;<br>
    }<br>
<span class="HOEnZb"><font color="#888888">--<br>
2.7.4<br>
<br>
______________________________<wbr>_________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/mesa-dev</a><br>
</font></span></blockquote></div><br></div></div>