New st_init_*_functions() to initialize the driver functions table.
[mesa.git] / src / mesa / state_tracker / st_cb_texture.h
1 #ifndef ST_CB_TEXTURE_H
2 #define ST_CB_TEXTURE_H
3
4
5 extern GLuint
6 st_finalize_mipmap_tree(GLcontext *ctx,
7 struct pipe_context *pipe, GLuint unit,
8 GLboolean *needFlush);
9
10
11 extern void
12 st_init_texture_functions(struct dd_function_table *functions);
13
14
15 #endif /* ST_CB_TEXTURE_H */