diff options
author | Brian Paul <[email protected]> | 2002-09-16 17:57:14 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-09-16 17:57:14 +0000 |
commit | d5bbbd41c431ad93c0867d5b0b234426d8570499 (patch) | |
tree | 83b922e1d4b53fe2a07788bc5d97439bfb48e753 /src/mesa/main/texstore.h | |
parent | 8cd2d0e7828186f1ffffb775466b1dfd21eeef33 (diff) |
fixed _mesa_generate_mipmaps() target problem
Diffstat (limited to 'src/mesa/main/texstore.h')
-rw-r--r-- | src/mesa/main/texstore.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/main/texstore.h b/src/mesa/main/texstore.h index bde79090185..6b1b09a1d90 100644 --- a/src/mesa/main/texstore.h +++ b/src/mesa/main/texstore.h @@ -1,10 +1,10 @@ -/* $Id: texstore.h,v 1.9 2001/06/15 14:18:46 brianp Exp $ */ +/* $Id: texstore.h,v 1.10 2002/09/16 17:57:14 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.5 + * Version: 4.1 * - * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2002 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"), @@ -149,7 +149,7 @@ _mesa_test_proxy_teximage(GLcontext *ctx, GLenum target, GLint level, extern void -_mesa_generate_mipmap(GLcontext *ctx, +_mesa_generate_mipmap(GLcontext *ctx, GLenum target, const struct gl_texture_unit *texUnit, struct gl_texture_object *texObj); |