From 6d1809a6d6ecbefa7b1ab2e28607adc9b85e8974 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 27 Oct 2017 13:27:22 -0700 Subject: [PATCH] broadcom/vc5: Add some comments about the texture/output format ordering. The output formats are consistent with their channels appearing from low to high in their name. Textures are interpreted the same way, but their names may have the channels swapped around. I'm retaining the texture names so that we are consistent with the documentation, but I want to leave a warning for others. --- src/broadcom/cle/v3d_packet_v33.xml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/src/broadcom/cle/v3d_packet_v33.xml b/src/broadcom/cle/v3d_packet_v33.xml index cea2ce64d39..9077dcd82ae 100644 --- a/src/broadcom/cle/v3d_packet_v33.xml +++ b/src/broadcom/cle/v3d_packet_v33.xml @@ -463,6 +463,10 @@ + @@ -543,9 +547,9 @@ - + - + @@ -838,16 +842,20 @@ + - - - - + + + + @@ -862,7 +870,7 @@ - + -- 2.30.2