summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_texture.h
blob: c474d164659b342bece7ce49af59a490fce71573 (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 GLuint
st_finalize_mipmap_tree(GLcontext *ctx,
                        struct pipe_context *pipe, GLuint unit,
                        GLboolean *needFlush);


extern void
st_init_cb_texture( struct st_context *st );


extern void
st_destroy_cb_texture( struct st_context *st );


#endif /* ST_CB_TEXTURE_H */