include surface.offset in address calculations
[mesa.git] / src / mesa / pipe / softpipe / sp_tex_layout.h
1 #ifndef SP_TEX_LAYOUT_H
2 #define SP_TEX_LAYOUT_H
3
4
5 struct pipe_context;
6 struct pipe_mipmap_tree;
7
8
9 extern GLboolean
10 softpipe_mipmap_tree_layout(struct pipe_context *pipe,
11 struct pipe_mipmap_tree *mt);
12
13
14 #endif /* SP_TEX_LAYOUT_H */
15
16