From 476469955225e15f454e01dc80047dd5fa5c9f97 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 29 Dec 2017 11:48:41 -0800 Subject: braodcom/vc5: Rely on OVRTMUOUT always being set. It seems that the HW team has decided that it's the only supported mode, and it's the mode I actually meant to be using but forgot. Our table of return_32_bit should have matched the default non-OVRTMUOUT behavior, so this change should be invisible. However, the change revealed that some my return_size checks for swizzling were a bit confused in the shadow case, so I had to move them to draw time once we have both the sampler and the view together. Fixes assertion failures in the updated simulator, where the non-OVRTMUOUT support has been removed. --- src/broadcom/cle/v3d_packet_v33.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/broadcom/cle') diff --git a/src/broadcom/cle/v3d_packet_v33.xml b/src/broadcom/cle/v3d_packet_v33.xml index f18954d64c8..0402484dd71 100644 --- a/src/broadcom/cle/v3d_packet_v33.xml +++ b/src/broadcom/cle/v3d_packet_v33.xml @@ -818,6 +818,8 @@ + + -- cgit v1.2.3