summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_texture.h
blob: dc68aa3d9731ea7024f86490f77a4c1e6c8b01e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef ST_CB_TEXTURE_H
#define ST_CB_TEXTURE_H


extern struct pipe_mipmap_tree *
st_get_texobj_mipmap_tree(struct gl_texture_object *texObj);


extern GLuint
st_finalize_mipmap_tree(GLcontext *ctx,
                        struct pipe_context *pipe, GLuint unit,
                        GLboolean *needFlush);


extern void
st_init_texture_functions(struct dd_function_table *functions);


#endif /* ST_CB_TEXTURE_H */