From d5bbbd41c431ad93c0867d5b0b234426d8570499 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 16 Sep 2002 17:57:14 +0000 Subject: fixed _mesa_generate_mipmaps() target problem --- src/mesa/main/texstore.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mesa/main/texstore.h') diff --git a/src/mesa/main/texstore.h b/src/mesa/main/texstore.h index bde7909018..6b1b09a1d9 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); -- cgit v1.2.3