From 8c1ac96eb6e037686c391b5cdd334b271c6804b6 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Thu, 6 Aug 2020 18:29:51 -0400 Subject: [PATCH] panfrost: Drop unused mali_channel_swizzle Signed-off-by: Alyssa Rosenzweig Reviewed-by: Tomeu Vizoso Part-of: --- src/panfrost/include/panfrost-job.h | 7 ------- 1 file changed, 7 deletions(-) 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 -- 2.30.2