summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/svga/svga_state.c')
-rw-r--r--src/gallium/drivers/svga/svga_state.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/svga/svga_state.c b/src/gallium/drivers/svga/svga_state.c
index 55cc8417874..986f3ad6559 100644
--- a/src/gallium/drivers/svga/svga_state.c
+++ b/src/gallium/drivers/svga/svga_state.c
@@ -70,8 +70,8 @@ static const struct svga_tracked_state *hw_draw_state[] =
&svga_hw_tss_binding,
&svga_hw_clip_planes,
&svga_hw_vdecl,
- &svga_hw_fs_parameters,
- &svga_hw_vs_parameters,
+ &svga_hw_fs_constants,
+ &svga_hw_vs_constants,
NULL
};