diff options
author | Brian Paul <[email protected]> | 2011-12-15 17:33:33 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-12-16 12:13:35 -0700 |
commit | d842a118b26a56c9c5e4310f30f70199c42ea90e (patch) | |
tree | e79ec23320683adeb941b5c3fafebd506e60bab8 /src/mesa/main/teximage.h | |
parent | 45bd5c43ca1f19772f7e1d7abe1c9101ba0f6965 (diff) |
mesa: make update_fbo_texture() non-static
We'll call this from the mipmap generation code.
Reviewed-by: Ian Romanick <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/teximage.h')
-rw-r--r-- | src/mesa/main/teximage.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/teximage.h b/src/mesa/main/teximage.h index 9cc7d5a543e..d756646ce26 100644 --- a/src/mesa/main/teximage.h +++ b/src/mesa/main/teximage.h @@ -80,6 +80,10 @@ _mesa_choose_texture_format(struct gl_context *ctx, GLenum target, GLint level, GLenum internalFormat, GLenum format, GLenum type); +extern void +_mesa_update_fbo_texture(struct gl_context *ctx, + struct gl_texture_object *texObj, + GLuint face, GLuint level); extern void _mesa_clear_texture_image(struct gl_context *ctx, |