summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-28 21:40:50 -0600
committerBrian Paul <brianp@vmware.com>2009-09-28 21:40:50 -0600
commit660ca9c5a23240abca084089a626d4a94ef0799f (patch)
tree2758b473b4458570e0b704a2ce86e8a07b595932 /src/mesa/main/texstore.h
parent729ff875f4c951798d2372940608201a6b195ca6 (diff)
mesa: new _mesa_texstore() function
Diffstat (limited to 'src/mesa/main/texstore.h')
-rw-r--r--src/mesa/main/texstore.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/texstore.h b/src/mesa/main/texstore.h
index 771493cec6..8183c632df 100644
--- a/src/mesa/main/texstore.h
+++ b/src/mesa/main/texstore.h
@@ -194,6 +194,9 @@ _mesa_store_texsubimage3d(GLcontext *ctx, GLenum target, GLint level,
extern StoreTexImageFunc
_mesa_get_texstore_func(gl_format format);
+extern GLboolean
+_mesa_texstore(TEXSTORE_PARAMS);
+
extern void
_mesa_store_compressed_teximage1d(GLcontext *ctx, GLenum target, GLint level,