projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
072edaf
)
remove const storage class specifier for the decl of a var that isn't
author
Karl Schultz
<kschultz@freedesktop.org>
Fri, 4 Oct 2002 23:10:06 +0000
(23:10 +0000)
committer
Karl Schultz
<kschultz@freedesktop.org>
Fri, 4 Oct 2002 23:10:06 +0000
(23:10 +0000)
a const.
src/mesa/swrast/s_texture.c
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_texture.c
b/src/mesa/swrast/s_texture.c
index d816104638eded2034c58aaa42c1f8280dc12391..c5dc960db922882eb6ec3158f9ecc4457e261b73 100644
(file)
--- a/
src/mesa/swrast/s_texture.c
+++ b/
src/mesa/swrast/s_texture.c
@@
-1,4
+1,4
@@
-/* $Id: s_texture.c,v 1.6
8 2002/10/04 19:10:13 brianp
Exp $ */
+/* $Id: s_texture.c,v 1.6
9 2002/10/04 23:10:06 kschultz
Exp $ */
/*
* Mesa 3-D graphics library
@@
-2212,7
+2212,7
@@
sample_depth_texture( GLcontext *ctx, GLuint unit,
const struct gl_texture_image *texImage = tObj->Image[baseLevel];
const GLuint width = texImage->Width;
const GLuint height = texImage->Height;
-
const
GLchan ambient;
+ GLchan ambient;
GLenum function;
GLchan result;