diff options
author | Brian Paul <[email protected]> | 2004-01-24 17:17:25 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-01-24 17:17:25 +0000 |
commit | 1749a25ca889d514889b34cf6311c8014d97bf66 (patch) | |
tree | 3896d3675c336ae9fc8edd34b8b7d973f0e42e54 /src/mesa/main/teximage.h | |
parent | fe03108ce0349cf6016fc88b0496735a8db3e804 (diff) |
New error checking in _mesa_GetTexImage().
Updated comments and some better function parameter names.
Diffstat (limited to 'src/mesa/main/teximage.h')
-rw-r--r-- | src/mesa/main/teximage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/teximage.h b/src/mesa/main/teximage.h index 699b4e6bdf3..d7b927ff64f 100644 --- a/src/mesa/main/teximage.h +++ b/src/mesa/main/teximage.h @@ -5,9 +5,9 @@ /* * Mesa 3-D graphics library - * Version: 5.1 + * Version: 6.1 * - * Copyright (C) 1999-2003 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2004 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -39,7 +39,7 @@ /*@{*/ extern GLint -_mesa_base_tex_format( GLcontext *ctx, GLint format ); +_mesa_base_tex_format( GLcontext *ctx, GLint internalFormat ); extern struct gl_texture_image * |