GL_GENERATE_MIPMAP_SGIS is a per-texture object paramater, not a global state; no need to explicitly disable it before uploading a manually mipmapped texture (default is off).
View differences
GL_GENERATE_MIPMAP_SGIS is a per-texture object paramater, not a global state; no need to explicitly disable it before uploading a manually mipmapped texture (default is off).