mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
don't need auto mipmaps
This commit is contained in:
parent
9c1b13ff6a
commit
4045b6e5b8
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue