diff options
author | Patrice Mandin <[email protected]> | 2008-03-18 13:20:59 +0100 |
---|---|---|
committer | Patrice Mandin <[email protected]> | 2008-03-18 13:20:59 +0100 |
commit | a514aeb77899816d82c5b31f3bf2206d82d68893 (patch) | |
tree | bdf39eb1c1b3e0c1f01da2c76c88799e9bd40233 /src/gallium/drivers/nv30/nv30_context.c | |
parent | 3394ba65b10a1ec01345c37b7888e18dcfdbe808 (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.c | 1 |
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 b3906e28e3f..cdd662a9f19 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); |