From b68f13bc9078e8d86edc06e081bb146f8b9b3ad6 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 9 Feb 2023 09:06:53 +0100 Subject: [PATCH] zink: remove incorrect trailing comma A trailing comma in a list is not valid JSON. Let's drop it. Fixes: f7b2dbb2bdc ("zink: relax bresenhamLines requirement for non-strictLine drivers") Acked-by: Mike Blumenkrantz Part-of: --- src/gallium/drivers/zink/VP_ZINK_requirements.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/zink/VP_ZINK_requirements.json b/src/gallium/drivers/zink/VP_ZINK_requirements.json index 96fc4edaf3c..2f999c6bbf7 100644 --- a/src/gallium/drivers/zink/VP_ZINK_requirements.json +++ b/src/gallium/drivers/zink/VP_ZINK_requirements.json @@ -32,7 +32,7 @@ "customBorderColorWithoutFormat": true }, "VkPhysicalDeviceLineRasterizationFeaturesEXT": { - "rectangularLines": true, + "rectangularLines": true } } },