From: Alyssa Rosenzweig Date: Thu, 6 Aug 2020 22:29:51 +0000 (-0400) Subject: panfrost: Drop unused mali_channel_swizzle X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=8c1ac96eb6e037686c391b5cdd334b271c6804b6;ds=sidebyside panfrost: Drop unused mali_channel_swizzle Signed-off-by: Alyssa Rosenzweig Reviewed-by: Tomeu Vizoso Part-of: --- diff --git a/src/panfrost/include/panfrost-job.h b/src/panfrost/include/panfrost-job.h index 09ff583ab44..1adfbb2c0dc 100644 --- a/src/panfrost/include/panfrost-job.h +++ b/src/panfrost/include/panfrost-job.h @@ -159,13 +159,6 @@ enum mali_channel { MALI_CHANNEL_RESERVED_1 = 7, }; -struct mali_channel_swizzle { - enum mali_channel r : 3; - enum mali_channel g : 3; - enum mali_channel b : 3; - enum mali_channel a : 3; -} __attribute__((packed)); - /* Compressed per-pixel formats. Each of these formats expands to one to four * floating-point or integer numbers, as defined by the OpenGL specification. * There are various places in OpenGL where the user can specify a compressed