summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_context.c
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2008-03-18 13:20:59 +0100
committerPatrice Mandin <pmandin@caramail.com>2008-03-18 13:20:59 +0100
commita514aeb77899816d82c5b31f3bf2206d82d68893 (patch)
treebdf39eb1c1b3e0c1f01da2c76c88799e9bd40233 /src/gallium/drivers/nv30/nv30_context.c
parent3394ba65b10a1ec01345c37b7888e18dcfdbe808 (diff)
nv30: update miptree stuff for texturing
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_context.c')
-rw-r--r--src/gallium/drivers/nv30/nv30_context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv30/nv30_context.c b/src/gallium/drivers/nv30/nv30_context.c
index b3906e28e3..cdd662a9f1 100644
--- a/src/gallium/drivers/nv30/nv30_context.c
+++ b/src/gallium/drivers/nv30/nv30_context.c
@@ -234,6 +234,7 @@ nv30_create(struct pipe_screen *screen, unsigned pctx_id)
nv30_init_query_functions(nv30);
nv30_init_surface_functions(nv30);
nv30_init_state_functions(nv30);
+ nv30_init_miptree_functions(nv30);
nv30->draw = draw_create();
assert(nv30->draw);