mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 19:30:11 +01:00
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:
parent
ed42dc56f5
commit
53be1a5e5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue