From 5057d6787a194798fb1fa35e247a30fd2f6fa60a Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Sat, 20 Aug 2022 12:26:58 -0400 Subject: [PATCH] asahi: Fix ASTC enums The ASTC enum only encodes the block width/height. By contrast the LDR/HDR/sRGB distinction is encoded as UNORM/Float and via the sRGB bit. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/asahi/lib/cmdbuf.xml | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/src/asahi/lib/cmdbuf.xml b/src/asahi/lib/cmdbuf.xml index 5a72927a65d..1900f9f8c02 100644 --- a/src/asahi/lib/cmdbuf.xml +++ b/src/asahi/lib/cmdbuf.xml @@ -105,20 +105,22 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + +