summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_texture.h
diff options
context:
space:
mode:
authorBrian <brian@i915.localnet.net>2007-08-07 16:42:08 -0600
committerBrian <brian@i915.localnet.net>2007-08-07 18:24:29 -0600
commit14b98343309fdcff3514f05020303f7b40e83a4a (patch)
tree20a98acf4f7d2fae71c6e304412a280136433747 /src/mesa/state_tracker/st_cb_texture.h
parent4a470f63c9c3f5aeef1e10ae42eee24c772f74fc (diff)
s/intel/st/
Diffstat (limited to 'src/mesa/state_tracker/st_cb_texture.h')
-rw-r--r--src/mesa/state_tracker/st_cb_texture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_cb_texture.h b/src/mesa/state_tracker/st_cb_texture.h
index dc68aa3d97..7a1867dc58 100644
--- a/src/mesa/state_tracker/st_cb_texture.h
+++ b/src/mesa/state_tracker/st_cb_texture.h
@@ -6,7 +6,7 @@ extern struct pipe_mipmap_tree *
st_get_texobj_mipmap_tree(struct gl_texture_object *texObj);
-extern GLuint
+extern GLboolean
st_finalize_mipmap_tree(GLcontext *ctx,
struct pipe_context *pipe, GLuint unit,
GLboolean *needFlush);