zink: fix json-errors in profile-file

There's some stray commas here, let's get rid of them.

Fixes: 2ea481b2f0 ("Zink: add Zink profiles file")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19779>
This commit is contained in:
Erik Faye-Lund
2022-11-16 12:23:45 +01:00
committed by Marge Bot
parent f71944ae0e
commit b707cf24a3
@@ -519,7 +519,7 @@
"GL_ARB_shader_viewport_layer_array_ext": {
"extensions": {
"VK_EXT_shader_viewport_index_layer": 1
},
}
},
"GL_ARB_shader_viewport_layer_array_vk12": {
"features": {
@@ -582,7 +582,7 @@
"properties": {
"VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT": {
"filterMinmaxSingleComponentFormats": true,
"filterMinmaxImageComponentMapping": true,
"filterMinmaxImageComponentMapping": true
}
}
},
@@ -590,7 +590,7 @@
"properties": {
"VkPhysicalDeviceVulkan12Properties": {
"filterMinmaxSingleComponentFormats": true,
"filterMinmaxImageComponentMapping": true,
"filterMinmaxImageComponentMapping": true
}
}
}