diff options
Diffstat (limited to 'mesa/main/teximage.h')
-rw-r--r-- | mesa/main/teximage.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mesa/main/teximage.h b/mesa/main/teximage.h index f2cad7e..eb60a1f 100644 --- a/mesa/main/teximage.h +++ b/mesa/main/teximage.h @@ -107,6 +107,14 @@ _mesa_test_proxy_teximage(GLcontext *ctx, GLenum target, GLint level, GLint width, GLint height, GLint depth, GLint border); +extern GLuint +_mesa_tex_target_to_face(GLenum target); + + +extern GLboolean +_mesa_is_color_format(GLenum format); + + /** * Lock a texture for updating. See also _mesa_lock_context_textures(). */ |