From 7881d19d016490f191b9de29c72eeacaf712652b Mon Sep 17 00:00:00 2001 From: Lars-Ivar Hesselberg Simonsen Date: Tue, 7 Jan 2025 16:46:21 +0100 Subject: [PATCH] pan/genxml: Fix vertex_packet Attribute on v9+ The fields "Attribute stride" and "Packet stride" are in the wrong order, and "Packet stride" should not be shr() modified. This has probably not shown up as an issue before due to the use of LD_VAR_BUF[_IMM] for varyings, which does not require us to create Attribute Descriptors with type vertex_packet. Reviewed-by: Boris Brezillon Part-of: --- src/panfrost/lib/genxml/v10.xml | 4 ++-- src/panfrost/lib/genxml/v9.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/panfrost/lib/genxml/v10.xml b/src/panfrost/lib/genxml/v10.xml index 10294c6051e..ffef9d59cbf 100644 --- a/src/panfrost/lib/genxml/v10.xml +++ b/src/panfrost/lib/genxml/v10.xml @@ -855,8 +855,8 @@ - - + + diff --git a/src/panfrost/lib/genxml/v9.xml b/src/panfrost/lib/genxml/v9.xml index ec205f7b1a7..59e80e4edfb 100644 --- a/src/panfrost/lib/genxml/v9.xml +++ b/src/panfrost/lib/genxml/v9.xml @@ -482,8 +482,8 @@ - - + +