Merge branch 'matthiasc/for-main' into 'main'

vulkan: Don't try srgb for the atlas

Closes #6887

See merge request GNOME/gtk!7539
This commit is contained in:
Matthias Clasen 2024-08-01 19:40:00 +00:00
commit 487e568722

View File

@ -523,7 +523,7 @@ gsk_vulkan_image_new_for_atlas (GskVulkanDevice *device,
self = gsk_vulkan_image_new (device,
GDK_MEMORY_DEFAULT,
TRUE,
FALSE,
GSK_GPU_IMAGE_FILTERABLE | GSK_GPU_IMAGE_RENDERABLE,
width,
height,