From 5ee4852239f8f7ef2337dd361b28d4a5072060a1 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Tue, 19 Apr 2022 10:15:01 -0400 Subject: [PATCH] panfrost: Add texture features enum to v9.xml Required to query texture features on Valhall. It's technically the same as previous Malis (except for narrow ASTC), but conceptually it's different as plane descriptors have superseded indexed pixel formats for block compressed textures. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/lib/genxml/v9.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/panfrost/lib/genxml/v9.xml b/src/panfrost/lib/genxml/v9.xml index 9f34dd6f437..797f958f444 100644 --- a/src/panfrost/lib/genxml/v9.xml +++ b/src/panfrost/lib/genxml/v9.xml @@ -95,6 +95,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +