projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d575248
)
change type of loop index var to remove compiler warning.
author
Karl Schultz
<kschultz@freedesktop.org>
Tue, 13 Jan 2004 01:09:17 +0000
(
01:09
+0000)
committer
Karl Schultz
<kschultz@freedesktop.org>
Tue, 13 Jan 2004 01:09:17 +0000
(
01:09
+0000)
src/mesa/swrast_setup/ss_context.c
patch
|
blob
|
history
diff --git
a/src/mesa/swrast_setup/ss_context.c
b/src/mesa/swrast_setup/ss_context.c
index
c1d932f
..
ef83dd4
100644
(file)
--- a/
src/mesa/swrast_setup/ss_context.c
+++ b/
src/mesa/swrast_setup/ss_context.c
@@
-217,7
+217,7
@@
_swsetup_Translate( GLcontext *ctx, const void *vertex, SWvertex *dest )
{
const GLfloat *m = ctx->Viewport._WindowMap.m;
GLfloat tmp[4];
- GLint i;
+ GL
u
int i;
_tnl_get_attr( ctx, vertex, _TNL_ATTRIB_POS, tmp );