From bfb12def74dc4d4ec69ed9b165539cd30928ea50 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Wed, 28 Feb 2024 05:13:52 -0800 Subject: [PATCH] intel/brw: Delete enum gfx6_gather_sampler_wa Only needed on Gfx6, which we don't support anymore. Reviewed-by: Caio Oliveira Part-of: --- src/intel/compiler/brw_compiler.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/intel/compiler/brw_compiler.h b/src/intel/compiler/brw_compiler.h index 7ee8016e19d..51631e9cc4c 100644 --- a/src/intel/compiler/brw_compiler.h +++ b/src/intel/compiler/brw_compiler.h @@ -179,12 +179,6 @@ brw_shader_stage_requires_bindless_resources(gl_shader_stage stage) * @{ */ -enum PACKED gfx6_gather_sampler_wa { - WA_SIGN = 1, /* whether we need to sign extend */ - WA_8BIT = 2, /* if we have an 8bit format needing wa */ - WA_16BIT = 4, /* if we have a 16bit format needing wa */ -}; - #define BRW_MAX_SAMPLERS 32 /* Provide explicit padding for each member, to ensure that the compiler