diff options
author | Brian Paul <[email protected]> | 2009-09-28 21:40:50 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-09-28 21:40:50 -0600 |
commit | 660ca9c5a23240abca084089a626d4a94ef0799f (patch) | |
tree | 2758b473b4458570e0b704a2ce86e8a07b595932 /src/mesa/main/texstore.h | |
parent | 729ff875f4c951798d2372940608201a6b195ca6 (diff) |
mesa: new _mesa_texstore() function
Diffstat (limited to 'src/mesa/main/texstore.h')
-rw-r--r-- | src/mesa/main/texstore.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/texstore.h b/src/mesa/main/texstore.h index 771493cec6e..8183c632df9 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, |