From 811ee522e017a875f9bdd357691515bb153bd0cd Mon Sep 17 00:00:00 2001 From: CamilleLaVey Date: Sun, 5 Jul 2026 06:36:06 -0400 Subject: [PATCH] Revert "[TEST] Diagnosis for corrupted HDR consumed views" --- src/video_core/host_shaders/astc_decoder.comp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/video_core/host_shaders/astc_decoder.comp b/src/video_core/host_shaders/astc_decoder.comp index face8f87d9..ef3b2d09bd 100644 --- a/src/video_core/host_shaders/astc_decoder.comp +++ b/src/video_core/host_shaders/astc_decoder.comp @@ -608,9 +608,7 @@ ivec4 BlueContract(int a, int r, int g, int b) { } bool IsHDRColorEndpointMode(uint cem) { - // return cem == 2u || cem == 3u || cem == 7u || cem == 11u || cem == 14u || cem == 15u; - // once this test is done. - return false; + return cem == 2u || cem == 3u || cem == 7u || cem == 11u || cem == 14u || cem == 15u; } // Sign-extends the low nbits of value (a 2's complement field packed into the bottom of an