diff options
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_state_viewport.c')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_state_viewport.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state_viewport.c b/src/gallium/drivers/radeonsi/si_state_viewport.c index eb4c00a24de..8e08a61f2f6 100644 --- a/src/gallium/drivers/radeonsi/si_state_viewport.c +++ b/src/gallium/drivers/radeonsi/si_state_viewport.c @@ -389,9 +389,9 @@ void si_viewport_set_rast_deps(struct si_context *ctx, * is delayed. When a shader with VIEWPORT_INDEX appears, this should be * called to emit the rest. */ -void si_update_vs_writes_viewport_index(struct si_context *ctx, - struct tgsi_shader_info *info) +void si_update_vs_writes_viewport_index(struct si_context *ctx) { + struct tgsi_shader_info *info = si_get_vs_info(ctx); bool vs_window_space; if (!info) |