This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
change type of loop index var to remove compiler warning.
tags/R300_DRIVER_0
Karl Schultz
22 years ago
parent
d575248903
commit
1852f4fa33
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/mesa/swrast_setup/ss_context.c
+ 1
- 1
src/mesa/swrast_setup/ss_context.c
View File
@@ -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 );
Write
Preview
Loading…
Cancel
Save