diff options
author | Brian Paul <[email protected]> | 2012-09-08 09:46:14 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-09-11 17:38:21 -0600 |
commit | d17440dcaa42ac4c19dad1be7d4c7199395135a9 (patch) | |
tree | 49ce983fc590dfad9ac975db5ee412e544323f0b /src/mesa/main/teximage.h | |
parent | 2e4fc54977977e674ee77294e6632a24e594d17f (diff) |
mesa: make _mesa_get_proxy_target() non-static
Needed for the next patch.
Note: This is a candidate for the stable branches.
Diffstat (limited to 'src/mesa/main/teximage.h')
-rw-r--r-- | src/mesa/main/teximage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/teximage.h b/src/mesa/main/teximage.h index feaaf0cba6d..36fd1c2bc5d 100644 --- a/src/mesa/main/teximage.h +++ b/src/mesa/main/teximage.h @@ -66,6 +66,8 @@ _mesa_base_tex_format( struct gl_context *ctx, GLint internalFormat ); extern GLboolean _mesa_is_proxy_texture(GLenum target); +extern GLenum +_mesa_get_proxy_target(GLenum target); extern struct gl_texture_image * _mesa_new_texture_image( struct gl_context *ctx ); |