From 7cb8ae0c0d640e00ca188cfc6077867b7fb5e447 Mon Sep 17 00:00:00 2001 From: CamilleLaVey Date: Sun, 5 Jul 2026 06:31:42 -0400 Subject: [PATCH] [TEST] Diagnosis for corrupted HDR consumed views --- src/video_core/host_shaders/astc_decoder.comp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/video_core/host_shaders/astc_decoder.comp b/src/video_core/host_shaders/astc_decoder.comp index ef3b2d09bd..face8f87d9 100644 --- a/src/video_core/host_shaders/astc_decoder.comp +++ b/src/video_core/host_shaders/astc_decoder.comp @@ -608,7 +608,9 @@ 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; + // return cem == 2u || cem == 3u || cem == 7u || cem == 11u || cem == 14u || cem == 15u; + // once this test is done. + return false; } // Sign-extends the low nbits of value (a 2's complement field packed into the bottom of an