commit | 29b1ee0718032d9ccd3ab143df75342275ebb9b0 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Tue Apr 04 17:44:23 2023 -0400 |
committer | John Reck <jreck@google.com> | Wed Apr 05 10:05:33 2023 -0400 |
tree | 0920a3703c9119d5579266141655cd96df33a373 | |
parent | 0c02452b81a3d896efd00ccc7fc200cd53a68f39 [diff] [blame] |
Force-enable dithering in wide gamut & HDR Fixes: 276779571 Test: SilkFX gradient sweep Change-Id: I26907913feb216e43bbbc735878d12311735c3af
diff --git a/libs/hwui/renderthread/VulkanSurface.h b/libs/hwui/renderthread/VulkanSurface.h index e2ddc6b..3b69b73 100644 --- a/libs/hwui/renderthread/VulkanSurface.h +++ b/libs/hwui/renderthread/VulkanSurface.h
@@ -48,6 +48,8 @@ void setColorSpace(sk_sp<SkColorSpace> colorSpace); + bool isBeyond8Bit() const; + private: /* * All structs/methods in this private section are specifically for use by the VulkanManager