intel/brw: Delete enum gfx6_gather_sampler_wa

Only needed on Gfx6, which we don't support anymore.

Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27872>
This commit is contained in:
Kenneth Graunke 2024-02-28 05:13:52 -08:00 committed by Marge Bot
parent 5fbba530cf
commit bfb12def74

View file

@ -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