diff options
author | keithw <keithw> | 2002-09-23 17:26:11 +0000 |
---|---|---|
committer | keithw <keithw> | 2002-09-23 17:26:11 +0000 |
commit | fd13aaf9b416871a4e25af4cd6c1a7b86a1cf4ba (patch) | |
tree | 4525def1db7e25ce5681712d856da17e264a18df /xc/extras/Mesa/src/texstore.h | |
parent | 12854f0c6996cded6128c9a4e3df7ea48d07cedb (diff) |
merged r200-0-2-branch to trunk
Diffstat (limited to 'xc/extras/Mesa/src/texstore.h')
-rw-r--r-- | xc/extras/Mesa/src/texstore.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xc/extras/Mesa/src/texstore.h b/xc/extras/Mesa/src/texstore.h index 5f5eabc64..553732b34 100644 --- a/xc/extras/Mesa/src/texstore.h +++ b/xc/extras/Mesa/src/texstore.h @@ -1,9 +1,9 @@ /* * Mesa 3-D graphics library - * Version: 3.5 + * Version: 4.0.4 * - * 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"), @@ -148,7 +148,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); |