mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
nvk: Capitalize NVK in user exposed strings
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
062b8e7477
commit
03738819f9
1 changed files with 2 additions and 2 deletions
|
|
@ -367,7 +367,7 @@ nvk_GetPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice,
|
|||
},
|
||||
};
|
||||
|
||||
snprintf(core_1_2.driverName, VK_MAX_DRIVER_NAME_SIZE, "nvk");
|
||||
snprintf(core_1_2.driverName, VK_MAX_DRIVER_NAME_SIZE, "NVK");
|
||||
snprintf(core_1_2.driverInfo, VK_MAX_DRIVER_INFO_SIZE,
|
||||
"Mesa " PACKAGE_VERSION MESA_GIT_SHA1);
|
||||
|
||||
|
|
@ -504,7 +504,7 @@ nvk_physical_device_try_create(struct nvk_instance *instance,
|
|||
goto fail_fd;
|
||||
}
|
||||
|
||||
vk_warn_non_conformant_implementation("nvk");
|
||||
vk_warn_non_conformant_implementation("NVK");
|
||||
|
||||
struct nvk_physical_device *device =
|
||||
vk_zalloc(&instance->vk.alloc, sizeof(*device), 8, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue