diff options
author | Ben Skeggs <[email protected]> | 2008-05-27 01:22:22 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-05-27 01:23:31 +1000 |
commit | fa4b2439d4f240a5e573d4ea198b829791d614f4 (patch) | |
tree | 702abbb5a9cbe97ab902252720df9d6916ac7af7 /src/gallium/drivers/nv30/nv30_context.c | |
parent | 0f9635d9d522ea712724415599ceb44d53e67819 (diff) |
nouveau: very quick port to tex-surface changes.
probably the last match-gallium-upstream merge for a bit, some cleanup+nv50
work coming RSN...
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_context.c')
-rw-r--r-- | src/gallium/drivers/nv30/nv30_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv30/nv30_context.c b/src/gallium/drivers/nv30/nv30_context.c index 7a2fee78751..b2d9d3f1814 100644 --- a/src/gallium/drivers/nv30/nv30_context.c +++ b/src/gallium/drivers/nv30/nv30_context.c @@ -66,7 +66,6 @@ nv30_create(struct pipe_screen *pscreen, unsigned pctx_id) nv30_init_query_functions(nv30); nv30_init_surface_functions(nv30); nv30_init_state_functions(nv30); - nv30_init_miptree_functions(nv30); /* Create, configure, and install fallback swtnl path */ nv30->draw = draw_create(); |