From: Brian Paul Date: Wed, 7 Mar 2001 04:50:49 +0000 (+0000) Subject: _MinMagThresh[] should be GLfloat X-Git-Tag: 062012170305~27398 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=249aebdd357d20f6326137c967c6b3923bef6c05;p=profile%2Fivi%2Fmesa.git _MinMagThresh[] should be GLfloat --- diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h index 6603b56..6359608 100644 --- a/src/mesa/swrast/s_context.h +++ b/src/mesa/swrast/s_context.h @@ -1,8 +1,10 @@ +/* $Id: s_context.h,v 1.6 2001/03/07 04:50:49 brianp Exp $ */ + /* * Mesa 3-D graphics library * Version: 3.5 * - * Copyright (C) 1999 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2001 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"), @@ -109,7 +111,7 @@ typedef struct */ GLuint _RasterMask; GLboolean _MultiTextureEnabled; - GLuint _MinMagThresh[MAX_TEXTURE_UNITS]; + GLfloat _MinMagThresh[MAX_TEXTURE_UNITS]; GLfloat _backface_sign; GLboolean _PreferPixelFog;