From 9dc30f99ae51fbac8f4559591dde6e5c40e74433 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 2 Feb 2022 19:10:47 -0500 Subject: [PATCH] panfrost: Flesh out the Shader Program Descriptor Only breaking change since Bifrost is that the shader contains barrier? flag is now fragment-only, meaning it is just a spawn helper threads flag. This affects compute shaders slightly. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/lib/genxml/v9.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/panfrost/lib/genxml/v9.xml b/src/panfrost/lib/genxml/v9.xml index 8deaf475182..851511d6486 100644 --- a/src/panfrost/lib/genxml/v9.xml +++ b/src/panfrost/lib/genxml/v9.xml @@ -787,6 +787,13 @@ + + + + + + + @@ -804,10 +811,11 @@ - - - - + + + + +