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
don't need auto mipmaps
tags/R300_DRIVER_0
Brian Paul
21 years ago
parent
9c1b13ff6a
commit
4045b6e5b8
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
progs/demos/gloss.c
+ 0
- 1
progs/demos/gloss.c
View File
@@ -376,7 +376,6 @@ static void Init( int argc, char *argv[] )
exit(1);
}
glTexParameteri(GL_TEXTURE_2D, GL_GENERATE_MIPMAP_SGIS, GL_TRUE);
glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, w, h, 0,
format, GL_UNSIGNED_BYTE, img);
free(img);
Write
Preview
Loading…
Cancel
Save