From 9c0ef01c68b54805c2b71d655843f70cf7e9d6b8 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 31 May 2021 03:19:35 +0530 Subject: [PATCH] asahi: Add layout enum to XML Used for textures and render targets. There are more values here, probably for other tiling schemes and compression. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/asahi/lib/cmdbuf.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/asahi/lib/cmdbuf.xml b/src/asahi/lib/cmdbuf.xml index 74c2795..c1a9feb 100644 --- a/src/asahi/lib/cmdbuf.xml +++ b/src/asahi/lib/cmdbuf.xml @@ -59,6 +59,12 @@ + + + + + + -- 2.7.4