iris: Remove ignored qualifier

Reported by clang's `-Wignored-qualifiers`.

Reviewed-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34014>
This commit is contained in:
Matt Turner 2025-03-11 22:41:47 -04:00 committed by Marge Bot
parent ed42dc56f5
commit 53be1a5e5f

View file

@ -1487,7 +1487,7 @@ int iris_get_driver_query_group_info(struct pipe_screen *pscreen,
void gfx9_toggle_preemption(struct iris_context *ice,
struct iris_batch *batch,
const struct pipe_draw_info *draw);
static const bool
static bool
iris_execute_indirect_draw_supported(const struct iris_context *ice,
const struct pipe_draw_indirect_info *indirect,
const struct pipe_draw_info *draw)