projects
/
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 c1d932f245ff02d07c7bcc65f7cd98b329c93a43..ef83dd42370146907be15e288005da5c4eeec7fe 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 );