[Mesa-dev] [PATCH 0/1] vulkan/wsi/x11: Fix properly check if the system has DRI_MODIFIERS

2018-05-04 Thread mercuriete
Hi this is my first patch to mesa, im not sure how to contribute In some conditions the assertion is triggered because the code don't check properly if you have DRI_MODIFIERS. The comment says "If the image has a modifier, we must have DRI3 v1.2" but this is not true in my system. Happy review!

[Mesa-dev] [PATCH 1/1] vulkan/wsi/x11: Fix properly check if the system has DRI_MODIFIERS

2018-05-04 Thread mercuriete
From: Abel Garcia Dorta Bug: https://bugs.freedesktop.org/show_bug.cgi?id=106180 Fixes: c80c08e226 "vulkan/wsi/x11: Add support for DRI3 v1.2" Cc: --- src/vulkan/wsi/wsi_common_x11.c | 5 + 1 file changed, 1 insertion(+), 4

[Mesa-dev] [PATCH 0/1] vulkan/wsi/x11: Fix properly check if the system has DRI_MODIFIERS

2018-05-04 Thread mercuriete
Hi this is my first patch to mesa, im not sure how to contribute In some conditions the assertion is triggered because the code don't check properly if you have DRI_MODIFIERS. The comment says "If the image has a modifier, we must have DRI3 v1.2" but this is not true in my system. Happy review!