diff options
author | Brian Paul <[email protected]> | 2000-03-23 16:23:14 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-03-23 16:23:14 +0000 |
commit | b132e8da5e5f2b7da1f2141e0322e66bb0608e02 (patch) | |
tree | 9acd3fdf4d64562f229ed5409638ea21db7499db /src/mesa/main/teximage.h | |
parent | f87c5e229f9721aba6a298230979feb18041c084 (diff) |
replaced decode_internal_format() with _mesa_base_tex_format()
Diffstat (limited to 'src/mesa/main/teximage.h')
-rw-r--r-- | src/mesa/main/teximage.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mesa/main/teximage.h b/src/mesa/main/teximage.h index bd6202875ad..3dfafe29160 100644 --- a/src/mesa/main/teximage.h +++ b/src/mesa/main/teximage.h @@ -1,4 +1,4 @@ -/* $Id: teximage.h,v 1.4 2000/01/31 23:10:16 brianp Exp $ */ +/* $Id: teximage.h,v 1.5 2000/03/23 16:23:14 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -35,6 +35,10 @@ /*** Internal functions ***/ +extern GLint +_mesa_base_tex_format( GLint format ); + + extern struct gl_texture_image * gl_alloc_texture_image( void ); |