From 67080dab2171029c46bcb5250fab1b1900b5fba2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 1 Aug 2024 14:43:49 -0400 Subject: [PATCH] vulkan: Don't try srgb for the atlas This makes the Emoji rendering come out wrong. Fixes: #6887 --- gsk/gpu/gskvulkanimage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gsk/gpu/gskvulkanimage.c b/gsk/gpu/gskvulkanimage.c index dc34cee9bb..38b971d2e4 100644 --- a/gsk/gpu/gskvulkanimage.c +++ b/gsk/gpu/gskvulkanimage.c @@ -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,