mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-20 03:20:33 +01:00
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:
parent
5fbba530cf
commit
bfb12def74
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue