From 4c7a07e3b6be4c4e5c2abde99a8281e394846ca1 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 5 Jul 2021 17:01:44 -0400 Subject: [PATCH] asahi: Comment on an embedded data structure This file makes me sad :'( Signed-off-by: Alyssa Rosenzweig Part-of: --- src/gallium/drivers/asahi/magic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/asahi/magic.c b/src/gallium/drivers/asahi/magic.c index ce32ca39daf..e09b28798f9 100644 --- a/src/gallium/drivers/asahi/magic.c +++ b/src/gallium/drivers/asahi/magic.c @@ -129,6 +129,7 @@ demo_cmdbuf(uint64_t *buf, size_t size, EMIT_ZERO_WORDS(cmdbuf, 40); + // This is a pipeline bind EMIT32(cmdbuf, 0xffff8002 | (clear_pipeline_textures ? 0x210 : 0)); // 0x270 EMIT32(cmdbuf, 0); EMIT64(cmdbuf, pipeline_clear | 0x4);