Re: [Mesa-dev] [PATCH] removed report to vendor message when dri3 is not detected

2017-02-16 Thread Emil Velikov
Hi Jacob, On 11 February 2017 at 01:44, Jacob Lifshay wrote: > fixes bug 99715 > While topic is [somewhat] ongoing, I'd suggest skimming through git log for future patches. Namely: use he correct prefix for the patch, explain why in the commit message and use Bugzilla:

Re: [Mesa-dev] [PATCH] removed report to vendor message when dri3 is not detected

2017-02-10 Thread Jason Ekstrand
On Fri, Feb 10, 2017 at 5:44 PM, Jacob Lifshay wrote: > fixes bug 99715 > 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

[Mesa-dev] [PATCH] removed report to vendor message when dri3 is not detected

2017-02-10 Thread Jacob Lifshay
fixes bug 99715 Signed-off-by: Jacob Lifshay --- src/vulkan/wsi/wsi_common_x11.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/vulkan/wsi/wsi_common_x11.c b/src/vulkan/wsi/wsi_common_x11.c index 64ba921..e092066 100644 --- a/src/vulkan/wsi/wsi_common_x11.c