From 7efa5f3c801505bb00367bf814f4cf440789ce4a Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Tue, 18 May 2021 13:53:52 -0400 Subject: [PATCH] asahi: Set PACKED_STREAM_OUTPUT Lazy copypaste from Panfrost. We don't support XFB yet at all, but when we do, it will almost certainly be the way every other driver in Mesa does. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/gallium/drivers/asahi/agx_pipe.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/asahi/agx_pipe.c b/src/gallium/drivers/asahi/agx_pipe.c index a19eb7d54f1..a7d300e058c 100644 --- a/src/gallium/drivers/asahi/agx_pipe.c +++ b/src/gallium/drivers/asahi/agx_pipe.c @@ -683,7 +683,6 @@ agx_get_param(struct pipe_screen* pscreen, enum pipe_cap param) case PIPE_CAP_TWO_SIDED_COLOR: case PIPE_CAP_ALPHA_TEST: case PIPE_CAP_CLIP_PLANES: - case PIPE_CAP_PACKED_STREAM_OUTPUT: case PIPE_CAP_NIR_IMAGES_AS_DEREF: return 0;