nvk: Re-sort device features
Vulkan versions, then KHR, then EXT, then vendor. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25765>
This commit is contained in:
committed by
Marge Bot
parent
c6509ffcea
commit
8639c311bd
@@ -246,6 +246,10 @@ nvk_get_device_features(const struct nv_device_info *info,
|
||||
.dynamicRendering = true,
|
||||
.maintenance4 = true,
|
||||
|
||||
/* VK_KHR_shader_clock */
|
||||
.shaderSubgroupClock = true,
|
||||
.shaderDeviceClock = true,
|
||||
|
||||
/* VK_EXT_4444_formats */
|
||||
.formatA4R4G4B4 = true,
|
||||
.formatA4B4G4R4 = true,
|
||||
@@ -355,12 +359,8 @@ nvk_get_device_features(const struct nv_device_info *info,
|
||||
/* VK_EXT_ycbcr_image_arrays */
|
||||
.ycbcrImageArrays = true,
|
||||
|
||||
/* VALVE_mutable_descriptor_type */
|
||||
/* VK_VALVE_mutable_descriptor_type */
|
||||
.mutableDescriptorType = true,
|
||||
|
||||
/* VK_KHR_shader_clock */
|
||||
.shaderSubgroupClock = true,
|
||||
.shaderDeviceClock = true,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user