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.h | |
parent | 3394ba65b10a1ec01345c37b7888e18dcfdbe808 (diff) |
nv30: update miptree stuff for texturing
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_context.h')
-rw-r--r-- | src/gallium/drivers/nv30/nv30_context.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv30/nv30_context.h b/src/gallium/drivers/nv30/nv30_context.h index 21cffc6d274..0ee6cfdb339 100644 --- a/src/gallium/drivers/nv30/nv30_context.h +++ b/src/gallium/drivers/nv30/nv30_context.h @@ -91,9 +91,11 @@ nv30_context(struct pipe_context *pipe) extern void nv30_init_state_functions(struct nv30_context *nv30); extern void nv30_init_surface_functions(struct nv30_context *nv30); -extern void nv30_init_miptree_functions(struct pipe_screen *screen); +extern void nv30_init_miptree_functions(struct nv30_context *nv30); extern void nv30_init_query_functions(struct nv30_context *nv30); +extern void nv30_screen_init_miptree_functions(struct pipe_screen *pscreen); + /* nv30_draw.c */ extern struct draw_stage *nv30_draw_render_stage(struct nv30_context *nv30); |