summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_context.c')
-rw-r--r--src/gallium/drivers/nv30/nv30_context.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/nv30/nv30_context.c b/src/gallium/drivers/nv30/nv30_context.c
index 6fe8cb3e32..f13458d50a 100644
--- a/src/gallium/drivers/nv30/nv30_context.c
+++ b/src/gallium/drivers/nv30/nv30_context.c
@@ -73,8 +73,8 @@ nv30_create(struct pipe_screen *pscreen, void *priv)
nvfx->is_nv4x = screen->is_nv4x;
- nv30_init_query_functions(nvfx);
- nv30_init_surface_functions(nvfx);
+ nvfx_init_query_functions(nvfx);
+ nvfx_init_surface_functions(nvfx);
nv30_init_state_functions(nvfx);
nvfx_init_transfer_functions(nvfx);