diff options
Diffstat (limited to 'src/gallium/drivers/swr/swr_state.h')
-rw-r--r-- | src/gallium/drivers/swr/swr_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/swr/swr_state.h b/src/gallium/drivers/swr/swr_state.h index a2b4d808aa3..f0a7ff3b185 100644 --- a/src/gallium/drivers/swr/swr_state.h +++ b/src/gallium/drivers/swr/swr_state.h @@ -76,7 +76,7 @@ struct swr_derived_state { SWR_VIEWPORT_MATRIX vpm; }; -void swr_update_derived(struct swr_context *, +void swr_update_derived(struct pipe_context *, const struct pipe_draw_info * = nullptr); /* |