The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

c/util: Fix typo and clarify comment

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2333>

authored by

Rylie Pavlik and committed by
Simon Zeni
6cf15018 706f8046

+2 -2
+2 -2
src/xrt/compositor/util/comp_vulkan.c
··· 393 393 #if defined(XRT_GRAPHICS_BUFFER_HANDLE_IS_AHARDWAREBUFFER) 394 394 /* 395 395 * Some Vulkan drivers will natively support importing and exporting 396 - * SRGB formats (Qualcomm) even tho technically that's not intended 396 + * SRGB formats (Qualcomm Adreno) even tho technically that's not intended 397 397 * by the AHardwareBuffer since they don't support sRGB formats. 398 - * While others (Mail) does not support importing and exporting sRGB 398 + * While others (arm Mali) does not support importing and exporting sRGB 399 399 * formats. 400 400 */ 401 401 if (!formats->has_R8G8B8A8_SRGB && formats->has_R8G8B8A8_UNORM) {