new texture functions

This commit is contained in:
Brian
2007-08-06 15:48:42 -06:00
parent 3e147fe8e7
commit 24df8f895f
2 changed files with 1782 additions and 0 deletions
File diff suppressed because it is too large Load Diff
+19
View File
@@ -0,0 +1,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 */